Home
last modified time | relevance | path

Searched refs:Cmpb (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp150 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_FIRST), bitFieldRegister); in AsmInterpEntryDispatch()
152 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_LAST), bitFieldRegister); in AsmInterpEntryDispatch()
1196 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_LAST), temp); in ResumeRspAndDispatch()
1198 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_FIRST), temp); in ResumeRspAndDispatch()
1386 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_LAST), temp); in ResumeRspAndReturnBaseline()
1388 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_FIRST), temp); in ResumeRspAndReturnBaseline()
H A Doptimized_call.cpp436 __ Cmpb(static_cast<uint8_t>(JSType::JS_BOUND_FUNCTION), rax); // IsBoundFunction in GenJSCall()
438 __ Cmpb(static_cast<uint8_t>(JSType::JS_PROXY), rax); // IsJsProxy in GenJSCall()
846 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_FIRST), rax); in JSCallCheck()
848 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_LAST), rax); in JSCallCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h110 void Cmpb(Immediate src, Register dst);
H A Dassembler_x64.cpp183 void AssemblerX64::Cmpb(Immediate src, Register dst) in Cmpb() function in panda::ecmascript::x64::AssemblerX64

Completed in 9 milliseconds