Home
last modified time | relevance | path

Searched defs:tmpReg (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp145 ScopedTmpReg tmpReg(this, src0.GetType()); in EncodeJump() local
149 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeJump() local
193 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJump() local
205 ScopedTmpReg tmpReg(this, src0.GetType()); in EncodeJumpTest() local
209 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeJumpTest() local
229 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJumpTest() local
245 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJump() local
280 ScopedTmpRegU64 tmpReg(this); in EncodeBitTestAndBranch() local
316 ScopedTmpRegU64 tmpReg(this); in MakeCall() local
328 ScopedTmpRegU64 tmpReg(this); in MakeCall() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp201 ScopedTmpRegU32 tmpReg(this); in ComparePosImmHelper() local
245 ScopedTmpRegU32 tmpReg(this); in CompareZeroHelper() local
347 ScopedTmpRegU32 tmpReg(this); in MakeCall() local
356 ScopedTmpRegU32 tmpReg(this); in MakeCall() local
874 ScopedTmpRegU32 tmpReg(this); in EncodeReverseBytes() local
974 ScopedTmpRegU32 tmpReg(this); in EncodeReverseBits() local
1112 ScopedTmpRegF32 tmpReg(this); in EncodeCastScalarToFloat() local
1161 ScopedTmpRegF32 tmpReg(this); in EncodeCastFloatToScalar() local
1205 ScopedTmpRegF32 tmpReg(this); in EncodeCastFloatToScalarWithSmallDst() local
1250 ScopedTmpReg tmpReg(this, dst.GetType()); in EncoderCastExtendFromInt32() local
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/
Dcommonjs.test.ts118 let tmpReg = new VReg(); variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp157 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeJumpTest() local
441 ScopedTmpRegU32 tmpReg(this); in EncodeIsInf() local
450 ScopedTmpRegU64 tmpReg(this); in EncodeIsInf() local
557 ScopedTmpRegU64 tmpReg(this); in EncodeFpToBits() local
579 ScopedTmpReg tmpReg(this, src.GetType()); in EncodeMoveBitsRaw() local
625 vixl::aarch64::VRegister tmpReg; in EncodeBitCount() local
1387 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeDiv() local
1419 ScopedTmpReg tmpReg(this, src1.GetType()); in EncodeMod() local
1448 ScopedTmpRegU64 tmpReg(this); in EncodeMod() local
1705 ScopedTmpReg tmpReg(this); in EncodeLdr() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1230 void Codegen::CreateJumpToClassResolverPltShared(Inst *inst, Reg tmpReg, RuntimeInterface::Entrypoi… in CreateJumpToClassResolverPltShared()
1254 void Codegen::CreateLoadClassFromPLT(Inst *inst, Reg tmpReg, Reg dst, size_t classId) in CreateLoadClassFromPLT()
1291 void Codegen::CreateAlignmentValue(Reg alignmentReg, Reg tmpReg, size_t alignment) in CreateAlignmentValue()
1376 void Codegen::IntfInlineCachePass(ResolveVirtualInst *resolver, Reg methodReg, Reg tmpReg, Reg objR… in IntfInlineCachePass()
1475 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveUnknownVirtual() local
1512 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveVirtualAot() local
1550 ScopedTmpReg tmpReg(GetEncoder(), ConvertDataType(DataType::REFERENCE, GetArch())); in EmitResolveVirtual() local
3230 …ScopedTmpReg tmpReg(encoder, Codegen::ConvertDataType(DataType::REFERENCE, enc->GetCodegen()->GetA… in VisitRefTypeCheck() local
3427 ScopedTmpReg tmpReg(enc->GetEncoder()); in VisitResolveObjectField() local
3452 ScopedTmpReg tmpReg(enc->GetEncoder()); in VisitLoadResolvedObjectField() local
[all …]
Dslow_path.cpp195 [[maybe_unused]] ScopedTmpReg tmpReg(codegen->GetEncoder(), tmpReg_); in GenerateImpl() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h109 VReg tmpReg = AllocReg(); in ResolveConditionalResultFloat() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp1995 const uint8_t tmpReg = regSize + 5U; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1053 Register tmpReg(X21); in DeoptEnterAsmInterp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10402 RegOperand &tmpReg = CreateRegisterOperandOfType(PTY_u64); in GenerateGlobalLongCallAfterInsn() local
10433 RegOperand &tmpReg = CreateRegisterOperandOfType(PTY_u64); in GenerateLocalLongCallAfterInsn() local
10661 … RegOperand *tmpReg = &CreateRegisterOperandOfType(PTY_i32); /* offs value to be assigned (rhs) */ in GenCVaStartIntrin() local