Home
last modified time | relevance | path

Searched defs:r8 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dmacro_assembler_x64.h52 x64::rdi, x64::rsi, x64::rdx, x64::rcx, x64::r8, x64::r9 }; member in panda::ecmascript::kungfu::MacroAssemblerX64::x64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp149 __ Movq(Operand(argvReg, 0), r8); in OptimizedFastCallAndPushArgv() local
259 __ Movq(Operand(argV, 0), r8); // second arg JSFastCallWithArgV() local
344 __ Movq(Operand(argV, 0), r8); // second arg JSFastCallWithArgVAndPushArgv() local
[all...]
H A Doptimized_call.cpp66 __ Movq(Operand(rbx, DOUBLE_SLOT_SIZE), r8); in JSFunctionEntry() local
535 __ Movq(Operand(rsp, QUINTUPLE_SLOT_SIZE), r8); // this in GenJSCall() local
941 __ Mov(Operand(jsFuncReg, JSBoundFunction::BOUND_THIS_OFFSET), r8); // thisObj JSBoundFunctionCallInternal() local
1376 __ Addq(AsmInterpretedFrame::GetSize(false), r8); DeoptEnterAsmInterp() local
[all...]
H A Dasm_interpreter_call.cpp1001 __ Movq(Operand(temp, FRAME_SLOT_SIZE * 2), r8); // 2: skip func & new target to get this target in CallFastBuiltin() local
1563 __ Movq(Operand(rsp, FRAME_SLOT_SIZE * (PreserveRegisterIndex++)), r8); PreserveMostCall() local
[all...]

Completed in 6 milliseconds