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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c49 /* The PARALLEL_BIT is set to 0 when an instruction is the last of a bundle. */
50 #define PARALLEL_BIT (1u << 31) macro
770 image &= ~PARALLEL_BIT;
772 image |= PARALLEL_BIT;
2568 nop |= PARALLEL_BIT;

Completed in 148 milliseconds