Searched defs:indexReg (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | literals.cpp | 28 VReg indexReg = pg->AllocReg(); in GetTemplateObject() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | literals.cpp | 31 VReg indexReg = pg->AllocReg(); in GetTemplateObject() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | slow_path.cpp | 54 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 D | operand.cpp | 183 RegOperand *indexReg = GetIndexRegister(); in Less() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSCompiler.cpp | 159 const auto indexReg = etsg->AllocReg(); in Compile() local 389 const auto indexReg = etsg->AllocReg(); in Compile() local
|
| H A D | ETSGen.cpp | 597 VReg indexReg = AllocReg(); in LoadElementDynamic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| H A D | encode.cpp | 238 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 D | encode.cpp | 154 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