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

  /src/external/gpl3/binutils/dist/bfd/
elf32-m32r.c 27 #define NOP_INSN 0x7000
  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 501 #define NOP_INSN 0x7000
tc-sparc.c 1231 #define NOP_INSN 0x01000000
1576 struct sparc_it nop_insn;
1578 nop_insn.opcode = NOP_INSN;
1579 nop_insn.reloc = BFD_RELOC_NONE;
1580 output_insn (insn, &nop_insn);
1565 struct sparc_it nop_insn; local
tc-mips.c 844 static struct mips_cl_insn nop_insn; variable in typeref:struct:mips_cl_insn
853 #define NOP_INSN (mips_opts.mips16 \
859 : &nop_insn))
861 /* The size of NOP_INSN in bytes. */
3970 if (nop_insn.insn_mo == NULL && strcmp (name, "nop") == 0)
3972 create_insn (&nop_insn, mips_opcodes + i);
3974 nop_insn.insn_opcode = LOONGSON2F_NOP_INSN;
3975 nop_insn.fixed_p = 1;
4940 return NOP_INSN;
8050 add_fixed_insn (NOP_INSN);
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32r.c 27 #define NOP_INSN 0x7000
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 501 #define NOP_INSN 0x7000
tc-sparc.c 1230 #define NOP_INSN 0x01000000
1575 struct sparc_it nop_insn;
1577 nop_insn.opcode = NOP_INSN;
1578 nop_insn.reloc = BFD_RELOC_NONE;
1579 output_insn (insn, &nop_insn);
1564 struct sparc_it nop_insn; local
tc-mips.c 840 static struct mips_cl_insn nop_insn; variable in typeref:struct:mips_cl_insn
849 #define NOP_INSN (mips_opts.mips16 \
855 : &nop_insn))
857 /* The size of NOP_INSN in bytes. */
3734 if (nop_insn.insn_mo == NULL && strcmp (name, "nop") == 0)
3736 create_insn (&nop_insn, mips_opcodes + i);
3738 nop_insn.insn_opcode = LOONGSON2F_NOP_INSN;
3739 nop_insn.fixed_p = 1;
4631 return NOP_INSN;
7741 add_fixed_insn (NOP_INSN);
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32r.c 27 #define NOP_INSN 0x7000
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32r.c 27 #define NOP_INSN 0x7000

Completed in 111 milliseconds