/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | cris.h | 213 #define NOP_OPCODE (0x050F) macro 214 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
|
H A D | ChangeLog | 379 (NOP_Z_BITS): Define in terms of NOP_OPCODE.
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | frags.c | 323 #ifndef NOP_OPCODE 324 #define NOP_OPCODE 0x00 macro 349 *p = NOP_OPCODE; in frag_align_code()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | frags.c | 330 #ifndef NOP_OPCODE 331 #define NOP_OPCODE 0x00 macro 356 *p = NOP_OPCODE; in frag_align_code()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-vax.h | 46 #define NOP_OPCODE 0x01 macro
|
H A D | tc-bfin.h | 58 #define NOP_OPCODE 0x0000 macro
|
H A D | tc-s390.h | 74 #define NOP_OPCODE 0x07 macro
|
H A D | tc-maxq.h | 144 #define NOP_OPCODE (char)0xDA3A macro
|
H A D | tc-ns32k.h | 61 #define NOP_OPCODE 0xa2 macro
|
H A D | tc-i386.h | 115 #define NOP_OPCODE (char) 0x90 macro
|
H A D | tc-cris.c | 1048 nop_opcode = NOP_OPCODE; in cris_create_short_jump() 3333 nop_opcode = NOP_OPCODE; in gen_cond_branch_32() 3339 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-vax.h | 51 #define NOP_OPCODE 0x01 macro
|
H A D | tc-tic4x.h | 68 #define NOP_OPCODE 0x0c800000 macro
|
H A D | tc-s390.h | 79 #define NOP_OPCODE 0x07 macro
|
H A D | tc-ns32k.h | 77 #define NOP_OPCODE 0xa2 macro
|
H A D | tc-i386.h | 119 #define NOP_OPCODE (char) 0x90 macro
|
H A D | tc-cris.c | 763 md_number_to_chars (storep + 2, NOP_OPCODE, 2); 767 md_number_to_chars (storep + 4, NOP_OPCODE, 2); 778 md_number_to_chars (storep + 4, NOP_OPCODE, 2); 2653 md_number_to_chars (writep, NOP_OPCODE, 2);
|
H A D | obj-coff.c | 1690 #ifndef NOP_OPCODE 1691 #define NOP_OPCODE 0x00 macro
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | cris.h | 167 #define NOP_OPCODE (0x050F) macro
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | cris-opc.c | 579 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE, 0,
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | cris-opc.c | 833 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-v850.c | 2378 #define NOP_OPCODE (0x0000) macro 2469 bfd_put_16 (abfd, NOP_OPCODE, contents + i); in v850_elf_relax_section()
|
H A D | coff-sh.c | 1097 #define NOP_OPCODE (0x0009) macro 1101 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-v850.c | 2472 #define NOP_OPCODE (0x0000) macro 2570 bfd_put_16 (abfd, NOP_OPCODE, contents + i);
|
H A D | coff-sh.c | 1139 #define NOP_OPCODE (0x0009) macro 1143 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
|