Searched defs:Cmpb (Results 1 – 3 of 3) sorted by relevance
148 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_FIRST), bitFieldRegister); in AsmInterpEntryDispatch() local150 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_LAST), bitFieldRegister); in AsmInterpEntryDispatch() local1011 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_LAST), temp); in ResumeRspAndDispatch() local1013 __ Cmpb(static_cast<int32_t>(JSType::ECMA_OBJECT_FIRST), temp); in ResumeRspAndDispatch() local
334 __ Cmpb(static_cast<uint8_t>(JSType::JS_BOUND_FUNCTION), rax); // IsBoundFunction in GenJSCall() local336 __ Cmpb(static_cast<uint8_t>(JSType::JS_PROXY), rax); // IsJsProxy in GenJSCall() local539 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_FIRST), rax); in JSCallCheck() local541 __ Cmpb(static_cast<int32_t>(JSType::JS_FUNCTION_LAST), rax); in JSCallCheck() local
183 void AssemblerX64::Cmpb(Immediate src, Register dst) in Cmpb() function in panda::ecmascript::x64::AssemblerX64