Searched refs:InputStackSlot (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc118 MemOperand InputStackSlot(size_t index) { function in class:v8::internal::compiler::final
126 MemOperand mem = InputStackSlot(index);
129 return InputStackSlot(index);
553 __ cmpl_instr(i.InputRegister(0), i.InputStackSlot(1)); \
555 __ cmp_instr(i.InputRegister(0), i.InputStackSlot(1)); \
605 MemOperand operand = i.InputStackSlot(1); \
874 __ asm_instr_rm(dst, i.InputStackSlot(0)); \
1652 __ Mul64(i.InputRegister(0), i.InputStackSlot(1));

Completed in 96 milliseconds