Home
last modified time | relevance | path

Searched refs:Cbz (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp334 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0() local
336 __ Cbz(Register(X5), &label3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h340 void Cbz(const Register &rt, int32_t imm);
341 void Cbz(const Register &rt, Label *label);
Dassembler_aarch64.cpp951 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64
956 Cbz(rt, offsetImm); in Cbz()
967 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp144 __ Cbz(op, stackOverflow); in StackOverflowCheck() local
Doptimized_call.cpp244 __ Cbz(actualNumArgs, &invokeCompiledJSFunction); in OptimizedCallAndPushUndefined() local
541 __ Cbz(jsfunc, nonCallable); in JSCallCheck() local