Home
last modified time | relevance | path

Searched refs:GetExtendAsString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp132GetExtendAsString() == op.GetExtendAsString() && ShiftAmount() == op.ShiftAmount()); in Equals()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp200 (void)emitter.Emit(a64v->GetExtendAsString()); in Visit()
201 if (a64v->GetExtendAsString() == "LSL" || a64v->ShiftAmount() != 0) { in Visit()
484 LogInfo::MapleLogger() << " " << a64v->GetExtendAsString(); in Visit()
486 LogInfo::MapleLogger() << " extend: " << a64v->GetExtendAsString(); in Visit()
Daarch64_strldr.cpp433 if (currMemOpnd.GetExtendAsString() == "LSL") { in SelectPropMode()
Daarch64_obj_emitter.cpp1186 std::string extend = memOpnd.GetExtendAsString(); in GenLoadStoreModeBOrX()
Daarch64_prop.cpp702 if (currMemOpnd.GetExtendAsString() == "LSL") { in SelectStrLdrPropMode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1484 std::string GetExtendAsString() const in GetExtendAsString() function