/external/v8/src/mips/ |
ic-mips.cc | [all...] |
constants-mips.cc | 315 case ANDI:
|
macro-assembler-mips.cc | 650 andi(rd, rs, rt.imm32_); [all...] |
disasm-mips.cc | 858 case ANDI: 859 Format(instr, "andi 'rt, 'rs, 'imm16x");
|
/external/openssl/crypto/aes/asm/ |
aes-ppc.pl | 362 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 [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-ppc.pl | 193 andi. r0,$inp,3 209 andi. $t1,$t1,4095 ; distance to closest page boundary
|
sha512-mips.pl | 129 andi $tmp2,@X[0],0xFF00 131 andi $tmp1,0xFF00
|
sha512-ppc.pl | 225 andi. r0,$inp,3 243 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
bash.php | 5 * Author: Andreas Gohr (andi@splitbrain.org)
|
perl.php | 5 * Author: Andreas Gohr (andi@splitbrain.org), Ben Keen (ben.keen@gmail.com)
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | 306 // e.g. addi, andi 310 // e.g. addi, andi 314 // e.g. addi, andi 806 def ANDi : ArithLogicI<"andi", uimm16, CPURegsOpnd, immZExt16, and>, [all...] |
/dalvik/vm/mterp/mips/ |
header.S | 110 #define GET_PREFETCHED_OPCODE(dreg, sreg) andi dreg, sreg, 255
|
/external/iproute2/ |
RELNOTES | 107 Andi Kleen and Werner Almesberger.
|
/external/kernel-headers/original/linux/ |
rcupdate.h | 23 * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen.
|
/external/llvm/lib/Target/PowerPC/ |
PPCSchedule.td | 142 // andi. IntGeneral
|
/external/valgrind/main/none/tests/ppc32/ |
jm-int.stdout.exp | [all...] |
/external/valgrind/main/none/tests/mips32/ |
MIPS32int.c | 217 printf("ANDI\n"); 218 TESTINST2("andi $t0, $t1, 1", 0, 1, t0, t1); 219 TESTINST2("andi $t0, $t1, 0", 1, 0, t0, t1); 220 TESTINST2("andi $t0, $t1, 1", 1, 1, t0, t1); 221 TESTINST2("andi $t0, $t1, 1", 0x7fffffff, 0, t0, t1); 222 TESTINST2("andi $t0, $t1, 0", 0x80000000, 0, t0, t1); 223 TESTINST2("andi $t0, $t1, 0x3145", 0xffffffff, 0x3145, t0, t1); [all...] |
MIPS32int.stdout.exp | 81 ANDI 82 andi $t0, $t1, 1 :: rt 0x00000000 rs 0x00000000, imm 0x00000001 83 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x00000001, imm 0x00000000 84 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x00000001, imm 0x00000001 85 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x7fffffff, imm 0x00000000 86 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x80000000, imm 0x00000000 87 andi $t0, $t1, 0x3145 :: rt 0x00003145 rs 0xffffffff, imm 0x00003145 [all...] |
MIPS32int.stdout.exp-BE | 81 ANDI 82 andi $t0, $t1, 1 :: rt 0x00000000 rs 0x00000000, imm 0x00000001 83 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x00000001, imm 0x00000000 84 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x00000001, imm 0x00000001 85 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x7fffffff, imm 0x00000000 86 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x80000000, imm 0x00000000 87 andi $t0, $t1, 0x3145 :: rt 0x00003145 rs 0xffffffff, imm 0x00003145 [all...] |
MIPS32int.stdout.exp-mips32 | 81 ANDI 82 andi $t0, $t1, 1 :: rt 0x00000000 rs 0x00000000, imm 0x00000001 83 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x00000001, imm 0x00000000 84 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x00000001, imm 0x00000001 85 andi $t0, $t1, 1 :: rt 0x00000001 rs 0x7fffffff, imm 0x00000000 86 andi $t0, $t1, 0 :: rt 0x00000000 rs 0x80000000, imm 0x00000000 87 andi $t0, $t1, 0x3145 :: rt 0x00003145 rs 0xffffffff, imm 0x00003145 [all...] |
/external/kernel-headers/original/asm-mips/sibyte/ |
sb1250_scd.h | 158 andi dest, dest, (M_SYS_SOC_TYPE >> S_SYS_SOC_TYPE); \
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips32.txt | 30 # CHECK: andi $9, $6, 17767
|
mips32_le.txt | 30 # CHECK: andi $9, $6, 17767
|
mips32r2.txt | 30 # CHECK: andi $9, $6, 17767
|
mips32r2_le.txt | 30 # CHECK: andi $9, $6, 17767
|