Searched defs:ImmField (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 51 struct ImmField { struct 52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField() argument 53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, in ImmField() argument 57 int8_t ImmFieldOperand; // Immediate operand, -1 if it does not exist 58 uint8_t Shift; // Shift value 59 int16_t LBound; // Low bound of the immediate operand 60 int16_t HBound; // High bound of the immediate operand 106 int8_t ImmField() const { return Imm.ImmFieldOperand; } in ImmField() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 51 struct ImmField { struct 52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField() argument 53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, in ImmField() function 57 int8_t ImmFieldOperand; // Immediate operand, -1 if it does not exist 58 uint8_t Shift; // Shift value 59 int16_t LBound; // Low bound of the immediate operand 60 int16_t HBound; // High bound of the immediate operand 106 int8_t ImmField() const { return Imm.ImmFieldOperand; } in ImmField() function
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 7019 static Instr ImmField(int64_t imm) { in ImmField() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1675 uint64_t ImmField; in SelectFlatOffset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 7960 int64_t ImmField = 0; in splitFlatOffset() local
|