Home
last modified time | relevance | path

Searched refs:ands (Results 1 – 25 of 39) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysmouse.c47 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/
Darm-and-tst-peephole.ll26 ; 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
D2011-04-15-AndVFlagPeepholeBug.ll4 ; CHECK-NOT: ands
/external/chromium_org/third_party/skia/src/opts/
Dmemset16_neon.S59 ands r12, r0, #0xf
98 ands r2, r2, #0x7f
107 ands r2, r2, #0x1f
116 ands r2, r2, #0xf
Dmemset32_neon.S61 ands r2, r2, #0x7f
74 ands r2, r2, #0x3f
83 ands r2, r2, #0x1f
Dmemset.arm.S76 ands r3, r3, #0x1C
/external/skia/src/opts/
Dmemset16_neon.S59 ands r12, r0, #0xf
98 ands r2, r2, #0x7f
107 ands r2, r2, #0x1f
116 ands r2, r2, #0xf
Dmemset32_neon.S61 ands r2, r2, #0x7f
74 ands r2, r2, #0x3f
83 ands r2, r2, #0x1f
Dmemset.arm.S76 ands r3, r3, #0x1C
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dcopymem16x16_v6.asm27 ands r4, r0, #15
30 ands r4, r0, #7
33 ands r4, r0, #3
Dcopymem8x8_v6.asm29 ands r4, r0, #7
32 ands r4, r0, #3
Dcopymem8x4_v6.asm29 ands r4, r0, #7
32 ands r4, r0, #3
Dfilter_v6.asm85 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/
Darm_instructions.s25 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
26 ands r1,r2,r3
Dthumb2-narrow-dp.ll29 // 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/
Dmulhs.ll1 ; All of these ands and shifts should be folded into rlwimi's
Drlwinm2.ll1 ; All of these ands and shifts should be folded into rlw[i]nm instructions
Drlwimi2.ll1 ; All of these ands and shifts should be folded into rlwimi's
Drlwinm.ll1 ; All of these ands and shifts should be folded into rlwimi's
Drlwimi.ll1 ; All of these ands and shifts should be folded into rlwimi's
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-and.ll5 ; CHECK: ands r0, r1
/external/libvpx/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_copyframe_func_neon.asm89 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
Dvp8_vpxyv12_copy_y_neon.asm76 ands r10, r5, #0x7f ;check to see if extra copy is needed
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dvp8_memcpy_neon.asm57 ands r3, r2, #0xff ;extra copy
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt143 ands r0, r3, r2, asl r0
168 2. It is sinking the shift of "1 << i" into the tst, and using ands instead of

12