Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp113 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv() local
175 __ Cbnz(argc.W(), &loopBeginning); in PushUndefinedWithArgc() local
Doptimized_call.cpp876 __ Cbnz(taggedValue, nonCallable); in JSCallCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp328 __ Cbnz(Register(X4), &label2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp968 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
982 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64