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

/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc123 MemOperand InputStackSlot32(size_t index) { function in class:v8::internal::compiler::final
366 (masm->*rm_instr)(i.OutputRegister(), i.InputStackSlot32(1));
393 (masm->*rm_instr)(i.OutputRegister(), i.InputStackSlot32(1));
420 (masm->*rm_instr)(i.OutputRegister(), i.InputStackSlot32(1));
446 i.InputStackSlot32(1));
586 __ cmpl_instr(i.InputRegister(0), i.InputStackSlot32(1)); \
588 __ cmp_instr(i.InputRegister(0), i.InputStackSlot32(1)); \
890 __ asm_instr_rm(dst, i.InputStackSlot32(0)); \

Completed in 135 milliseconds