Searched refs:RawImmValue (Results 1 – 2 of 2) sorted by relevance
506 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET() local509 if (RawImmValue < -2147483648LL || RawImmValue > 4294967295LL) { in expandSET()516 int32_t ImmValue = RawImmValue; in expandSET()
478 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET() local481 if (RawImmValue < -2147483648LL || RawImmValue > 4294967295LL) { in expandSET()488 int32_t ImmValue = RawImmValue; in expandSET()