HomeSort by relevance Sort by last modified time
    Searched full:ands (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
bitops-3bit-bits-in-byte.js 3 // 1 op = 6 ANDs, 3 SHRs, 3 SHLs, 4 assigns, 2 ADDs
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
bitops-3bit-bits-in-byte.js 3 // 1 op = 6 ANDs, 3 SHRs, 3 SHLs, 4 assigns, 2 ADDs
  /external/llvm/test/CodeGen/ARM/
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
68 ; generates a predicated ANDS instruction. Check that the predicate is printed
81 ; ARM: ands
82 ; THUMB: ands
83 ; T2: ands
93 ; THUMB: ands
2011-04-15-AndVFlagPeepholeBug.ll 4 ; CHECK-NOT: ands
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 40 /* For some reason when creating a windows cursor, the ands and xors memory
47 Uint8 *ands; member in struct:WMcursor
97 if ( cursor->ands != NULL )
98 SDL_free(cursor->ands);
140 cursor->ands = NULL;
146 aptr = cursor->ands = (Uint8 *)SDL_malloc((run+pad)*allowed_y);
177 cursor->ands, cursor->xors);
  /external/skia/legacy/src/opts/
memset32_neon.S 61 ands r2, r2, #0x7f
74 ands r2, r2, #0x3f
83 ands r2, r2, #0x1f
memset16_neon.S 59 ands r12, r0, #0xf
98 ands r2, r2, #0x7f
107 ands r2, r2, #0x1f
116 ands r2, r2, #0xf
  /external/skia/src/opts/
memset32_neon.S 61 ands r2, r2, #0x7f
74 ands r2, r2, #0x3f
83 ands r2, r2, #0x1f
memset16_neon.S 59 ands r12, r0, #0xf
98 ands r2, r2, #0x7f
107 ands r2, r2, #0x1f
116 ands r2, r2, #0xf
  /external/llvm/test/CodeGen/PowerPC/
mulhs.ll 1 ; All of these ands and shifts should be folded into rlwimi's
rlwinm2.ll 1 ; All of these ands and shifts should be folded into rlw[i]nm instructions
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 27 ands r4, r0, #15
30 ands r4, r0, #7
33 ands r4, r0, #3
copymem8x4_v6.asm 29 ands r4, r0, #7
32 ands r4, r0, #3
copymem8x8_v6.asm 29 ands r4, r0, #7
32 ands r4, r0, #3
  /external/llvm/test/CodeGen/Thumb2/
thumb2-and.ll 5 ; CHECK: ands r0, r1
  /bionic/libc/arch-arm/generic/bionic/
memset.S 49 ands r3, r3, #3
75 ands r3, r3, #0x1C
strcmp.S 62 ands r2, r0, #3
181 ands r3, r3, b1, lsl #7
229 ands r3, r3, b1, lsl #7
274 ands r3, r3, b1, lsl #7
  /bionic/libc/arch-arm/bionic/
ffs.S 37 ands r0, r0, r1
strcmp.S 62 ands r2, r0, #3
181 ands r3, r3, b1, lsl #7
229 ands r3, r3, b1, lsl #7
274 ands r3, r3, b1, lsl #7
memset.S 67 ands r3, r3, #0xF
140 ands r3, r3, #3
166 ands r3, r3, #0x1C
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 19 ands r1, #kSubModeDebuggerActive @ debugger active?
OP_INVOKE_STATIC.S 40 ands r2, #kSubModeJitTraceBuild @ trace under construction?
  /external/valgrind/main/none/tests/arm/
v6intThumb.c     [all...]

Completed in 1586 milliseconds

1 2 3 4 5