Home
last modified time | relevance | path

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

123

/external/llvm/test/MC/AArch64/
Darm64-logical-encoding.s13 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 …]
Dalias-logicalimm.s15 ands x0, x1, #~2
20 ands w0, w1, #~2
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-logical.txt23 # 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/
Darm-and-tst-peephole.ll28 ; 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
D2011-04-15-AndVFlagPeepholeBug.ll4 ; CHECK-NOT: ands
/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/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
/external/chromium_org/third_party/libvpx/source/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
/external/llvm/test/MC/ARM/
Darm_instructions.s25 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
26 ands r1,r2,r3
/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
/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
/external/chromium_org/third_party/libvpx/source/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

123