/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/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 26 ; ARM: ands {{r[0-9]+}}, {{r[0-9]+}}, #3 30 ; THUMB-NEXT: ands r[[R0]], r 34 ; T2: ands {{r[0-9]+}}, {{r[0-9]+}}, #3 81 ; ARM: ands 82 ; THUMB: ands 83 ; T2: ands 93 ; THUMB: ands
|
D | 2011-04-15-AndVFlagPeepholeBug.ll | 4 ; CHECK-NOT: ands
|
/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
|
D | filter_v6.asm | 85 ands r10, r7, #0xff ; test loop counter 175 ands r10, r7, #0xff ; test loop counter 268 ands r10, r7, #0xff ; test loop counter 349 ands r8, r7, #0xff 594 ands r9, r7, #0xff
|
/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
|
D | thumb2-narrow-dp.ll | 29 // CHECK: ands.w r0, r2, r1 @ encoding: [0x12,0xea,0x01,0x00] 30 // CHECK: ands r2, r1 @ encoding: [0x0a,0x40] 31 // CHECK: ands r2, r1 @ encoding: [0x0a,0x40] 32 // CHECK: ands.w r0, r0, r1 @ encoding: [0x10,0xea,0x01,0x00] 33 // CHECK: ands.w r3, r1, r3 @ encoding: [0x11,0xea,0x03,0x03] 35 // CHECK: ands r7, r1 @ encoding: [0x0f,0x40] 36 // CHECK: ands r7, r1 @ encoding: [0x0f,0x40] 37 // CHECK: ands.w r8, r1, r8 @ encoding: [0x11,0xea,0x08,0x08] 38 // CHECK: ands.w r8, r8, r1 @ encoding: [0x18,0xea,0x01,0x08] 39 // CHECK: ands.w r0, r8, r0 @ encoding: [0x18,0xea,0x00,0x00] [all …]
|
/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
|
D | rlwinm.ll | 1 ; All of these ands and shifts should be folded into rlwimi's
|
D | rlwimi.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
|
D | vp8_vpxyv12_copy_y_neon.asm | 76 ands r10, r5, #0x7f ;check to see if extra copy is needed
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | vp8_memcpy_neon.asm | 57 ands r3, r2, #0xff ;extra copy
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb.txt | 143 ands r0, r3, r2, asl r0 168 2. It is sinking the shift of "1 << i" into the tst, and using ands instead of
|