Lines Matching refs:InputInt5
115 return Operand(InputRegister32(index), LSL, InputInt5(index + 1)); in InputOperand2_32()
117 return Operand(InputRegister32(index), LSR, InputInt5(index + 1)); in InputOperand2_32()
119 return Operand(InputRegister32(index), ASR, InputInt5(index + 1)); in InputOperand2_32()
121 return Operand(InputRegister32(index), ROR, InputInt5(index + 1)); in InputOperand2_32()
1367 __ Sbfx(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1368 i.InputInt5(2)); in AssembleArchInstruction()
1375 __ Ubfx(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1379 __ Ubfiz(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1380 i.InputInt5(2)); in AssembleArchInstruction()
2741 __ Tbz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()
2744 __ Tbnz(i.InputRegister32(0), i.InputInt5(1), tlabel); in AssembleArchBranch()