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

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/CodeGen/X86/
2009-11-13-VirtRegRewriterBug.ll 9 %mask133.masked.masked.masked.masked.masked.masked = or i640 undef, undef ; <i640> [#uses=1]
31 %mask271.masked.masked.masked.masked.masked.masked.masked = or i256 0, undef ; <i256> [#uses=2
    [all...]
narrow-shl-load.ll 19 %shl15.masked = and i64 %shl15, 4294967294
20 %and17 = or i64 %shl15.masked, %conv11
  /external/llvm/test/CodeGen/PowerPC/
rlwinm2.ll 25 %tmp2.masked = and i32 %tmp2, 96 ; <i32> [#uses=1]
26 %tmp5 = or i32 %tmp1, %tmp2.masked ; <i32> [#uses=1]
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 121 "and r9, ip, r7 \n\t" /* r9 = br masked by ip */
123 "and r10, ip, r7, lsr #8 \n\t" /* r10 = ag masked by ip */
137 "and r9, ip, r8 \n\t" /* r9 = br masked by ip */
139 "and r10, ip, r8, lsr #8 \n\t" /* r10 = ag masked by ip */
165 "and r9, ip, r7 \n\t" /* r9 = br masked by ip */
168 "and r10, ip, r7, lsr #8 \n\t" /* r10 = ag masked by ip */
233 "and r11, r12, r5, lsr #8 \n\t" /* ag = r11 = r5 masked by r12 lsr by #8 */
234 "and r4, r12, r5 \n\t" /* rb = r4 = r5 masked by r12 */
237 "and r11, r11, r12, lsl #8 \n\t" /* ag masked by reverse mask (r12) */
238 "and r4, r12, r4, lsr #8 \n\t" /* rb masked by mask (r12) *
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
canvas-mask-redraw.html 15 .masked {
56 <img src="http://www.google.com/intl/en_ALL/images/logo.gif" width="320" height="200" alt="Clown Fish" class="masked"
60 <div class="masked" style="width: 640px" onmousemove="redrawCanvas(event)">
  /external/valgrind/main/gdbserver_tests/
nlsigvgdb.vgtest 4 # But if this signal is masked, then vgdb does not recuperate the control
  /external/llvm/test/CodeGen/Thumb2/
bfi.ll 58 %b.masked = and i32 %b, -2
59 %and3 = or i32 %b.masked, %and
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 76 * @return masked value
  /external/llvm/lib/Target/R600/
R600ExpandSpecialInstrs.cpp 200 // TO_Y (write masked) = DP4 T1_Y, T2_Y
201 // TO_Z (write masked) = DP4 T1_Z, T2_Z
202 // TO_W (write masked) = DP4 T1_W, T2_W
208 // T0_Y (write masked) = MULLO_INT T1_X, T2_X
209 // T0_Z (write masked) = MULLO_INT T1_X, T2_X
210 // T0_W (write masked) = MULLO_INT T1_X, T2_X
  /external/oprofile/events/i386/athlon/
events 24 event:0xcd counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED : Interrupts masked cycles (IF=0)
25 event:0xce counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS_MASKED_PENDING : Interrupts masked while pending cycles (INTR while IF=0)
  /device/generic/goldfish/camera/
Converters.h 37 * masked as 0x000000ff, and blue color would be masked as 0x00ff0000, while if
38 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as
39 * 0xff000000, and blue color would be masked as 0x0000ff00,
  /external/blktrace/
blktrace_api.h 65 * Trace actions in full. Additionally, read or write is masked
  /external/kernel-headers/original/linux/mtd/
partitions.h 30 * mask_flags: contains flags that have to be masked (removed) from the
  /external/llvm/test/CodeGen/AArch64/
bitfield.ll 186 %masked = and i32 %shifted, 7
187 ret i32 %masked
196 %masked = and i64 %shifted, 1023
197 ret i64 %masked
  /external/llvm/test/CodeGen/ARM/
fpcmp-opt.ll 28 ; If one side is zero, the other size sign bit is masked off to allow
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
distrib.sed 5 # software expects. To:, Cc: and Resent-*: headers are masked.
distrib.sh 9 # software expects. To:, Cc: and Resent-*: headers are masked.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 68 * SA_NODEFER prevents the current signal from being masked in the handler.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenv.h 95 /* Floating-point environment where none of the exception is masked. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 68 * SA_NODEFER prevents the current signal from being masked in the handler.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h 95 /* Floating-point environment where none of the exception is masked. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 68 * SA_NODEFER prevents the current signal from being masked in the handler.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenv.h 95 /* Floating-point environment where none of the exception is masked. */
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp     [all...]
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_decode.c 94 /* now read the masked seed */
99 /* now read the masked DB */

Completed in 1949 milliseconds

1 2 3 4 5 6 7 8 91011