Home
last modified time | relevance | path

Searched refs:tbz (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/string/aarch64/
H A Dmemset.S36 tbz count, 3, 1f
41 1: tbz count, 2, 2f
47 tbz count, 1, 3f
56 tbz count, 5, 1f
H A Dmemcpy.S74 tbz count, 3, .Lcopy8
84 tbz count, 2, .Lcopy4
/third_party/optimized-routines/string/aarch64/
H A Dmemset.S38 tbz count, 3, 1f
43 1: tbz count, 2, 2f
49 tbz count, 1, 3f
58 tbz count, 5, 1f
H A Dmemcpy-advsimd.S76 tbz count, 3, L(copy8)
86 tbz count, 2, L(copy4)
H A Dstrcpy-mte.S85 tbz len, 4, L(less16)
102 tbz len, 3, L(less8)
H A Dmemcpy.S80 tbz count, 3, L(copy8)
90 tbz count, 2, L(copy4)
H A Dstrncmp-mte.S108 tbz limit, #63, L(not_limit)
H A Dstrncmp.S77 tbz limit_wd, #63, L(not_limit)
/third_party/lzma/Asm/arm64/
H A DLzmaDecOpt.S822 tbz sym, 7, lit_loop
884 tbz sym, 6, len8_loop
899 tbz state, FLAG_STATE_BITS, copy_match
918 tbz sym, 5, slot_loop
1188 tbz sym, 8, litm_loop
/third_party/toybox/toys/posix/
H A Dtar.c917 char *tbz[] = {".tbz", ".tbz2", ".tar.bz", ".tar.bz2"}; in tar_main() local
922 else for (len = 0; len<ARRAY_LEN(tbz); len++) in tar_main()
923 if (strend(TT.f, tbz[len])) toys.optflags |= FLAG_j; in tar_main()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h403 void tbz(const Register& rt, unsigned bit_pos, Label* label);
404 void tbz(const Register& rt, unsigned bit_pos, int imm14);
H A Dmacro-assembler-arm64.cc1035 tbz(rt, bit_pos, &done); in Tbnz()
1054 tbz(rt, bit_pos, label); in Tbz()
H A Dassembler-arm64.cc530 // Tbz(label); // First tbz. Pointing to unconditional branch. in RemoveBranchFromLabelLinkChain()
532 // Tbz(label); // Second tbz. Pointing to the first tbz. in RemoveBranchFromLabelLinkChain()
534 // and this function is called to remove the first tbz from the label link in RemoveBranchFromLabelLinkChain()
535 // chain. Since tbz has a range of +-32KB, the second tbz cannot point to in RemoveBranchFromLabelLinkChain()
806 void Assembler::tbz(const Register& rt, unsigned bit_pos, int imm14) { in tbz() function in v8::internal::Assembler
811 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() function in v8::internal::Assembler
812 tbz(rt, bit_pos, LinkAndGetInstructionOffsetTo(label)); in tbz()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc942 COMPARE_PREFIX(tbz(w4, 0, INST_OFF(0x7ffc)), "tbz w4, #0, #+0x7ffc"); in TEST()
943 COMPARE_PREFIX(tbz(x5, 63, INST_OFF(-0x8000)), "tbz x5, #63, #-0x8000"); in TEST()
944 COMPARE_PREFIX(tbz(w6, 31, INST_OFF(0)), "tbz w6, #31, #+0x0"); in TEST()
945 COMPARE_PREFIX(tbz(x7, 31, INST_OFF(0x4)), "tbz w7, #31, #+0x4"); in TEST()
946 COMPARE_PREFIX(tbz(x8, 32, INST_OFF(0x8)), "tbz x in TEST()
[all...]
H A Dtest-cpu-features-aarch64.cc507 TEST_NONE(tbz_0, tbz(x0, 24, &label))
508 TEST_NONE(tbz_1, tbz(x0, 60, &label))
509 TEST_NONE(tbz_2, tbz(w0, 13, &label))
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc730 tbz(rt, bit_pos, &done); in Emit()
768 tbz(rt, bit_pos, label); in Emit()
H A Dassembler-aarch64.cc421 void Assembler::tbz(const Register& rt, unsigned bit_pos, int64_t imm14) { in tbz() function in vixl::aarch64::Assembler
427 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() function in vixl::aarch64::Assembler
430 tbz(rt, bit_pos, static_cast<int>(offset)); in tbz()
H A Dassembler-aarch64.h638 void tbz(const Register& rt, unsigned bit_pos, Label* label);
641 void tbz(const Register& rt, unsigned bit_pos, int64_t imm14);

Completed in 48 milliseconds