Lines Matching refs:shiftAmount
1228 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1231 __ rll(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction()
1235 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1238 __ rll(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction()
1248 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1249 int endBit = 63 - shiftAmount; in AssembleArchInstruction()
1252 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()
1254 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1256 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction()
1259 Operand(clearBit + shiftAmount)); in AssembleArchInstruction()
1260 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(shiftAmount)); in AssembleArchInstruction()
1265 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1269 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()
1271 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1273 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction()
1280 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1284 Operand(endBit), Operand(shiftAmount), true); in AssembleArchInstruction()
1286 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1288 __ rllg(i.OutputRegister(), i.InputRegister(0), Operand(shiftAmount)); in AssembleArchInstruction()