Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp133 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushUndefined() local
143 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushUndefined() local
154 __ Subq(3, expectedNumArgsReg); // 3: skip 3 register in OptimizedFastCallAndPushUndefined() local
164 __ Subq(3, expectedNumArgsReg); // 3: skip above 3 args in OptimizedFastCallAndPushUndefined() local
170 __ Subq(6, actualNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushUndefined() local
171 __ Subq(6, expectedNumArgsReg); // 6: skip above 6 args in OptimizedFastCallAndPushUndefined() local
177 __ Subq(1, expectedNumArgsReg); in OptimizedFastCallAndPushUndefined() local
183 __ Subq(1, expectedNumArgsReg); in OptimizedFastCallAndPushUndefined() local
192 __ Subq(3, expectedNumArgsReg); // 3 : skpi func new this in OptimizedFastCallAndPushUndefined() local
198 __ Subq(1, expectedNumArgsReg); in OptimizedFastCallAndPushUndefined() local
[all …]
Dcommon_call.cpp40 __ Subq(1, argc); in CopyArgumentWithArgV() local
81 __ Subq(1, argc); in PushUndefinedWithArgc() local
101 __ Subq(1, opArgc); in PushArgsWithArgvAndCheckStack() local
117 __ Subq(temp1, temp2); in StackOverflowCheck() local
Dasm_interpreter_call.cpp511 __ Subq(argc, diffRegister); in JSCallCommonSlowPath() local
513 __ Subq(argcRegister, diffRegister); in JSCallCommonSlowPath() local
883 __ Subq(3 * FRAME_SLOT_SIZE, rsp); in CallNativeEntry() local
888 __ Subq(2 * FRAME_SLOT_SIZE, r11); in CallNativeEntry() local
984 __ Subq(AsmInterpretedFrame::GetSize(false), frameStateBaseRegister); in ResumeRspAndDispatch() local
1014 __ Subq(jumpSizeRegister, pcRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
1041 __ Subq(jumpSizeRegister, pcRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
1235 __ Subq(AsmInterpretedFrame::GetSize(false), frameStateBaseRegister); in ResumeRspAndRollback() local
Doptimized_call.cpp369 __ Subq(Immediate(kungfu::ArgumentAccessor::GetFixArgsNum()), argc); in GenJSCall() local
434 __ Subq(NUM_MANDATORY_JSFUNC_ARGS, r9); // argc in GenJSCall() local
604 __ Subq(NUM_MANDATORY_JSFUNC_ARGS, rax); in JSBoundFunctionCallInternal() local
857 __ Subq(actualNumArgs, tmp); in PushArgsWithArgV() local
1132 __ Subq(FRAME_SLOT_SIZE, rsp); in DeoptHandlerAsm() local
1154 __ Subq(FRAME_SLOT_SIZE, rsp); // skip lr in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp109 void AssemblerX64::Subq(Immediate src, Register dst) in Subq() function in panda::ecmascript::x64::AssemblerX64
131 void AssemblerX64::Subq(Register src, Register dst) in Subq() function in panda::ecmascript::x64::AssemblerX64