Searched refs:symName (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 306 std::string symName; in EmitAsmLabel() local 310 symName = mirSymbol.GetName() + std::to_string(pIdx); in EmitAsmLabel() 312 symName = mirSymbol.GetName(); in EmitAsmLabel() 317 symName = asmSection; in EmitAsmLabel() 326 Emit(symName); in EmitAsmLabel() 332 Emit(symName); in EmitAsmLabel() 338 Emit(symName); in EmitAsmLabel() 344 Emit(symName); in EmitAsmLabel() 361 (void)Emit(asmInfo->GetComm()).Emit(symName).Emit(", ").Emit(size).Emit(", "); in EmitAsmLabel() 376 if (symName in EmitAsmLabel() 2686 std::string symName = mirSymbol.GetName(); EmitAsmLabel() local 2711 std::string symName = mirSymbol.GetName(); EmitAsmLabel() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_emitter.cpp | 1471 const std::string &symName = stImmOpnd->GetName(); in EmitCTlsDescCall() local 1474 (void)emitter.Emit("\t").Emit("adrp\tx0, :tlsdesc:").Emit(symName).Emit("\n"); in EmitCTlsDescCall() 1478 (void)emitter.Emit(", [x0, #:tlsdesc_lo12:").Emit(symName).Emit("]\n"); in EmitCTlsDescCall() 1480 (void)emitter.Emit("\t").Emit("add\tx0, x0, :tlsdesc_lo12:").Emit(symName).Emit("\n"); in EmitCTlsDescCall() 1482 (void)emitter.Emit("\t").Emit(".tlsdesccall").Emit("\t").Emit(symName).Emit("\n"); in EmitCTlsDescCall()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 92 const string &symName = v->GetName(); in TransferImm() local 93 assmbler.StoreNameIntoSymMap(symIdx, symName); in TransferImm() 1468 const string &symName = funcSymbol->GetName(); in EmitFunctionHeader() local 1469 assmbler.StoreNameIntoSymMap(symIdx, symName); in EmitFunctionHeader() 1518 const string &symName = st->GetName(); in EmitJmpTable() local 1519 assmbler.StoreNameIntoSymMap(symIdx, symName); in EmitJmpTable()
|
Completed in 7 milliseconds