/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 58 ands r3, r2, #0xff ;extra copy
|
/external/llvm/test/CodeGen/PowerPC/ |
rlwimi2.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
rlwinm.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
rlwimi.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-and-05.ll | 1 ; Test 32-bit atomic ANDs, z196 version.
|
atomicrmw-and-06.ll | 1 ; Test 64-bit atomic ANDs, z196 version.
|
and-03.ll | 1 ; Test 64-bit ANDs in which the second operand is variable. 99 ; Check that ANDs of spilled values can use NG rather than NGR.
|
and-01.ll | 1 ; Test 32-bit ANDs in which the second operand is variable. 134 ; Check that ANDs of spilled values can use N rather than NR.
|
/frameworks/native/opengl/libagl/ |
fixed_asm.S | 64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 57 ands r3, r2, #0xff ;extra copy
|
/system/core/libcutils/arch-arm/ |
memset32.S | 63 ands r3, r3, #0x1C
|
/art/runtime/arch/arm64/ |
memcmp16_arm64.S | 56 ands tmp1, src1, #7 75 ands limit, limit, #7
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memset.S | 125 ands r3, r3, #3 151 ands r3, r3, #0x1C
|
strcmp.S | 192 ands ip, r0, #3 233 ands ip, r1, #3 399 ands r3, r3, b1, lsl #7 447 ands r3, r3, b1, lsl #7 492 ands r3, r3, b1, lsl #7
|
/bionic/libc/arch-arm64/generic/bionic/ |
memcmp.S | 61 ands tmp1, src1, #7 80 ands limit, limit, #7
|
string_copy.S | 108 ands tmp1, src, #15 228 ands has_nul1_w, has_nul1_w, #0x80808080
|
strncmp.S | 73 ands tmp1, src1, #7 101 ands limit, limit, #7
|
/external/llvm/test/MC/ARM/ |
arm_instructions.s | 25 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0] 26 ands r1,r2,r3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframe_func_neon.asm | 89 ands r10, r5, #0x7f ;check to see if extra copy is needed 141 ands r10, r5, #0x3f ;check to see if extra copy is needed
|
/external/libavc/encoder/arm/ |
ih264e_evaluate_intra16x16_modes_a9q.s | 105 ands r7, r5, #01 109 ands r8, r5, #04 202 ands r7, r0, #01 @ vert mode valid???????????? 206 ands r6, r0, #02 @ horz mode valid???????????? 215 ands r6, r0, #04 @ dc mode valid????????????
|
ih264e_evaluate_intra_chroma_modes_a9q.s | 264 ands r7, r0, #04 @ vert mode valid???????????? 267 ands r6, r0, #02 @ horz mode valid???????????? 270 ands r6, r0, #01 @ dc mode valid????????????
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-early-ifcvt.ll | 325 ; CHECK: {{ands.*xzr,|tst}} w2, #0x80 343 ; CHECK: {{ands.*xzr,|tst}} x2, #0x8000000000000000 361 ; CHECK: {{ands.*xzr,|tst}} w2, #0x80 379 ; CHECK: {{ands.*xzr,|tst}} x2, #0x8000000000000000
|
/bionic/libc/arch-arm/denver/bionic/ |
memmove.S | 77 ands r3, r0, #0x3f 263 ands ip, r2, #0x4
|
/external/valgrind/none/tests/arm/ |
v6intThumb.stdout.exp | 169 ANDS-16 0x100 170 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 0, cpsr 0x00000000 171 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z 172 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z 173 ands r1, r2 :: rd 0x00000000 rm 0x00000001, c:v-in 0, cpsr 0x40000000 Z 174 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z 175 ands r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x40000000 Z 176 ands r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N 177 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 1, cpsr 0x10000000 V 178 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x50000000 Z [all...] |
/external/libavc/encoder/armv8/ |
ih264e_evaluate_intra16x16_modes_av8.s | 108 ands x6, x5, #0x01 114 ands x6, x5, #0x04 474 ands x7, x0, #01 // vert mode valid???????????? 478 ands x6, x0, #02 // horz mode valid???????????? 481 ands x6, x0, #04 // dc mode valid????????????
|