| /freebsd-9-stable/gnu/usr.bin/cc/cc_tools/ |
| D | arm.md.diff | 16 arith[1] = ldm[1]; 17 arith[2] = ldm[2]; 20 output_asm_insn (\"ldm%?ia\\t%0, {%1, %2}\", ldm); 25 ldm[0] = XEXP (operands[2], 0); 29 output_asm_insn (\"ldm%?da\\t%0, {%1, %2}\", ldm); 32 + ldm[0] = operands[0]; 33 + ldm[1] = XEXP(operands[2], 0); 34 + output_asm_insn(\"ldr\\t%0, [%1]\", ldm); 35 + ldm[0] = operands[4]; 36 + ldm[1] = XEXP(operands[3], 0); [all …]
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.md | 5472 "ldm%?ia\\t%1!, {%3, %4, %5, %6}" 5507 "ldm%?ia\\t%1!, {%3, %4, %5}" 5522 "ldm%?ia\\t%1!, {%3, %4}" 5540 "ldm%?ia\\t%1, {%2, %3, %4, %5}" 5554 "ldm%?ia\\t%1, {%2, %3, %4}" 5566 "ldm%?ia\\t%1, {%2, %3}" 9464 rtx ldm[3]; 9471 ldm[1] = operands[4]; 9472 ldm[2] = operands[0]; 9476 ldm[1] = operands[0]; [all …]
|
| D | arm926ejs.md | 119 ;; (such as "ldm!"). These models assume that all memory references
|
| D | arm1026ejs.md | 156 ;; (such as "ldm!"). These models assume that all memory references
|
| D | lib1funcs.asm | 189 ldm\cond\dirn sp!, {\regs, lr} 200 ldm\cond\dirn sp!, {\regs, pc}
|
| D | arm1020e.md | 156 ;; (such as "ldm!"). These models assume that all memory references
|
| D | cirrus.md | 440 case 0: return \"ldm%?ia\\t%m1, %M0\\t%@ double\";
|
| D | fpa.md | 564 case 0: return \"ldm%?ia\\t%m1, %M0\\t%@ double\";
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 1088 const DeclMapTy &ldm, in GenerateBlockFunction() argument 1099 for (DeclMapTy::const_iterator i = ldm.begin(), e = ldm.end(); i != e; ++i) { in GenerateBlockFunction()
|
| D | CodeGenFunction.h | 1099 const DeclMapTy &ldm,
|
| /freebsd-9-stable/sys/geom/part/ |
| D | g_part_ldm.c | 54 static SYSCTL_NODE(_kern_geom_part, OID_AUTO, ldm, CTLFLAG_RW, 0,
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrThumb.td | 711 IIC_iLoad_m, "ldm${p}\t$Rn, $regs", []>, T1Encoding<{1,1,0,0,1,?}> { 749 def : InstAlias<"ldm${p} $Rn!, $regs",
|
| D | ARMInstrInfo.td | 2931 defm LDM : arm_ldst_mult<"ldm", "", 1, 0, LdStMulFrm, IIC_iLoad_m, 2951 defm sysLDM : arm_ldst_mult<"ldm", " ^", 1, 1, LdStMulFrm, IIC_iLoad_m, 5380 def : MnemonicAlias<"ldmfd", "ldm">; 5381 def : MnemonicAlias<"ldmia", "ldm">;
|
| D | ARMInstrThumb2.td | 1769 defm t2LDM : thumb2_ld_mult<"ldm", IIC_iLoad_m, IIC_iLoad_mu, 1>; 4414 def : t2InstAlias<"ldm${p} $Rn, $regs", 4416 def : t2InstAlias<"ldm${p} $Rn!, $regs",
|
| /freebsd-9-stable/etc/ |
| D | services | 640 unidata-ldm 388/tcp #Unidata LDM Version 4 641 unidata-ldm 388/udp #Unidata LDM Version 4
|
| /freebsd-9-stable/contrib/ipfilter/perl/ |
| D | Services | 299 388 unidata-ldm UnidataLDMVersion4
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | ChangeLog-0203 | 1667 Fix n parameter of ldm opcodes: The opcode contains (n-1).
|
| D | ChangeLog-9297 | 1851 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l". 2658 * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-9697 | 4750 (get_operand): Handle bizarre syntax for "stm.l" and "ldm.l". 4752 (get_specific): Handle "stm.l" and "ldm.l". 4753 (build_bytes): Handle "stm.l" and "ldm.l"; handle MACREG operands.
|
| D | ChangeLog-0203 | 343 * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm 353 ldm/stm. 5543 * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
|
| D | ChangeLog-2006 | 2329 * config/tc-arm.c (insns): Add ldm and stm.
|
| D | ChangeLog-9899 | 3326 * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
|
| /freebsd-9-stable/contrib/binutils/include/opcode/ |
| D | ChangeLog-9103 | 2263 (tas, mac, ldmac, clrmac, ldm, stm): New instructions.
|
| /freebsd-9-stable/contrib/gdb/ |
| D | md5.sum | 3919 7b279b86516c39f3610fd701192e55da sim/testsuite/sim/arm/ldm.cgs 5048 677c2ca0cf5c9c3c593a7a9274859bba sim/testsuite/sim/h8300/ldm.s
|
| /freebsd-9-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 4360 msgid "Invalid register list for ldm/stm\n" 4485 msgid "invalid operand in ldm"
|