Lines Matching refs:InputInt6
145 return Operand(InputRegister64(index), LSL, InputInt6(index + 1)); in InputOperand2_64()
147 return Operand(InputRegister64(index), LSR, InputInt6(index + 1)); in InputOperand2_64()
149 return Operand(InputRegister64(index), ASR, InputInt6(index + 1)); in InputOperand2_64()
151 return Operand(InputRegister64(index), ROR, InputInt6(index + 1)); in InputOperand2_64()
1363 __ Sbfx(i.OutputRegister(), i.InputRegister(0), i.InputInt6(1), in AssembleArchInstruction()
1364 i.InputInt6(2)); in AssembleArchInstruction()
1371 __ Ubfx(i.OutputRegister(), i.InputRegister(0), i.InputInt6(1), in AssembleArchInstruction()
1383 __ Bfi(i.OutputRegister(), i.InputRegister(1), i.InputInt6(2), in AssembleArchInstruction()
1384 i.InputInt6(3)); in AssembleArchInstruction()
2753 __ Tbz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()
2756 __ Tbnz(i.InputRegister64(0), i.InputInt6(1), tlabel); in AssembleArchBranch()