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

/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c2528 #define VX_MASK VX(0x3f, 0x7ff)
2530 /* A VX_MASK with the VA field fixed. */
2531 #define VXVA_MASK (VX_MASK | (0x1f << 16))
2533 /* A VX_MASK with the VB field fixed. */
2534 #define VXVB_MASK (VX_MASK | (0x1f << 11))
2536 /* A VX_MASK with the VA and VB fields fixed. */
2537 #define VXVAVB_MASK (VX_MASK | (0x1f << 16) | (0x1f << 11))
2539 /* A VX_MASK with the VD and VA fields fixed. */
2540 #define VXVDVA_MASK (VX_MASK | (0x1f << 21) | (0x1f << 16))
2542 /* A VX_MASK wit
2525 #define VX_MASK macro
[all...]

Completed in 234 milliseconds