/external/llvm/test/MC/AArch64/ |
D | arm64-logical-encoding.s | 13 ands w0, w0, #1 14 ands x0, x0, #1 15 ands w1, w2, #15 16 ands x1, x2, #15 23 ; CHECK: ands w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x72] 24 ; CHECK: ands x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0xf2] 25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72] 26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2] 72 ands w1, w2, w3 73 ands x1, x2, x3 [all …]
|
D | alias-logicalimm.s | 15 ands x0, x1, #~2 20 ands w0, w1, #~2
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-logical.txt | 23 # CHECK: ands w0, w0, #0x1 24 # CHECK: ands x0, x0, #0x1 25 # CHECK: ands w1, w2, #0xf 26 # CHECK: ands x1, x2, #0xf 82 # CHECK: ands w1, w2, w3 83 # CHECK: ands x1, x2, x3 84 # CHECK: ands w1, w2, w3, lsl #2 85 # CHECK: ands x1, x2, x3, lsl #2 86 # CHECK: ands w1, w2, w3, lsr #2 87 # CHECK: ands x1, x2, x3, lsr #2 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 28 ; ARM: ands {{r[0-9]+}}, {{r[0-9]+}}, #3 32 ; THUMB-NEXT: ands r[[R0]], r 36 ; T2: ands {{r[0-9]+}}, {{r[0-9]+}}, #3 95 ; ARM: ands 96 ; THUMB: ands 97 ; T2: ands 98 ; V8: ands 110 ; THUMB: ands 112 ; V8: ands
|
D | 2011-04-15-AndVFlagPeepholeBug.ll | 4 ; CHECK-NOT: ands
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysmouse.c | 47 Uint8 *ands; member 97 if ( cursor->ands != NULL ) in WIN_FreeWMCursor() 98 SDL_free(cursor->ands); in WIN_FreeWMCursor() 140 cursor->ands = NULL; in WIN_CreateWMCursor() 146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y); in WIN_CreateWMCursor() 177 cursor->ands, cursor->xors); in WIN_CreateWMCursor()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | memset16_neon.S | 59 ands r12, r0, #0xf 98 ands r2, r2, #0x7f 107 ands r2, r2, #0x1f 116 ands r2, r2, #0xf
|
D | memset32_neon.S | 61 ands r2, r2, #0x7f 74 ands r2, r2, #0x3f 83 ands r2, r2, #0x1f
|
D | memset.arm.S | 76 ands r3, r3, #0x1C
|
/external/skia/src/opts/ |
D | memset16_neon.S | 59 ands r12, r0, #0xf 98 ands r2, r2, #0x7f 107 ands r2, r2, #0x1f 116 ands r2, r2, #0xf
|
D | memset32_neon.S | 61 ands r2, r2, #0x7f 74 ands r2, r2, #0x3f 83 ands r2, r2, #0x1f
|
D | memset.arm.S | 76 ands r3, r3, #0x1C
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | copymem16x16_v6.asm | 27 ands r4, r0, #15 30 ands r4, r0, #7 33 ands r4, r0, #3
|
D | copymem8x8_v6.asm | 29 ands r4, r0, #7 32 ands r4, r0, #3
|
D | copymem8x4_v6.asm | 29 ands r4, r0, #7 32 ands r4, r0, #3
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/ |
D | copymem16x16_v6.asm | 27 ands r4, r0, #15 30 ands r4, r0, #7 33 ands r4, r0, #3
|
D | copymem8x8_v6.asm | 29 ands r4, r0, #7 32 ands r4, r0, #3
|
D | copymem8x4_v6.asm | 29 ands r4, r0, #7 32 ands r4, r0, #3
|
/external/llvm/test/MC/ARM/ |
D | arm_instructions.s | 25 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0] 26 ands r1,r2,r3
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mulhs.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
D | rlwinm2.ll | 1 ; All of these ands and shifts should be folded into rlw[i]nm instructions
|
D | rlwimi2.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-and.ll | 5 ; CHECK: ands r0, r1
|
/external/libvpx/libvpx/vpx_scale/arm/neon/ |
D | 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/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/arm/neon/ |
D | 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
|