Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h2971 MapleString asmString; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h4378 MapleString asmString; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1483 std::string asmString = regMask.count() / 2U > 0 ? "ldp " : "ldr "; in CreateInterpreterReturnRestoreRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1308 Operand *asmString = &CreateStringOperand(node.asmString); in SelectAsm() local