/third_party/optimized-routines/string/aarch64/ |
H A D | strcpy.S | 117 bics has_nul1, tmp1, tmp2 125 bics has_nul1, tmp1, tmp2 130 bics has_nul2, tmp3, tmp4 214 bics has_nul2, tmp3, tmp4 273 bics has_nul2, tmp3, tmp4
|
H A D | strcmp-mte.S | 77 bics has_nul, has_nul, tmp /* Non-zero if NUL terminator. */ 144 bics has_nul, has_nul, tmp 160 bics has_nul, has_nul, tmp
|
H A D | strncmp.S | 71 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 233 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 251 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
|
H A D | strlen.S | 98 bics has_nul1, tmp1, tmp2 125 bics has_nul1, tmp1, tmp2
|
H A D | strncmp-mte.S | 81 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 169 bics TMP0, TMP0, DAT0 188 bics TMP0, TMP0, DAT0 204 bics TMP1, TMP1, DAT1 217 bics TMP2, TMP2, DAT2 228 bics TMP3, TMP3, DAT3
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | float_dsp_neon.S | 32 bics ip, r3, #15 71 bics r12, len, #15 117 bics r12, len, #15
|
H A D | float_dsp_vfp.S | 167 bics LEN, LEN, #7 402 bics LEN, LEN, #7
|
/third_party/optimized-routines/string/arm/ |
H A D | memset.S | 59 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
|
H A D | strcmp-armv6m.S | 43 bics r4, r2
|
H A D | strcmp.S | 358 bics syndrome, syndrome, #MSB
|
/third_party/ffmpeg/libavresample/arm/ |
H A D | audio_convert_neon.S | 31 bics r12, r2, #15 80 bics r12, r2, #15
|
/third_party/ffmpeg/libswresample/arm/ |
H A D | audio_convert_neon.S | 32 bics r12, r2, #15 82 bics r12, r2, #15
|
/third_party/ffmpeg/tests/checkasm/arm/ |
H A D | checkasm.S | 141 bics r1, r1, #0xf8000000
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | float_dsp_neon.S | 61 bics w3, w2, w4
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 771 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8"); in TEST() 772 COMPARE(bics(x29, x0, Operand(0xfffffffeffffffff)), in TEST() 847 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17"); in TEST() 848 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5"); in TEST() 849 COMPARE(bics(w21, w22, Operand(w23, LSR, 6)), "bics w21, w22, w23, lsr #6"); in TEST() 850 COMPARE(bics(x24, x25, Operand(x26, ASR, 7)), "bics x2 in TEST() [all...] |
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 2092 void bics(Condition cond, 2097 void bics(Register rd, Register rn, const Operand& operand) { in bics() function in vixl::aarch32::Assembler 2098 bics(al, Best, rd, rn, operand); in bics() 2100 void bics(Condition cond, Register rd, Register rn, const Operand& operand) { in bics() function in vixl::aarch32::Assembler 2101 bics(cond, Best, rd, rn, operand); in bics() 2103 void bics(EncodingSize size, in bics() function in vixl::aarch32::Assembler 2107 bics(al, size, rd, rn, operand); in bics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 492 void bics(Register rd, Register rn, Operand o, Condition cond = AL);
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-rn-operand-const-a32.cc | 59 M(bics) \ 2624 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-bics-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-const-t32.cc | 59 M(bics) \ 2624 #include "aarch32/traces/assembler-cond-rd-rn-operand-const-bics-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-a32.cc | 59 M(bics) \ 641 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-bics-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 59 M(bics) \ 2626 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-bics-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 59 M(bics) \ 2626 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to31-bics-t32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 59 M(bics) \ 2626 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-bics-a32.h"
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 59 M(bics) \ 2626 #include "aarch32/traces/assembler-cond-rd-rn-operand-rm-shift-amount-1to32-bics-t32.h"
|