Searched defs:srlg (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1534 __ srlg(i.OutputRegister(), i.OutputRegister(), in AssembleArchInstruction() local 1551 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 1565 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 2158 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(32)); in AssembleArchInstruction() local
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 1689 void Assembler::srlg(Register r1, Register r3, Register opnd) { in srlg() function in v8::internal::Assembler 1695 void Assembler::srlg(Register r1, Register r3, const Operand& opnd) { in srlg() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 2374 __ srlg(scratch, scratch, Operand(32)); in DoShiftI() local
|