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.cpp114 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv() local
132 __ Cbnz(argc.W(), &loopBeginning); in PushUndefinedWithArgc() local
Doptimized_call.cpp544 __ Cbnz(taggedValue, nonCallable); in JSCallCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp335 __ Cbnz(Register(X4), &label2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp959 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
973 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64