Searched refs:NOP_OPCODE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-s390.h74 #define NOP_OPCODE 0x07 macro
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Di386.h72 #define NOP_OPCODE (char) 0x90 macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dfrags.c338 /* The NOP_OPCODE is for the alignment fill value. Fill it with a nop
340 #ifndef NOP_OPCODE
341 #define NOP_OPCODE 0x00
350 one NOP_OPCODE byte. */
366 *p = NOP_OPCODE;
331 #define NOP_OPCODE macro

Completed in 201 milliseconds