/third_party/vixl/examples/aarch64/ |
H A D | factorial.cc | 49 __ Cbnz(x1, &loop); in GenerateFactorial()
|
H A D | sum-array.cc | 56 __ Cbnz(w1, &loop); in GenerateSumArray()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 882 __ Cbnz(w0, &return_w0); in GetCode() 922 __ Cbnz(start_offset(), &load_char_start_regexp); in GetCode() 1060 __ Cbnz(x11, &loop); in GetCode() 1146 __ Cbnz(w0, &return_w0); in GetCode() 1406 __ Cbnz(x11, &loop); in ClearRegisters() 1532 __ Cbnz(reg, to); in CompareAndBranchOrBacktrack()
|
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 1641 // Cbz/Cbnz are not available in A32 mode. in TEST() 1646 MUST_FAIL_TEST_A32(Cbnz(r0, &label_64), "Cbnz is only available for T32.\n"); in TEST() 1656 COMPARE_T32(Cbnz(r0, &label_126), "cbnz r0, 0x00000082\n"); in TEST() 1664 COMPARE_T32(Cbnz(r0, &label_128), in TEST() 1674 COMPARE_T32(Cbnz(r0, &label_8192), in TEST() 1684 COMPARE_T32(Cbnz(r0, &label_neg), in TEST() 1694 COMPARE_T32(Cbnz(r0, &label_neg128), in TEST() 3725 masm.Cbnz(r1, &label); in TEST()
|
H A D | test-assembler-aarch32.cc | 2354 // by Cbnz/B). in TEST_T32() 2377 __ Cbnz(r0, &second); in TEST_T32() 2405 __ Cbnz(r0, &second); in TEST_T32() 2427 __ Cbnz(r0, &second); in TEST_T32() 3583 __ Cbnz(r0, &l[label_index]); in TEST_T32() 3780 __ Cbnz(r0, &labels[label_index]); in NearBranchAndLiteralFuzzHelper()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 996 Cbnz(reg, label); in B() 1059 void TurboAssembler::Cbnz(const Register& rt, Label* label) { in Cbnz() function in v8::internal::TurboAssembler 2382 Cbnz(count, &loop); in InvokePrologue() 2446 Cbnz(x4, &debug_hook); in InvokeFunctionCode()
|
H A D | macro-assembler-arm64-inl.h | 1365 Cbnz(lhs, label); in CompareAndBranch()
|
H A D | macro-assembler-arm64.h | 508 void Cbnz(const Register& rt, Label* label);
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 553 __ Cbnz(x10, &loop); in Generate_ResumeGeneratorTrampoline() 2491 __ Cbnz(len, &loop); in Generate_CallOrConstructVarargs() 2777 __ Cbnz(counter, &loop); in Generate_PushBoundArguments() 3458 __ Cbnz(w10, &profiler_enabled); in CallApiFunctionAndReturn() 3461 __ Cbnz(w10, &profiler_enabled); in CallApiFunctionAndReturn()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 2741 __ Cbnz(w17, &nzt); 2748 __ Cbnz(x16, &nzf); 2764 __ Cbnz(w18, &b); 9774 __ Cbnz(w5, &try_b); 9782 __ Cbnz(w5, &try_h); 9790 __ Cbnz(w5, &try_w); 9798 __ Cbnz(w5, &try_x); 9807 __ Cbnz(w5, &try_wp); 9816 __ Cbnz(w5, &try_xp); 9875 __ Cbnz(w [all...] |
H A D | test-utils-aarch64.cc | 984 __ Cbnz(t2, &vl_loop); in ComputeMachineStateHash()
|
H A D | test-assembler-neon-aarch64.cc | 11109 __ Cbnz(x1, &loop); in TEST() 11447 __ Cbnz(x1, &loop); in TEST() 11812 __ Cbnz(x1, &loop); in TEST() 12237 __ Cbnz(x1, &loop); in TEST()
|
H A D | test-assembler-sve-aarch64.cc | 19745 __ Cbnz(x1, &loop); 19989 __ Cbnz(x0, &iden_loop);
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 513 __ Cbnz(i.TempRegister32(1), &exchange); \ 527 __ Cbnz(i.TempRegister32(1), &compareExchange); \ 539 __ Cbnz(i.TempRegister32(2), &binop); \ 2872 __ Cbnz(i.InputRegister32(0), tlabel); in AssembleArchInstruction() 2883 __ Cbnz(i.InputRegister64(0), tlabel); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 718 __ Cbnz(store_result.W(), &retry); in AtomicBinop() 874 Cbnz(store_result.W(), &retry); in AtomicCompareExchange()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 599 Cbnz(reg, label); in Emit() 655 void MacroAssembler::Cbnz(const Register& rt, Label* label) { in Emit() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 1292 void Cbnz(const Register& rt, Label* label);
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 1712 void Cbnz(Register rn, Label* label) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
|