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

1 2

  /external/skia/src/opts/
memset16_neon.S 59 ands r12, r0, #0xf
98 ands r2, r2, #0x7f
107 ands r2, r2, #0x1f
116 ands r2, r2, #0xf
memset32_neon.S 61 ands r2, r2, #0x7f
74 ands r2, r2, #0x3f
83 ands r2, r2, #0x1f
memset.arm.S 75 ands r3, r3, #0x1C
  /bionic/libc/arch-arm/bionic/
ffs.S 50 ands r0, r0, r1
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
memcmp.S 74 ands r3, r3, #3
93 ands r0, r0, #3
memcpy.S 60 ands r3, r3, #0xF
205 ands r3, r3, #3
235 ands r3, r3, #0x1C
memcmp16.S 100 ands r0, r0, #2
  /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/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp 169 ANDS-16 0x100
170 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 0, cpsr 0x00000000
171 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
172 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
173 ands r1, r2 :: rd 0x00000000 rm 0x00000001, c:v-in 0, cpsr 0x40000000 Z
174 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
175 ands r1, r2 :: rd 0x00000000 rm 0x80000000, c:v-in 0, cpsr 0x40000000 Z
176 ands r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N
177 ands r1, r2 :: rd 0x21001120 rm 0x27181728, c:v-in 1, cpsr 0x10000000 V
178 ands r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x50000000 Z
    [all...]
  /frameworks/native/opengl/libagl/
fixed_asm.S 64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
  /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
  /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_EXECUTE_INLINE.S 20 ands r2, #kSubModeDebugProfile @ Any going on?
OP_EXECUTE_INLINE_RANGE.S 18 ands r2, #kSubModeDebugProfile @ Any going on?
  /system/core/libcutils/arch-arm/
memset32.S 61 ands r3, r3, #0x1C
  /external/llvm/test/MC/ARM/
arm_instructions.s 18 @ CHECK: ands r1, r2, r3 @ encoding: [0x03,0x10,0x12,0xe0]
19 ands r1,r2,r3
  /external/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 55 ands r3, r2, #0xff ;extra copy
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 86 ands r10, r5, #0x7f ;check to see if extra copy is needed
136 ands r10, r5, #0x3f ;check to see if extra copy is needed
vp8_vpxyv12_copyframeyonly_neon.asm 76 ands r10, r5, #0x7f ;check to see if extra copy is needed
190 ands r7, r7, #0x7
320 ands r7, r7, #0x7
453 ands r10, r5, #0x7f ;check to see if extra copy is needed
  /system/core/libpixelflinger/
col32cb16blend_neon.S 115 ands r3, r2, #15 // calc. single iterations

Completed in 234 milliseconds

1 2