/external/llvm/lib/Target/PowerPC/ |
PPCSchedule.td | 134 // addi IntSimple
|
PPCFrameLowering.cpp | 589 BuildMI(MBB, MBBI, dl, TII.get(PPC::ADDI), PPC::R1) 604 BuildMI(MBB, MBBI, dl, TII.get(PPC::ADDI), PPC::R1) 669 unsigned ADDIInstr = isPPC64 ? PPC::ADDI8 : PPC::ADDI; [all...] |
PPCCTRLoops.cpp | 419 /// addi iv, c 424 return ((MI->getOpcode() == PPC::ADDI || MI->getOpcode() == PPC::ADDI8) &&
|
PPCInstrInfo.td | 227 // field. Used by instructions like 'addi'. [all...] |
/external/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/valgrind/main/include/ |
valgrind.h | [all...] |
/external/valgrind/main/none/tests/ppc32/ |
jm-int.stdout.exp | [all...] |
jm-insns.c | 115 * " addi\n" 121 * " addi 17, 14, 0\n" 128 * patch_op_imm16(&func_buf[0], imm); // patch 'addi' insn 133 * the immediate field with the new value (which, for 'addi', is the 137 * 0x3A2E0000 => addi 17, 14, 0 140 * 0x3A2E0009 => addi 17, 14, 9 1008 ASSEMBLY_FUNC("test_addi", "addi 17, 14, 0"); 1023 { &test_addi , " addi", }, [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 183 int (*addi)(void *a, unsigned long b, void *c); member in struct:__anon6656 471 #define mp_add_d(a, b, c) ltc_mp.addi(a, b, c)
|
/external/dropbear/libtomcrypt/src/math/ |
tfm_desc.c | 217 static int addi(void *a, unsigned long b, void *c) function 712 &addi,
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeFrameLowering.cpp | 365 // Adjust stack : addi R1, R1, -imm 422 // addi R1, R1, imm
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | 267 // e.g. addi, andi [all...] |
MipsSEInstrInfo.cpp | 260 if (isInt<16>(Amount))// addi sp, sp, amount
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips32.txt | 18 # CHECK: addi $9, $6, 17767
|
mips32_le.txt | 18 # CHECK: addi $9, $6, 17767
|
mips32r2.txt | 18 # CHECK: addi $9, $6, 17767
|
mips32r2_le.txt | 18 # CHECK: addi $9, $6, 17767
|
/external/openssl/crypto/rc4/asm/ |
rc4-parisc.pl | 272 addi,nuv 1,%r23,%r23 ; increment and conditional
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3string.c | 275 string->addi = addi8; 312 string->addi = addiUTF16; [all...] |
/external/v8/src/mips/ |
disasm-mips.cc | 846 case ADDI: 847 Format(instr, "addi 'rt, 'rs, 'imm16s");
|
lithium-mips.h | 51 V(AddI) \ 1050 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i") [all...] |
/external/valgrind/main/VEX/switchback/ |
switchback.c | 649 " addi %r1,%r1,256\n" 760 " addi %r1,%r1,256\n"
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.c | 539 "addi %0,%0,16\n\t" /* vec1L += 16 */ 540 "addi %1,%1,16\n\t" /* vec2L += 16 */ 541 "addi %7,%7,-1\n\t" /* iL-- */ [all...] |
/external/v8/src/arm/ |
lithium-arm.h | 51 V(AddI) \ 1070 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i") [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 51 V(AddI) \ 1049 DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i") [all...] |