Searched defs:ImmField (Results 1 – 2 of 2) sorted by relevance
51 struct ImmField { struct52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField() argument53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, in ImmField() function57 int8_t ImmFieldOperand; // Immediate operand, -1 if it does not exist58 uint8_t Shift; // Shift value59 int16_t LBound; // Low bound of the immediate operand60 int16_t HBound; // High bound of the immediate operand106 int8_t ImmField() const { return Imm.ImmFieldOperand; } in ImmField() function
9150 int64_t ImmField = 0; in splitFlatOffset() local