Searched defs:offsetValue (Results 1 – 4 of 4) sorted by relevance
161 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in GetMemOpndOffsetValue() local
1072 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadStoreModeBOi() local1178 int32 offsetValue = ofstOpnd != nullptr ? ofstOpnd->GetOffsetValue() : 0; in GenLoadStoreRegInsn() local1307 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairInsn() local1344 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairInsn() local1386 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairFloatInsn() local1423 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairFloatInsn() local
504 int32 offsetValue = ofstOpnd ? static_cast<int32>(ofstOpnd->GetOffsetValue()) : 0; in IsImmediateOffsetOutOfRange() local538 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in IsOperandImmValid() local
1644 void SetOffset(uint32 offsetValue) in SetOffset()