Searched defs:rllg (Results 1 – 1 of 1) sorted by relevance
| /external/v8/src/compiler/s390/ |
| D | code-generator-s390.cc | 1800 __ rllg(i.OutputRegister(), i.InputRegister(0), kScratchReg); in AssembleArchInstruction() local 1803 __ rllg(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local 1818 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local 1835 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local 1850 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local
|