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

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h287 #define ARC_DELAY_NONE 0 /* no delay slot */ macro
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c1814 int delay_slot_type = ARC_DELAY_NONE;
1843 if (delay_slot_type != ARC_DELAY_NONE
1846 in_delay_slot_p = (delay_slot_type != ARC_DELAY_NONE) && !limm_p;
1856 (delay_slot_type != ARC_DELAY_NONE) && */
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c1536 { "nd", ARC_DELAY_NONE, DELAY, 0 },

Completed in 74 milliseconds