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

/external/qemu/disas/
H A Dppc.c820 /* The VA field in a VA, VX or VXR form instruction. */
824 /* The VB field in a VA, VX or VXR form instruction. */
832 /* The VD or VS field in a VA, VX, VXR or X form instruction. */
1729 /* An VXR form instruction. */
1730 #define VXR(op, xop, rc) (OP (op) | (((rc) & 1) << 10) | (((unsigned long)(xop)) & 0x3ff))
1732 /* The mask for a VXR form instruction. */
1733 #define VXR_MASK VXR(0x3f, 0x3ff, 1)
2205 { "vcmpbfp", VXR(4, 966, 0), VXR_MASK, PPCVEC, { VD, VA, VB } },
2206 { "vcmpbfp.", VXR(4, 966, 1), VXR_MASK, PPCVEC, { VD, VA, VB } },
2207 { "vcmpeqfp", VXR(
1725 #define VXR macro
[all...]

Completed in 982 milliseconds