Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: src/s390/macro-assembler-s390.h

Issue 1887003004: S390: Visit the Optimized Code Map on first call rather than closure creation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add knear Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/s390/builtins-s390.cc ('k') | src/s390/macro-assembler-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/macro-assembler-s390.h
diff --git a/src/s390/macro-assembler-s390.h b/src/s390/macro-assembler-s390.h
index 4accd53e18b27d075d6c4be5b39a8c28e7573cc5..d1b701dc1f57a4d31496f07a309d7f0017bd612d 100644
--- a/src/s390/macro-assembler-s390.h
+++ b/src/s390/macro-assembler-s390.h
@@ -335,6 +335,7 @@ class MacroAssembler : public Assembler {
void LoadW(Register dst, const MemOperand& opnd, Register scratch = no_reg);
void LoadlW(Register dst, const MemOperand& opnd, Register scratch = no_reg);
void LoadB(Register dst, const MemOperand& opnd);
+ void LoadB(Register dst, Register src);
void LoadlB(Register dst, const MemOperand& opnd);
// Load And Test
« no previous file with comments | « src/s390/builtins-s390.cc ('k') | src/s390/macro-assembler-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698