Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc118 MemOperand InputStackSlot(size_t index) { in InputStackSlot() function in v8::internal::compiler::S390OperandConverter
1365 __ lg(kScratchReg, i.InputStackSlot(1)); in AssembleArchInstruction()
1368 __ Mul32(i.InputRegister(0), i.InputStackSlot(1)); in AssembleArchInstruction()
1380 __ Mul64(i.InputRegister(0), i.InputStackSlot(1)); in AssembleArchInstruction()
1395 __ lg(kScratchReg, i.InputStackSlot(1)); in AssembleArchInstruction()
1398 __ mfy(r0, i.InputStackSlot(1)); in AssembleArchInstruction()
1421 __ lg(kScratchReg, i.InputStackSlot(1)); in AssembleArchInstruction()
1424 __ ml(r0, i.InputStackSlot(1)); in AssembleArchInstruction()