Searched refs:NOP_OPCODE (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cris.h | 214 #define NOP_OPCODE (0x050F) macro 215 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
|
D | i386.h | 82 #define NOP_OPCODE (char) 0x90 macro
|
D | ChangeLog | 2002 (NOP_Z_BITS): Define in terms of NOP_OPCODE.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | frags.c | 351 #ifndef NOP_OPCODE 352 #define NOP_OPCODE 0x00 macro 377 *p = NOP_OPCODE; in frag_align_code()
|
D | ChangeLog-2007 | 82 (NOP_OPCODE): Define. 2049 (NOP_OPCODE): Removed. 2054 * config/tc-i386.h (NOP_OPCODE): Restore.
|
D | ChangeLog-9697 | 1273 * 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.
|
D | ChangeLog-0001 | 3665 * frags.c (NOP_OPCODE): Move default from read.c. 3669 * read.c (NOP_OPCODE): Remove. 3671 * write.c (NOP_OPCODE): Remove.
|
D | ChangeLog-2004 | 1868 (NOP_OPCODE): Define.
|
D | ChangeLog-9295 | 4605 (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
|
D | ChangeLog-2005 | 3771 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-vax.h | 45 #define NOP_OPCODE 0x01 macro
|
D | tc-s390.h | 73 #define NOP_OPCODE 0x07 macro
|
D | tc-bfin.h | 55 #define NOP_OPCODE 0x0000 macro
|
D | tc-ns32k.h | 61 #define NOP_OPCODE 0xa2 macro
|
D | tc-mips.h | 59 #define NOP_OPCODE (mips_nop_opcode ()) macro
|
D | tc-cris.c | 1059 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/ |
D | cris-opc.c | 834 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-sh.c | 1105 #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()
|
D | elf32-v850.c | 3066 #define NOP_OPCODE (0x0000) macro 3157 bfd_put_16 (abfd, NOP_OPCODE, contents + i); in v850_elf_relax_section()
|
D | elf-m10300.c | 2470 #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()
|
D | elf32-sh.c | 928 #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()
|