Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
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