Home
last modified time | relevance | path

Searched refs:NOP_OPCODE (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dcris.h214 #define NOP_OPCODE (0x050F) macro
215 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
Di386.h82 #define NOP_OPCODE (char) 0x90 macro
DChangeLog2002 (NOP_Z_BITS): Define in terms of NOP_OPCODE.
/toolchain/binutils/binutils-2.25/gas/
Dfrags.c351 #ifndef NOP_OPCODE
352 #define NOP_OPCODE 0x00 macro
377 *p = NOP_OPCODE; in frag_align_code()
DChangeLog-200782 (NOP_OPCODE): Define.
2049 (NOP_OPCODE): Removed.
2054 * config/tc-i386.h (NOP_OPCODE): Restore.
DChangeLog-96971273 * read.c (do_align): If BFD_ASSEMBLER, only use NOP_OPCODE if
1496 md_do_align, not the address of a char holding NOP_OPCODE.
4647 * config/tc-vax.h (NOP_OPCODE): Define.
DChangeLog-00013665 * frags.c (NOP_OPCODE): Move default from read.c.
3669 * read.c (NOP_OPCODE): Remove.
3671 * write.c (NOP_OPCODE): Remove.
DChangeLog-20041868 (NOP_OPCODE): Define.
DChangeLog-92954605 (NOP_OPCODE): Cast to `char' to avoid compiler warnings.
5523 * config/tc-ns32k.h: Add definition of NOP_OPCODE.
12172 SEG_BSS, fill with NOP_OPCODE.
12189 already defined. Fill subsegments with NOP_OPCODE, not 0. Don't
13046 generate these sections. .align: will use NOP_OPCODE or 0
DChangeLog-20053771 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.h45 #define NOP_OPCODE 0x01 macro
Dtc-s390.h73 #define NOP_OPCODE 0x07 macro
Dtc-bfin.h55 #define NOP_OPCODE 0x0000 macro
Dtc-ns32k.h61 #define NOP_OPCODE 0xa2 macro
Dtc-mips.h59 #define NOP_OPCODE (mips_nop_opcode ()) macro
Dtc-cris.c1059 nop_opcode = NOP_OPCODE; in md_create_short_jump()
1134 md_number_to_chars (storep + 6, NOP_OPCODE, 2); in md_create_long_jump()
3372 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()
3378 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()
/toolchain/binutils/binutils-2.25/opcodes/
Dcris-opc.c834 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-sh.c1105 #define NOP_OPCODE (0x0009) in sh_relax_delete_bytes() macro
1109 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i); in sh_relax_delete_bytes()
Delf32-v850.c3066 #define NOP_OPCODE (0x0000) macro
3157 bfd_put_16 (abfd, NOP_OPCODE, contents + i); in v850_elf_relax_section()
Delf-m10300.c2470 #define NOP_OPCODE 0xcb in mn10300_elf_relax_delete_bytes() macro
2473 bfd_put_8 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i); in mn10300_elf_relax_delete_bytes()
Delf32-sh.c928 #define NOP_OPCODE (0x0009) in sh_elf_relax_delete_bytes() macro
932 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i); in sh_elf_relax_delete_bytes()