Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_isa.cpp161 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in GetMemOpndOffsetValue() local
Daarch64_obj_emitter.cpp1072 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadStoreModeBOi() local
1178 int32 offsetValue = ofstOpnd != nullptr ? ofstOpnd->GetOffsetValue() : 0; in GenLoadStoreRegInsn() local
1307 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairInsn() local
1344 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairInsn() local
1386 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairFloatInsn() local
1423 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairFloatInsn() local
Daarch64_cgfunc.cpp504 int32 offsetValue = ofstOpnd ? static_cast<int32>(ofstOpnd->GetOffsetValue()) : 0; in IsImmediateOffsetOutOfRange() local
538 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in IsOperandImmValid() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1644 void SetOffset(uint32 offsetValue) in SetOffset()