Searched defs:Cbz (Results 1 – 4 of 4) sorted by relevance
327 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0() local329 __ Cbz(Register(X5), &label3); in HWTEST_F_L0() local
187 __ Cbz(op, stackOverflow); in StackOverflowCheck() local
250 __ Cbz(actualNumArgs, &invokeCompiledJSFunction); in OptimizedCallAndPushArgv() local873 __ Cbz(jsfunc, nonCallable); in JSCallCheck() local
960 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64976 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64