Home
last modified time | relevance | path

Searched defs:Cbz (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp327 __ Cbz(Register(X3).W(), &label1); in HWTEST_F_L0() local
329 __ Cbz(Register(X5), &label3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp187 __ Cbz(op, stackOverflow); in StackOverflowCheck() local
Doptimized_call.cpp250 __ Cbz(actualNumArgs, &invokeCompiledJSFunction); in OptimizedCallAndPushArgv() local
873 __ Cbz(jsfunc, nonCallable); in JSCallCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp960 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64
976 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz() function in panda::ecmascript::aarch64::AssemblerAarch64