Home
last modified time | relevance | path

Searched refs:beq (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemset.S46 beq Lreturn
52 beq L64_byte_aligned
85 beq Lreturn
93 beq Lreturn
101 beq Lreturn
109 beq Lreturn
117 beq Lreturn
Dmemcmp.S51 beq Lreturn_0
83 beq L32_byte_cmp
101 beq L16_byte_diff_back
115 beq L8_byte_diff_back
126 beq L4_byte_diff
132 beq L4_byte_diff
153 beq L8_byte_cmp
171 beq L4_byte_cmp
183 beq Lless_4_byte_cmp
190 beq Lreturn_0
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S83 beq 2f
87 beq 90f
94 beq 4f
101 beq 5f
115 beq 7f
134 beq 90f
137 beq 13f
141 beq 90f
154 beq 90f
175 beq 98f @ don't look back a byte if found at first byte in buffer
[all …]
Dflacdsp_arm.S29 beq 2f
61 beq 2f
87 beq flac_lpc_16_2_arm
97 beq 3f
Dhevcdsp_qpel_neon.S232 beq 4f
240 beq 99f
274 beq 4f
283 beq 99f
302 beq 4f
313 beq 99f
373 beq 4f
380 beq 99f
412 beq 4f
420 beq 99f
[all …]
/third_party/optimized-routines/string/arm/
Dstrcmp-armv6m.S45 beq 3f
55 beq 1b
80 beq 1b
100 beq 7f
108 beq 7f
110 beq 6b
/third_party/openssl/crypto/sha/
Dkeccak1600-armv8.S316 beq .Lprocess_block
329 beq .Lprocess_block
342 beq .Lprocess_block
355 beq .Lprocess_block
368 beq .Lprocess_block
381 beq .Lprocess_block
394 beq .Lprocess_block
407 beq .Lprocess_block
420 beq .Lprocess_block
433 beq .Lprocess_block
[all …]
/third_party/musl/src/setjmp/arm/
Dsetjmp.S23 beq 3f
26 beq 2f
30 beq 2f
39 beq 3f
Dlongjmp.S21 beq 3f
24 beq 2f
28 beq 2f
37 beq 3f
/third_party/uboot/u-boot-2020.01/arch/arm/mach-orion5x/
Dlowlevel_init.S251 beq 3f
253 beq 3f
255 beq 3f
259 beq 3f
261 beq 3f
263 beq 3f
265 beq 3f
/third_party/boringssl/linux-ppc64le/crypto/fipsmodule/
Daesp8-ppc.S46 beq- .Lenc_key_abort
48 beq- .Lenc_key_abort
88 beq .L192
532 beq .Lcbc_dec
935 beq .Loop_cbc_dec8x
938 beq .Lcbc_dec8x_done
1029 beq .Lcbc_dec8x_two
1033 beq .Lcbc_dec8x_four
1037 beq .Lcbc_dec8x_six
1637 beq .Lctr32_enc8x_two
[all …]
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_neon.S31 beq 3f
33 beq 2f
51 beq 3f
73 beq 3f
89 beq 2f
118 beq 3f
130 beq 2f
170 beq 2f
210 beq 2f
239 beq 2f
Dfloat_dsp_vfp.S95 beq 4f @ common case: len is a multiple of 8
101 beq 1f
114 beq 2f
134 beq 3f
168 beq 7f
194 beq 6f
358 beq 4f @ common case: len is a multiple of 8
364 beq 1f
373 beq 2f
384 beq 3f
[all …]
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Drelease.S69 beq 1f
74 beq 1f
117 beq 2b
135 beq 2b
230 beq 2f
246 beq 1f
261 beq 3f
286 beq 2b
409 beq 4f
/third_party/ffmpeg/libswresample/arm/
Daudio_convert_neon.S31 beq 3f
33 beq 2f
51 beq 3f
81 beq 3f
83 beq 2f
111 beq 3f
139 beq .L_swri_oldapi_conv_fltp_to_s16_2ch_neon
179 beq 7f
219 beq 6f
221 beq 7f
[all …]
/third_party/ffmpeg/libavresample/arm/
Daudio_convert_neon.S30 beq 3f
32 beq 2f
50 beq 3f
79 beq 3f
81 beq 2f
109 beq 3f
137 beq X(ff_conv_fltp_to_s16_2ch_neon)
177 beq 7f
217 beq 6f
219 beq 7f
[all …]
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dppcstring.S56 beq 1b
105 beq 2f /* if less than 8 bytes to do */
138 beq 2b
147 beq 2f
175 beq 2b
/third_party/pixman/pixman/
Dpixman-mips-memcpy-asm.S63 beq a3, zero, $chk16w /* when a3=0 then the dst (a0) is word-aligned */
75 beq a2, t8, $chk8w /* if a2==t8, no 64-byte chunks */
160 beq a2, t8, $chk1w /* when a2=t8, no 32-byte chunk */
185 beq a2, t8, $last8
229 beq a2, t8, $ua_chk8w /* if a2==t8, no 64-byte chunks */
323 beq a2, t8, $ua_chk1w /* when a2=t8, no 32-byte chunk */
355 beq a2, t8, $ua_smallCopy
/third_party/musl/src/thread/mips/
Dclone.s20 beq $7, $0, 1f
25 1: beq $2, $0, 1f
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/ls102xa/
Dpsci.S74 beq out_psci_features
123 beq out_psci_cpu_on
140 beq holdoff_release
215 beq out_affinity_info
229 beq out_affinity_info
/third_party/musl/src/thread/mips64/
Dclone.s20 beq $7, $0, 1f
24 1: beq $2, $0, 1f
/third_party/musl/src/thread/mipsn32/
Dclone.s20 beq $7, $0, 1f
24 1: beq $2, $0, 1f
/third_party/musl/src/string/arm/
D__aeabi_memcpy.s23 beq 2f
37 beq 2f
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xx/
Dstart.S370 beq cr1,4f /* In place copy is not necessary */
371 beq 7f /* Protect against 0 count */
395 beq 7f /* Always flush prefetch queue in any case */
437 beq- 2f
451 beq 4f
457 beq- 5f
469 beq 6f
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx7/
Dmx7_plugin.S27 beq normal_boot
32 beq normal_boot

12345678910