Home
last modified time | relevance | path

Searched defs:ImmField (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp51 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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9150 int64_t ImmField = 0; in splitFlatOffset() local