Searched defs:Cmpl (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_x64_test.cpp | 272 __ Cmpl(0x9FFFFFF, rdx); in HWTEST_F_L0() local 287 __ Cmpl(rcx, rbx); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 399 __ Cmpl(NUM_MANDATORY_JSFUNC_ARGS + 3, argc); // 3:call0, call1, call2, call3 in GenJSCall() local 419 … __ Cmpl(kungfu::BuiltinsStubCSigns::BUILTINS_CONSTRUCTOR_STUB_FIRST, methodExtraLiteralInfo); in GenJSCall() local 448 __ Cmpl(0, r9); // 0: callarg0 in GenJSCall() local 450 __ Cmpl(1, r9); // 1: callarg1 in GenJSCall() local 452 __ Cmpl(2, r9); // 2: callarg2 in GenJSCall() local 454 __ Cmpl(3, r9); // 3: callarg3 in GenJSCall() local
|
D | asm_interpreter_call.cpp | 1029 __ Cmpl(static_cast<int32_t>(FunctionKind::CLASS_CONSTRUCTOR), temp); in ResumeRspAndDispatch() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 210 void AssemblerX64::Cmpl(Immediate src, Register dst) in Cmpl() function in panda::ecmascript::x64::AssemblerX64 939 void AssemblerX64::Cmpl(Register src, Register dst) in Cmpl() function in panda::ecmascript::x64::AssemblerX64
|