Searched refs:andi (Results 1 - 25 of 54) sorted by relevance

123

/external/valgrind/main/none/tests/mips64/
H A Dlogical_instructions.stdout.exp513 andi $t0, $t1, 0xff :: rt 0x0, rs 0x0, imm 0x00ff
514 andi $t2, $t3, 0xffff :: rt 0x0, rs 0x0, imm 0xffff
515 andi $a0, $a1, 0x0 :: rt 0x0, rs 0x0, imm 0x0000
516 andi $s0, $s1, 0x23 :: rt 0x0, rs 0x0, imm 0x0023
517 andi $t0, $t1, 0xff :: rt 0xaa, rs 0x12bd6aa, imm 0x00ff
518 andi $t2, $t3, 0xffff :: rt 0xd6aa, rs 0x12bd6aa, imm 0xffff
519 andi $a0, $a1, 0x0 :: rt 0x0, rs 0x12bd6aa, imm 0x0000
520 andi $s0, $s1, 0x23 :: rt 0x22, rs 0x12bd6aa, imm 0x0023
521 andi $t0, $t1, 0xff :: rt 0x0, rs 0x0, imm 0x00ff
522 andi
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.S45 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
[all...]
H A Dsha256-mips.S55 andi $15,$8,0xFF00
57 andi $14,0xFF00
107 andi $16,$9,0xFF00
109 andi $15,0xFF00
159 andi $17,$10,0xFF00
161 andi $16,0xFF00
211 andi $18,$11,0xFF00
213 andi $17,0xFF00
263 andi $19,$12,0xFF00
265 andi
[all...]
H A Dsha1-mips.pl100 andi $t2,@X[$i],0xFF00
102 andi $t1,0xFF00
134 andi $t2,@X[$i],0xFF00
136 andi $t1,0xFF00
H A Dsha1-ppc.pl193 andi. r0,$inp,3
209 andi. $t1,$t1,4095 ; distance to closest page boundary
H A Dsha512-mips.pl129 andi $tmp2,@X[0],0xFF00
131 andi $tmp1,0xFF00
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemset.S79 andi a1, 0xff /* spread fillword */
93 andi t0, a0, STORMASK /* aligned? */
123 andi t0, a2, 0x40-STORSIZE
155 andi a2, STORMASK /* At most one long to go */
188 andi a2, 0x3f
196 andi a2, STORMASK
204 andi v1, a2, STORMASK
/external/llvm/test/MC/Mips/msa/
H A Dtest_i8.s3 # CHECK: andi.b $w2, $w29, 48 # encoding: [0x78,0x30,0xe8,0x80]
14 andi.b $w2, $w29, 48
/external/pixman/pixman/
H A Dpixman-mips-memcpy-asm.S57 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 */
H A Dpixman-mips-dspr2-asm.h272 andi \scratch2, \scratch1, 0xff
278 andi \scratch1, \scratch1, 0xfc00
280 andi \scratch2, \scratch2, 0x300
284 andi \scratch1, \in_565, 0xf800
286 andi \scratch2, \scratch2, 0xff00
336 andi \scratch1, \scratch1, 0x07e0
338 andi \scratch2, \scratch2, 0xf800
658 andi \scratch1, \tl, 0xff
659 andi \scratch2, \tr, 0xff
660 andi \alph
[all...]
H A Dpixman-mips-dspr2-asm.S43 andi t1, a0, 0x0002
332 andi t3, a1, 0x3
528 andi t3, a1, 0x3
729 andi t2, t2, 0xff
730 andi t3, t3, 0xff
752 andi t1, t1, 0xff
791 andi t2, t2, 0xff
792 andi t3, t3, 0xff
812 andi t1, t1, 0xff
941 andi t
[all...]
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S100 andi. 13,11,0x1
118 andi. 24,24,(POSITION_MASK<<8+0xff) # mask it
127 andi. 8,8,(N-1)
132 andi. 13,11,0xff00
/external/llvm/test/MC/Mips/
H A Dmicromips-alu-instructions.s27 # CHECK-EL: andi $9, $6, 17767 # encoding: [0x26,0xd1,0x67,0x45]
28 # CHECK-EL: andi $9, $6, 17767 # encoding: [0x26,0xd1,0x67,0x45]
61 # CHECK-EB: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67]
62 # CHECK-EB: andi $9, $6, 17767 # encoding: [0xd1,0x26,0x45,0x67]
94 andi $9, $6, 17767
H A Dmips-alu-instructions.s8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
10 # CHECK: andi $9, $9, 17767 # encoding: [0x67,0x45,0x29,0x31]
40 andi $9, $6, 17767
41 andi $9, 17767
H A Dmips64-alu-instructions.s8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
37 andi $9, $6, 17767
/external/linux-tools-perf/perf-3.12.0/arch/tile/lib/
H A Dmemcpy_32.S94 { bz r2, .Ldone; andi r4, r4, 3 }
108 { andi r6, r1, 63; j .Lcopy_many }
147 { andi r6, r1, 63 }
152 { addi r3, r1, 60; andi r9, r9, -64 }
301 EX: { sw r0, r13; addi r0, r0, 4; andi r16, r16, -64 } /* store(WORD_1) */
347 { bnzt r8, .Lcopy_unaligned_few; andi r4, r4, 3 }
360 { bnzt r4, .Lalign_dest_loop; andi r3, r1, 3 }
367 EX: { andi r8, r0, 63; lwadd_na r6, r1, 4}
385 { bnz r8, .Lcleanup_unaligned_words; andi r8, r0, 63 }
/external/openssl/crypto/
H A Dppccpuid.pl110 Lot: andi. r5,r3,3
122 andi. r4,r4,3
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_64.S22 andi. r6,r6,7
39 andi. r0,r4,7
46 andi. r5,r5,7
84 andi. r5,r5,7
/external/llvm/test/MC/PowerPC/
H A Dppc64-operands.s151 # CHECK-BE: andi. 0, 3, 32767 # encoding: [0x70,0x60,0x7f,0xff]
152 # CHECK-LE: andi. 0, 3, 32767 # encoding: [0xff,0x7f,0x60,0x70]
153 andi. %r0,%r3,~0x8000@l
155 # CHECK-BE: andi. 0, 3, 0 # encoding: [0x70,0x60,0x00,0x00]
156 # CHECK-LE: andi. 0, 3, 0 # encoding: [0x00,0x00,0x60,0x70]
157 andi. %r0,%r3,!0x8000@l
/external/chromium_org/v8/src/mips64/
H A Dcodegen-mips64.cc136 __ andi(t8, t8, loadstore_chunk - 1); // t8 is a0/a1 word-displacement.
140 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1.
154 __ andi(t8, a2, 0x3f);
237 __ andi(t8, a2, 0x1f);
265 __ andi(a2, t8, loadstore_chunk - 1);
296 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1.
312 __ andi(t8, a2, 0x3f);
420 __ andi(t8, a2, 0x1f);
462 __ andi(a2, t8, loadstore_chunk - 1);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc281 COMPARE(andi(a0, a1, 0x1),
282 "30a40001 andi a0, a1, 0x1");
283 COMPARE(andi(v0, v1, 0xffff),
284 "3062ffff andi v0, v1, 0xffff");
H A Dtest-disasm-mips64.cc370 COMPARE(andi(a0, a1, 0x1),
371 "30a40001 andi a0, a1, 0x1");
372 COMPARE(andi(v0, v1, 0xffff),
373 "3062ffff andi v0, v1, 0xffff");
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc129 __ andi(t8, t8, loadstore_chunk - 1); // t8 is a0/a1 word-displacement.
133 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1.
153 __ andi(t8, a2, 0x3f);
236 __ andi(t8, a2, 0x1f);
264 __ andi(a2, t8, loadstore_chunk - 1);
295 __ andi(a3, a3, loadstore_chunk - 1); // Copy a3 bytes to align a0/a1.
320 __ andi(t8, a2, 0x3f);
492 __ andi(t8, a2, 0x1f);
561 __ andi(a2, t8, loadstore_chunk - 1);
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04]
/external/openssl/crypto/aes/asm/
H A Daes-ppc.pl362 andi. $t0,$inp,3
363 andi. $t1,$out,3
383 andi. $t0,$t0,4096-16
385 andi. $t1,$t1,4096-16
796 andi. $t0,$inp,3
797 andi. $t1,$out,3
817 andi. $t0,$t0,4096-16
819 andi. $t1,$t1,4096-16

Completed in 500 milliseconds

123