HomeSort by: relevance | last modified time | path
    Searched defs:dstmem (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1746 rtx srcmem, dstmem;
1805 dstmem = adjust_address (copy_rtx (dst), dstmode, offset);
1810 emit_insn (GEN_FCN (icode) (dstmem, dstreg));
1813 emit_move_insn (dstmem, dstreg);
1736 rtx srcmem, dstmem; local
c6x.cc 1746 rtx srcmem, dstmem;
1805 dstmem = adjust_address (copy_rtx (dst), dstmode, offset);
1810 emit_insn (GEN_FCN (icode) (dstmem, dstreg));
1813 emit_move_insn (dstmem, dstreg);
1736 rtx srcmem, dstmem; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1746 rtx srcmem, dstmem;
1805 dstmem = adjust_address (copy_rtx (dst), dstmode, offset);
1810 emit_insn (GEN_FCN (icode) (dstmem, dstreg));
1813 emit_move_insn (dstmem, dstreg);
1736 rtx srcmem, dstmem; local
c6x.cc 1746 rtx srcmem, dstmem;
1805 dstmem = adjust_address (copy_rtx (dst), dstmode, offset);
1810 emit_insn (GEN_FCN (icode) (dstmem, dstreg));
1813 emit_move_insn (dstmem, dstreg);
1736 rtx srcmem, dstmem; local
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 3213 rtx srcmem, dstmem;
3216 dstmem = adjust_address_nv (dst, mode, offset);
3218 emit_move_insn (dstmem, scratch);
3201 rtx srcmem, dstmem; local
bfin.cc 3213 rtx srcmem, dstmem;
3216 dstmem = adjust_address_nv (dst, mode, offset);
3218 emit_move_insn (dstmem, scratch);
3201 rtx srcmem, dstmem; local
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 3212 rtx srcmem, dstmem;
3215 dstmem = adjust_address_nv (dst, mode, offset);
3217 emit_move_insn (dstmem, scratch);
3200 rtx srcmem, dstmem; local
bfin.cc 3212 rtx srcmem, dstmem;
3215 dstmem = adjust_address_nv (dst, mode, offset);
3217 emit_move_insn (dstmem, scratch);
3200 rtx srcmem, dstmem; local
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 14569 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14573 if (dstmem)
14582 if (dstmem)
i386-dis.c 14569 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14573 if (dstmem)
14582 if (dstmem)
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 14530 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14534 if (dstmem)
14543 if (dstmem)
i386-dis.c 14530 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14534 if (dstmem)
14543 if (dstmem)
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 14226 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14230 if (dstmem)
14239 if (dstmem)
i386-dis.c 14226 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14230 if (dstmem)
14239 if (dstmem)
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 14537 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14541 if (dstmem)
14550 if (dstmem)
i386-dis.c 14537 bool dstmem = !ins->vex.nd && ins->vex.nf; local
14541 if (dstmem)
14550 if (dstmem)

Completed in 222 milliseconds