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

1 2 3 4 5 6 7

  /external/llvm/test/CodeGen/PowerPC/
and-imm.ll 3 ; andi. r3, r3, 32769
  /dalvik/vm/compiler/template/mips/
TEMPLATE_SHL_LONG.S 14 andi a2, 0x20 # shift< shift & 0x20
TEMPLATE_SHR_LONG.S 15 andi a2, 0x20 # shift & 0x20
TEMPLATE_USHR_LONG.S 14 andi a2, 0x20 # shift & 0x20
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mempolicy.h 8 * Copyright 2003,2004 Andi Kleen SuSE Labs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mempolicy.h 8 * Copyright 2003,2004 Andi Kleen SuSE Labs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mempolicy.h 8 * Copyright 2003,2004 Andi Kleen SuSE Labs
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 43 andi a1, 0xff # Avoid problems with bogus arguments
51 andi t0, 0x3
58 andi t0, a2, 0x7 # Enough left for one loop iteration?
70 andi t0, a2, 0x4 # Check if there is at least a full
android_memset_test.S 40 DBG andi $t0,$a0,1 /* $a0 must be halfword aligned */
45 DBG andi $t2,$a2,1 /* $a2 must be even */
57 andi $t0,$a0,2 /* Check dst alignment */
99 andi $t1,$a2,0x3c /* $t1 how many bytes to store using sw */
144 DBG andi $t0,$a0,3 /* $a0 must be word aligned */
146 DBG andi $t2,$a2,3 /* $a2 must be a multiple of 4 bytes */
memset_cmips.S 87 .Lset0: andi v1,v1,0x3 # word-unaligned address?
95 andi t8,a2,0x3f # any 64-byte chunks?
113 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
182 andi t7,t8,0x1f # is there a 32-byte chunk?
198 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks
  /bionic/libc/arch-mips/string/
memset.S 77 DBG andi t0,a0,1 # a0 must be halfword aligned
79 DBG andi t2,a2,1 # a2 must be even
95 andi a1,0xffff
101 andi t1,a0,2
127 DBG andi t0,a0,3 # a0 must be word aligned
129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes
176 andi v1,v1,0x3 # word-unaligned address?
184 andi t8,a2,0x3f # any 64-byte chunks?
202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
271 andi t7,t8,0x1f # is there a 32-byte chunk
    [all...]
memcpy.S 88 andi t8,t8,0x3 # t8 is a0/a1 word-displacement
93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned
104 andi t8,a2,0x3f # any whole 64-byte chunks?
188 andi t8,a2,0x1f # is there a 32-byte chunk?
214 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
248 andi a3,a3,0x3 # test if the a0 is word aligned
259 andi t8,a2,0x3f # any whole 64-byte chunks?
353 andi t8,a2,0x1f # is there a 32-byte chunk?
387 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 36 andi $t1,$t1,0xff /* get the e */
46 andi $t4,$v0,0x1
  /dalvik/vm/mterp/mips/
OP_SHL_LONG.S 26 andi a2, 0x20 # shift< shift & 0x20
OP_SHL_LONG_2ADDR.S 21 andi a2, 0x20 # shift< shift & 0x20
OP_SHR_LONG.S 26 andi a2, 0x20 # shift & 0x20
OP_SHR_LONG_2ADDR.S 21 andi a2, 0x20 # shift & 0x20
OP_USHR_LONG.S 25 andi a2, 0x20 # shift & 0x20
OP_USHR_LONG_2ADDR.S 20 andi a2, 0x20 # shift & 0x20
  /external/kernel-headers/original/asm-x86/
desc_defs.h 1 /* Written 2000 by Andi Kleen */
  /external/pixman/pixman/
pixman-mips-memcpy-asm.S 57 andi t8, t8, 0x3 /* t8 is a0/a1 word-displacement */
62 andi a3, a3, 0x3 /* we need to copy a3 bytes to make a0/a1 aligned */
72 $chk16w: andi t8, a2, 0x3f /* any whole 64-byte chunks? */
158 andi t8, a2, 0x1f /* is there a 32-byte chunk? */
184 andi a2, t8, 0x3 /* now a2 is the reminder past 1w chunks */
217 andi a3, a3, 0x3 /* test if the a0 is word aligned */
227 $ua_chk16w: andi t8, a2, 0x3f /* any whole 64-byte chunks? */
321 andi t8, a2, 0x1f /* is there a 32-byte chunk? */
354 andi a2, t8, 0x3 /* now a2 is the reminder past 1w chunks */
  /external/chromium_org/third_party/openssl/openssl/crypto/
ppccpuid.pl 110 Lot: andi. r5,r3,3
122 andi. r4,r4,3
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-mips.S 45 andi $30,$8,0xFF00
47 andi $6,0xFF00
69 andi $30,$9,0xFF00
71 andi $6,0xFF00
93 andi $30,$10,0xFF00
95 andi $6,0xFF00
117 andi $30,$11,0xFF00
119 andi $6,0xFF00
141 andi $30,$12,0xFF00
143 andi $6,0xFF0
    [all...]
  /external/openssl/crypto/
ppccpuid.pl 110 Lot: andi. r5,r3,3
122 andi. r4,r4,3
  /external/openssl/crypto/sha/asm/
sha1-mips.S 45 andi $30,$8,0xFF00
47 andi $6,0xFF00
69 andi $30,$9,0xFF00
71 andi $6,0xFF00
93 andi $30,$10,0xFF00
95 andi $6,0xFF00
117 andi $30,$11,0xFF00
119 andi $6,0xFF00
141 andi $30,$12,0xFF00
143 andi $6,0xFF0
    [all...]

Completed in 972 milliseconds

1 2 3 4 5 6 7