Home
last modified time | relevance | path

Searched defs:sllg (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1151 __ sllg(r0, i.InputRegister(1), Operand(32)); in AssembleArchInstruction() local
1152 __ sllg(r1, i.InputRegister(3), Operand(32)); in AssembleArchInstruction() local
1239 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBitLeft)); in AssembleArchInstruction() local
1242 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBitRight)); in AssembleArchInstruction() local
1257 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local
1260 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(shiftAmount)); in AssembleArchInstruction() local
1274 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local
1290 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() local
1935 __ sllg(kScratchReg, i.InputRegister(1), Operand(32)); in AssembleArchInstruction() local
1941 __ sllg(kScratchReg, i.InputRegister(0), Operand(32)); in AssembleArchInstruction() local
/external/v8/src/s390/
Dassembler-s390.cc2399 void Assembler::sllg(Register r1, Register r3, Register opnd) { in sllg() function in v8::internal::Assembler
2405 void Assembler::sllg(Register r1, Register r3, const Operand& opnd) { in sllg() function in v8::internal::Assembler