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