Home
last modified time | relevance | path

Searched refs:InputInt5 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc107 return Operand(InputRegister32(index), LSL, InputInt5(index + 1)); in InputOperand2_32()
109 return Operand(InputRegister32(index), LSR, InputInt5(index + 1)); in InputOperand2_32()
111 return Operand(InputRegister32(index), ASR, InputInt5(index + 1)); in InputOperand2_32()
113 return Operand(InputRegister32(index), ROR, InputInt5(index + 1)); in InputOperand2_32()
1159 __ Sbfx(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1160 i.InputInt5(2)); in AssembleArchInstruction()
1167 __ Ubfx(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1168 i.InputInt5(2)); in AssembleArchInstruction()
1171 __ Ubfiz(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
1172 i.InputInt5(2)); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/
Dcode-generator-impl.h70 uint8_t InputInt5(size_t index) { in InputInt5() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc864 __ shl(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
871 __ shr(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
878 __ sar(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
971 __ ror(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc76 return Operand(InputRegister(index + 0), ASR, InputInt5(index + 1)); in InputOperand2()
80 return Operand(InputRegister(index + 0), LSL, InputInt5(index + 1)); in InputOperand2()
84 return Operand(InputRegister(index + 0), LSR, InputInt5(index + 1)); in InputOperand2()
88 return Operand(InputRegister(index + 0), ROR, InputInt5(index + 1)); in InputOperand2()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc964 __ shl(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
971 __ shr(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
978 __ sar(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()
1071 __ ror(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction()