Home
last modified time | relevance | path

Searched refs:Cbnz (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp113 __ Cbnz(argc.W(), &loopBeginning); in PushArgsWithArgv()
175 __ Cbnz(argc.W(), &loopBeginning); in PushUndefinedWithArgc()
H A Doptimized_call.cpp876 __ Cbnz(taggedValue, nonCallable); in JSCallCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h343 void Cbnz(const Register &rt, int32_t imm);
344 void Cbnz(const Register &rt, Label *label);
H A Dassembler_aarch64.cpp968 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
973 Cbnz(rt, offsetImm); in Cbnz()
982 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp328 __ Cbnz(Register(X4), &label2); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp378 GetMasm()->Cbnz(VixlReg(src), label); in EncodeJump()
2584 GetMasm()->Cbnz(VixlReg(storeResult), loop); in EncodeAtomicByteOr()

Completed in 13 milliseconds