Searched defs:sllg (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1736 __ sllg(r0, i.InputRegister(1), Operand(32)); in AssembleArchInstruction() local 1737 __ sllg(r1, i.InputRegister(3), Operand(32)); in AssembleArchInstruction() local 1819 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 1822 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(shiftAmount)); in AssembleArchInstruction() local 1836 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 1852 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 2402 __ sllg(kScratchReg, i.InputRegister(1), Operand(32)); in AssembleArchInstruction() local 2408 __ sllg(kScratchReg, i.InputRegister(0), Operand(32)); in AssembleArchInstruction() local
|