Home
last modified time | relevance | path

Searched defs:indexReg (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dliterals.cpp28 VReg indexReg = pg->AllocReg(); in GetTemplateObject() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.cpp31 VReg indexReg = pg->AllocReg(); in GetTemplateObject() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dslow_path.cpp54 codegen->CallRuntime(GetInst(), GetEntrypoint(), INVALID_REGISTER, RegMask::GetZeroMask(), indexReg, lenReg); in GenerateThrowOutOfBoundsException() local
57 auto indexReg = codegen->ConvertRegister(GetInst()->GetSrcReg(1), GetInst()->GetInputType(1)); in GenerateThrowOutOfBoundsException() local
58 codegen->CallRuntime(GetInst(), GetEntrypoint(), INVALID_REGISTER, RegMask::GetZeroMask(), indexReg, lenReg); in GenerateThrowOutOfBoundsException() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp183 RegOperand *indexReg = GetIndexRegister(); in Less() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp159 const auto indexReg = etsg->AllocReg(); in Compile() local
389 const auto indexReg = etsg->AllocReg(); in Compile() local
H A DETSGen.cpp597 VReg indexReg = AllocReg(); in LoadElementDynamic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp238 auto indexReg = mem.GetIndex(); in ConvertMem() local
875 auto indexReg = mem.GetIndex(); in PrepareMemLdS() local
924 auto indexReg = mem.GetIndex(); in PrepareMemLdSForFloat() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp154 auto indexReg = mem.GetIndex(); in ConvertMem() local
2037 auto indexReg = mem.GetIndex(); in EncodeLdr() local
2097 auto indexReg = mem.GetIndex(); EncodeLdrAcquireInvalid() local
2237 auto indexReg = mem.GetIndex(); EncodeStr() local
[all...]

Completed in 17 milliseconds