/external/llvm/test/MC/ARM/ |
elf-reloc-condcall.s | 7 beq some_label
|
thumb2be-beq.w-encoding.s | 4 beq.w bar 5 @ CHECK-LE: beq.w bar @ encoding: [A,0xf0'A',A,0x80'A'] 7 @ CHECK-BE: beq.w bar @ encoding: [0xf0'A',A,0x80'A',A]
|
/bionic/libc/arch-arm/bionic/ |
sigsetjmp.S | 53 beq PIC_SYM(_setjmp, PLT) 64 beq PIC_SYM(_longjmp, PLT)
|
strcmp.S | 68 beq 1f 102 beq 4b 112 beq 2b 148 beq 2f 154 beq 1b 170 beq 2f 203 beq 7f 247 beq 7f 291 beq 7f 312 beq 8 [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/alpha/lib/ |
memset.S | 48 beq $1,within_one_quad /* .. E1 (note EV5 zero-latency forwarding) */ 50 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */ 72 beq $3,no_quad /* .. E1 */ 83 beq $18,end /* .. E1 */
|
/external/openssl/crypto/ |
alphacpuid.pl | 76 beq $1,1b 95 beq $17,.Ldone 98 beq $at,.Little 99 beq $0,.Laligned 110 beq $17,.Lout 113 beq $17,.Ldone 115 beq $at,.Little
|
/external/chromium_org/third_party/skia/src/opts/ |
memset16_neon.S | 61 beq memset_route 100 beq memset_end 103 beq memset_16 109 beq memset_end 112 beq memset_8 118 beq memset_end
|
/external/skia/src/opts/ |
memset16_neon.S | 60 beq memset_route 99 beq memset_end 102 beq memset_16 108 beq memset_end 111 beq memset_8 117 beq memset_end
|
/external/llvm/test/MC/AArch64/ |
arm64-condbr-without-dots.s | 3 beq lbl
|
/external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/ |
memset.S | 21 beq 2f 28 beq 6f 54 beq 6f
|
memcpy.S | 28 beq 1f 35 beq 3f 54 beq 3f
|
/art/runtime/arch/mips/ |
memcmp16_mips.S | 27 beq $a0,$a1,done /* strings are identical */
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strlen.S | 68 beq mainloop 73 beq align_to_32 81 beq align_to_64 90 beq mainloop
|
__strcat_chk.S | 63 beq .L_mainloop 68 beq .L_align_to_32 76 beq .L_align_to_64 85 beq .L_mainloop
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strlen.S | 91 beq check_byte1_reg1 115 beq check_byte1_reg2 139 beq align_to_32 154 beq mainloop
|
/bionic/libc/arch-arm/generic/bionic/ |
strcpy.S | 52 beq 2f 78 beq 2b 98 beq 1f 106 beq 5b
|
strcmp.S | 68 beq 1f 102 beq 4b 112 beq 2b 148 beq 2f 154 beq 1b 170 beq 2f 203 beq 7f 247 beq 7f 291 beq 7f 312 beq 8 [all...] |
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-ppc32-linux.S | 84 beq LafterFP1 136 beq LafterVMX1 201 beq LafterFP2 218 beq LafterVMX2 264 beq LafterFP8 277 beq LafterVMX8 306 beq LafterFP9 331 beq LafterVMX9
|
/bionic/libc/arch-arm/denver/bionic/ |
memset.S | 93 beq .L_memset_aligned 145 beq 2f 154 beq 2f 164 beq 2f 191 beq 2f
|
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/ |
memcpy.S | 33 beq memcpy_done # return if zero-length copy 72 beq memcpy_4_no_remainder 87 beq memcpy_4_no_remainder 93 beq memcpy_4_two_words 109 beq memcpy_done
|
memset.S | 32 beq memset_done # return if zero-length fill 66 beq memset_4_no_remainder 77 beq memset_4_no_remainder 83 beq memset_4_two_words 96 beq memset_done
|
/external/llvm/test/MC/Mips/ |
micromips-bad-branches.s | 13 # CHECK: beq $1, $1, -65535 15 # CHECK: beq $1, $1, -65537 17 # CHECK: beq $1, $1, 65535 19 # CHECK: beq $1, $1, 65536 136 beq $1, $1, -65535 137 beq $1, $1, -65536 138 beq $1, $1, -65537 139 beq $1, $1, 65534 140 beq $1, $1, 65535 141 beq $1, $1, 6553 [all...] |
mips-bad-branches.s | 21 # CHECK: beq $1, $1, -131069 23 # CHECK: beq $1, $1, -131070 25 # CHECK: beq $1, $1, -131071 27 # CHECK: beq $1, $1, -131073 29 # CHECK: beq $1, $1, 131069 31 # CHECK: beq $1, $1, 131070 33 # CHECK: beq $1, $1, 131071 35 # CHECK: beq $1, $1, 131072 255 beq $1, $1, -131068 256 beq $1, $1, -13106 [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon_YuvToRGB.S | 128 beq 2f 141 beq 1f 151 beq 1f 160 beq 1f 169 beq 1f 202 beq 1f 206 beq 1f 209 beq 1f 212 beq 2f
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
min_max_operations_neon.S | 32 beq END_MAX_ABS_VALUE_W16 55 beq END_MAX_ABS_VALUE_W16 78 beq EXIT @ Return -1 for a NULL pointer. 105 beq END_MAX_ABS_VALUE_W32 128 beq END_MAX_VALUE_W16 150 beq END_MAX_VALUE_W16 167 beq END_MAX_VALUE_W32 191 beq END_MAX_VALUE_W32 208 beq END_MIN_VALUE_W16 231 beq END_MIN_VALUE_W1 [all...] |