Searched refs:VX_MASK (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/xmon/ |
D | ppc-opc.c | 1646 #define VX_MASK VX(0x3f, 0x7ff) macro 2066 { "mfvscr", VX(4, 1540), VX_MASK, PPCVEC, { VD } }, 2067 { "mtvscr", VX(4, 1604), VX_MASK, PPCVEC, { VB } }, 2072 { "efscfd", VX(4, 719), VX_MASK, PPCEFS, { RS, RB } }, 2073 { "efdabs", VX(4, 740), VX_MASK, PPCEFS, { RS, RA } }, 2074 { "efdnabs", VX(4, 741), VX_MASK, PPCEFS, { RS, RA } }, 2075 { "efdneg", VX(4, 742), VX_MASK, PPCEFS, { RS, RA } }, 2076 { "efdadd", VX(4, 736), VX_MASK, PPCEFS, { RS, RA, RB } }, 2077 { "efdsub", VX(4, 737), VX_MASK, PPCEFS, { RS, RA, RB } }, 2078 { "efdmul", VX(4, 744), VX_MASK, PPCEFS, { RS, RA, RB } }, [all …]
|