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

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dmips-opc.c73 #define WR_HILO WR_HI|WR_LO macro
75 #define MOD_HILO WR_HILO|RD_HILO
133 read accumulators (that may be $ac0), we add WR_a (WR_HILO) or RD_a
138 but destroy HI+LO as side-effect, we add WR_HILO to their attributes.
149 #define WR_a WR_HILO /* Write dsp accumulators (reuse WR_HILO) */
540 {"ddiv", "z,s,t", 0x0000001e, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, I3 },
544 {"ddivu", "z,s,t", 0x0000001f, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, I3 },
557 {"div", "z,s,t", 0x0000001a, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, I1 },
558 {"div", "z,t", 0x0000001a, 0xffe0ffff, RD_s|RD_t|WR_HILO,
[all...]

Completed in 52 milliseconds