Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcris.h213 #define NOP_OPCODE (0x050F) macro
214 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
H A DChangeLog379 (NOP_Z_BITS): Define in terms of NOP_OPCODE.
/openbsd/gnu/usr.bin/binutils/gas/
H A Dfrags.c323 #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 Dfrags.c330 #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 Dtc-vax.h46 #define NOP_OPCODE 0x01 macro
H A Dtc-bfin.h58 #define NOP_OPCODE 0x0000 macro
H A Dtc-s390.h74 #define NOP_OPCODE 0x07 macro
H A Dtc-maxq.h144 #define NOP_OPCODE (char)0xDA3A macro
H A Dtc-ns32k.h61 #define NOP_OPCODE 0xa2 macro
H A Dtc-i386.h115 #define NOP_OPCODE (char) 0x90 macro
H A Dtc-cris.c1048 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 Dtc-vax.h51 #define NOP_OPCODE 0x01 macro
H A Dtc-tic4x.h68 #define NOP_OPCODE 0x0c800000 macro
H A Dtc-s390.h79 #define NOP_OPCODE 0x07 macro
H A Dtc-ns32k.h77 #define NOP_OPCODE 0xa2 macro
H A Dtc-i386.h119 #define NOP_OPCODE (char) 0x90 macro
H A Dtc-cris.c763 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 Dobj-coff.c1690 #ifndef NOP_OPCODE
1691 #define NOP_OPCODE 0x00 macro
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dcris.h167 #define NOP_OPCODE (0x050F) macro
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcris-opc.c579 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE, 0,
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-opc.c833 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-v850.c2378 #define NOP_OPCODE (0x0000) macro
2469 bfd_put_16 (abfd, NOP_OPCODE, contents + i); in v850_elf_relax_section()
H A Dcoff-sh.c1097 #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 Delf32-v850.c2472 #define NOP_OPCODE (0x0000) macro
2570 bfd_put_16 (abfd, NOP_OPCODE, contents + i);
H A Dcoff-sh.c1139 #define NOP_OPCODE (0x0009) macro
1143 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);

12