Searched defs:rllg (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1590 __ rllg(i.OutputRegister(), i.InputRegister(0), kScratchReg); in AssembleArchInstruction() local 1593 __ rllg(i.OutputRegister(), i.InputRegister(0), in AssembleArchInstruction() local 1609 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local 1627 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local 1643 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction() local
|