Home
last modified time | relevance | path

Searched defs:addrReg (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.cpp267 ScopedTmpReg addrReg(codegen->GetEncoder()); in GenerateImpl() local
Dencode_visitor.cpp856 ScopedTmpRegU64 addrReg(encoder); in VisitLoadString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2883 auto addrReg = ArchReg(tmp2); in EncodeCompareAndSwap() local
2938 auto addrReg = ArchReg(tmp); in EncodeUnsafeGetAndSet() local
2948 auto addrReg = ArchReg(tmp1); in EncodeUnsafeGetAndAdd() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp837 RegOperand &addrReg = SelectCopy2Reg(*addr, PTY_a64); in SelectIassignoff() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp5284 AArch64reg addrReg = isStatic ? R0 : R1; in Run() local