HomeSort by relevance Sort by last modified time
    Searched refs:tbnz (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/test/MC/AArch64/
elf-reloc-tstb.s 5 tbnz w3, #15, somewhere
arm64-branch-encoding.s 115 tbnz x1, #63, foo
120 tbnz w1, #31, foo
127 tbnz x3, #8, #-32768
128 ; CHECK: tbnz w3, #8, #-32768 ; encoding: [0x03,0x00,0x44,0x37]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-279.s 6 tbnz x7, 40, target+16
8 tbnz x17, 56, target2-12
emit-relocs-279.d 11 +10014: b745ffe7 tbnz x7, #40, c010 <target\+0x10>
15 +1001c: b7c118d1 tbnz x17, #56, 12334 <target.*
  /device/linaro/bootloader/arm-trusted-firmware/drivers/cadence/uart/aarch64/
cdns_console.S 69 tbnz w2, #UART_SR_INTR_TFUL_BIT, 1b
75 tbnz w2, #UART_SR_INTR_TFUL_BIT, 2b
97 tbnz w1, #UART_SR_INTR_REMPTY_BIT, 1b
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl011/aarch64/
pl011_console.S 95 tbnz w2, #PL011_UARTFR_TXFF_BIT, 1b
101 tbnz w2, #PL011_UARTFR_TXFF_BIT, 2b
123 tbnz w1, #PL011_UARTFR_RXFE_BIT, 1b
147 tbnz w1, #PL011_UARTFR_BUSY_BIT, 1b
  /external/v8/src/ic/arm64/
ic-arm64.cc 93 patcher.tbnz(smi_reg, 0, branch_imm);
95 DCHECK(to_patch->Mask(TestBranchMask) == TBNZ);
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 131 tbnz count, 6, L(set96)
172 tbnz tmp1w, 4, L(no_zva)
memcpy_base.S 108 tbnz tmp1, 6, L(copy96)
  /device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
runtime_exceptions.S 278 tbnz x0, #FUNCID_CC_SHIFT, smc_prohibited
334 tbnz w15, 7, smc_unknown
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
SetMem.S 131 tbnz count, 6, L(set96)
171 tbnz tmp1w, 4, L(no_zva)
CopyMem.S 109 tbnz tmp1, 6, L(copy96)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
reloc-insn.s 107 tbnz x2,#8,lab
108 tbnz x2,#47,xlab
reloc-insn.d 109 fc: 37400522 tbnz w2, #8, 1a0 <lab>
110 100: b7780002 tbnz x2, #47, 0 <xlab>
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 219 tbnz zva_len, #31, .Lnot_short
234 tbnz tmp1, #4, .Lnot_short
  /art/runtime/interpreter/mterp/arm64/
footer.S 135 tbnz wPROFILE, #31, .L_no_count_backwards // go if negative
  /system/core/libcutils/arch-arm64/
android_memset.S 169 tbnz tmp1, #4, .Lnot_short
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 405 pcrelim = regexp.MustCompile(`^((?:.*)?(?:tbnz|tbz) (?:x|w)(?:[0-9]+,) (?:#[0-9a-f]+,)) 0x([0-9a-f]+)$`)
406 pcrelimzr = regexp.MustCompile(`^((?:.*)?(?:tbnz|tbz) (?:x|w)zr, (?:#[0-9a-f]+,)) 0x([0-9a-f]+)$`)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 405 pcrelim = regexp.MustCompile(`^((?:.*)?(?:tbnz|tbz) (?:x|w)(?:[0-9]+,) (?:#[0-9a-f]+,)) 0x([0-9a-f]+)$`)
406 pcrelimzr = regexp.MustCompile(`^((?:.*)?(?:tbnz|tbz) (?:x|w)zr, (?:#[0-9a-f]+,)) 0x([0-9a-f]+)$`)
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 1067 void Assembler::tbnz(const Register& rt, function in class:v8::internal::Assembler
1075 void Assembler::tbnz(const Register& rt, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 567 Tbnz(reg, bit, label);
665 void MacroAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) {
666 // This is to avoid a situation where emitting a veneer for a TBZ/TBNZ branch
685 tbnz(rt, bit_pos, label);
691 // This is to avoid a situation where emitting a veneer for a TBZ/TBNZ branch
701 tbnz(rt, bit_pos, &done);
    [all...]

Completed in 1535 milliseconds

1 2