Home
last modified time | relevance | path

Searched defs:temp1 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.cpp107 Register temp1 = op1; in StackOverflowCheck() local
114 __ Movq(Operand(glue, JSThread::GlueData::GetStackLimitOffset(false)), temp1); in StackOverflowCheck() local
H A Dasm_interpreter_call.cpp979 Register temp1 = r11; in CallFastBuiltin() local
981 __ Movq(Operand(method, Method::EXTRA_LITERAL_INFO_OFFSET), temp1); in CallFastBuiltin() local
985 __ Cmpl(static_cast<int32_t>(kungfu::BuiltinsStubCSigns::BUILTINS_CONSTRUCTOR_STUB_FIRST), temp1); in CallFastBuiltin() local
1042 __ Movq(Operand(glue, temp1, Times8, JSThread::GlueData::GetBuiltinsStubEntriesOffset(false)), temp1); in CallFastBuiltin() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp200 cJSON temp1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp1375 Operand *temp1 = &insn.GetOperand(kInsnThirdOpnd); in EmitCompareAndSwapInt() local
H A Daarch64_cgfunc.cpp1036 uint64 temp1 = is64Bits ? (val >> 63) << 7 : (val >> 31) << 7; in HandleFmovImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp1303 GetMasm()->Vmov(VixlReg(dst), temp1); in EncodeRoundToPInf() local

Completed in 22 milliseconds