HomeSort by relevance Sort by last modified time
    Searched refs:NOP_OPCODE (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-bfin.h 55 #define NOP_OPCODE 0x0000
tc-s390.h 73 #define NOP_OPCODE 0x07
tc-vax.h 45 #define NOP_OPCODE 0x01
tc-ns32k.h 61 #define NOP_OPCODE 0xa2
tc-mips.h 59 #define NOP_OPCODE (mips_nop_opcode ())
tc-cris.c 1037 int nop_opcode; local
3360 int nop_opcode; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
i386.h 82 #define NOP_OPCODE (char) 0x90
cris.h 214 #define NOP_OPCODE (0x050F)
215 #define NOP_Z_BITS (0xFFFF ^ NOP_OPCODE)
  /toolchain/binutils/binutils-2.27/gas/
frags.c 359 /* The NOP_OPCODE is for the alignment fill value. Fill it with a nop
361 #ifndef NOP_OPCODE
362 #define NOP_OPCODE 0x00
371 one NOP_OPCODE byte. */
387 *p = NOP_OPCODE;
  /toolchain/binutils/binutils-2.27/opcodes/
cris-opc.c 834 {"nop", NOP_OPCODE, NOP_Z_BITS, "", 0, SIZE_NONE,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-sh.c     [all...]
elf-m10300.c     [all...]
elf32-v850.c     [all...]
elf32-sh.c 942 #define NOP_OPCODE (0x0009)
946 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
    [all...]
elf32-i386.c     [all...]
elf64-x86-64.c     [all...]

Completed in 635 milliseconds