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

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c478 /* The VA field in a VA, VX or VXR form instruction. */
482 /* The VB field in a VA, VX or VXR form instruction. */
490 /* The VD or VS field in a VA, VX, VXR or X form instruction. */
1387 /* An VXR form instruction. */
1388 #define VXR(op, xop, rc) (OP (op) | (((rc) & 1) << 10) | (((unsigned long)(xop)) & 0x3ff))
1390 /* The mask for a VXR form instruction. */
1391 #define VXR_MASK VXR(0x3f, 0x3ff, 1)
1863 { "vcmpbfp", VXR(4, 966, 0), VXR_MASK, PPCVEC, { VD, VA, VB } },
1864 { "vcmpbfp.", VXR(4, 966, 1), VXR_MASK, PPCVEC, { VD, VA, VB } },
1865 { "vcmpeqfp", VXR(
1385 #define VXR macro
[all...]

Completed in 53 milliseconds