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

  /src/external/gpl3/binutils/dist/gas/config/
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/gas/config/
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/gcc/dist/gcc/config/iq2000/
iq2000.cc 1588 rtx_insn *nop_insn = emit_insn_after (gen_nop (), insn);
1589 INSN_ADDRESSES_NEW (nop_insn, -1);
1572 rtx_insn *nop_insn = emit_insn_after (gen_nop (), insn); local
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 1591 rtx_insn *nop_insn = emit_insn_after (gen_nop (), insn);
1592 INSN_ADDRESSES_NEW (nop_insn, -1);
1575 rtx_insn *nop_insn = emit_insn_after (gen_nop (), insn); local
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 4491 static gdb_byte nop_insn[] = { 0, 0, 0, 0 }; local
4496 bp_slot = sp - sizeof (nop_insn);
4511 nop_addr = bp_slot - sizeof (nop_insn);
4512 write_memory (nop_addr, nop_insn, sizeof (nop_insn));
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 4495 static gdb_byte nop_insn[] = { 0, 0, 0, 0 }; local
4500 bp_slot = sp - sizeof (nop_insn);
4515 nop_addr = bp_slot - sizeof (nop_insn);
4516 write_memory (nop_addr, nop_insn, sizeof (nop_insn));
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 8057 rtx_insn *nop_insn = make_insn_raw (nop);
8058 SET_NEXT_INSN (nop_insn) = 0;
8059 SET_PREV_INSN (nop_insn) = 0;
8060 frv_nops[frv_num_nops++] = nop_insn;
7979 rtx_insn *nop_insn = make_insn_raw (nop); local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 8055 rtx_insn *nop_insn = make_insn_raw (nop);
8056 SET_NEXT_INSN (nop_insn) = 0;
8057 SET_PREV_INSN (nop_insn) = 0;
8058 frv_nops[frv_num_nops++] = nop_insn;
7977 rtx_insn *nop_insn = make_insn_raw (nop); local

Completed in 100 milliseconds