Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c730 /* The VA field in a VA, VX or VXR form instruction. */
734 /* The VB field in a VA, VX or VXR form instruction. */
742 /* The VD or VS field in a VA, VX, VXR or X form instruction. */
2566 /* A VXR form instruction. */
2567 #define VXR(op, xop, rc) (OP (op) | (((rc) & 1) << 10) | (((unsigned long)(xop)) & 0x3ff))
2569 /* The mask for a VXR form instruction. */
2570 #define VXR_MASK VXR(0x3f, 0x3ff, 1)
3098 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
3099 {"vcmpneb", VXR(4, 7,0), VXR_MASK, PPCVEC3, 0, {VD, VA, VB}},
3173 {"vcmpequh", VXR(
2564 #define VXR global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c730 /* The VA field in a VA, VX or VXR form instruction. */
734 /* The VB field in a VA, VX or VXR form instruction. */
742 /* The VD or VS field in a VA, VX, VXR or X form instruction. */
2566 /* A VXR form instruction. */
2567 #define VXR(op, xop, rc) (OP (op) | (((rc) & 1) << 10) | (((unsigned long)(xop)) & 0x3ff))
2569 /* The mask for a VXR form instruction. */
2570 #define VXR_MASK VXR(0x3f, 0x3ff, 1)
3098 {"vcmpequb", VXR(4, 6,0), VXR_MASK, PPCVEC, 0, {VD, VA, VB}},
3099 {"vcmpneb", VXR(4, 7,0), VXR_MASK, PPCVEC3, 0, {VD, VA, VB}},
3173 {"vcmpequh", VXR(
2564 #define VXR global() macro
[all...]

Completed in 12 milliseconds