Searched refs:VX (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. */
495 /* The SIMM field in a VX form instruction. */
499 /* The UIMM field in a VX form instruction, and TE in Z form. */
1375 /* An VX form instruction. */
1376 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff))
1378 /* The mask for an VX form instruction. */
1379 #define VX_MASK VX(0x3f, 0x7ff)
1805 { "mfvscr", VX(
1373 #define VX macro
[all...]

Completed in 53 milliseconds