Searched defs:ImmField (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MicroMipsSizeReduction.cpp | 51 struct ImmField { struct 52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField() function 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
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 5935 static Instr ImmField(int64_t imm) { in ImmField() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1675 uint64_t ImmField; in SelectFlatOffset() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1930 int64_t ImmField = 0; in SelectScratchSAddr() local
|
D | SIInstrInfo.cpp | 7082 int64_t ImmField = 0; in splitFlatOffset() local
|