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

1 2 3 4

  /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.12/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/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
rlwimi2.ll 1 ; All of these ands and shifts should be folded into rlwimi's
  /external/skia/src/opts/
memset16_neon.S 68 ands r12, r0, #0xf
107 ands r2, r2, #0x7f
116 ands r2, r2, #0x1f
125 ands r2, r2, #0xf
memset32_neon.S 70 ands r2, r2, #0x7f
83 ands r2, r2, #0x3f
92 ands r2, r2, #0x1f
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 29 ands r4, r0, #15
32 ands r4, r0, #7
35 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/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
  /external/llvm/test/MC/ARM/
arm_instructions.s 18 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
19 ands r1,r2,r3
  /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?
OP_INVOKE_STATIC_JUMBO.S 37 ands r2, #kSubModeJitTraceBuild @ trace under construction?
  /external/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 55 ands r3, r2, #0xff ;extra copy
  /external/valgrind/main/none/tests/arm/
v6intThumb.c     [all...]
  /bootable/bootloader/legacy/usbloader/
init.S 53 ands r4, pc, r5

Completed in 461 milliseconds

1 2 3 4