Searched defs:srlg (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1240 __ srlg(i.OutputRegister(), i.OutputRegister(), in AssembleArchInstruction() local 1258 __ srlg(i.OutputRegister(), i.OutputRegister(), in AssembleArchInstruction() local 1275 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 1289 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local 1927 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(32)); in AssembleArchInstruction() local
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 2450 void Assembler::srlg(Register r1, Register r3, Register opnd) { in srlg() function in v8::internal::Assembler 2456 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 | 2358 __ srlg(scratch, scratch, Operand(32)); in DoShiftI() local
|