Searched refs:XORB_MASK (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2831 #define XORB_MASK (XO_MASK | RB_MASK) macro 4863 {"neg", XO(31,104,0,0), XORB_MASK, COM, 0, {RT, RA}}, 4864 {"neg.", XO(31,104,0,1), XORB_MASK, COM, 0, {RT, RA}}, 4985 {"subfze", XO(31,200,0,0), XORB_MASK, PPCCOM, 0, {RT, RA}}, 4986 {"sfze", XO(31,200,0,0), XORB_MASK, PWRCOM, 0, {RT, RA}}, 4987 {"subfze.", XO(31,200,0,1), XORB_MASK, PPCCOM, 0, {RT, RA}}, 4988 {"sfze.", XO(31,200,0,1), XORB_MASK, PWRCOM, 0, {RT, RA}}, 4990 {"addze", XO(31,202,0,0), XORB_MASK, PPCCOM, 0, {RT, RA}}, 4991 {"aze", XO(31,202,0,0), XORB_MASK, PWRCOM, 0, {RT, RA}}, 4992 {"addze.", XO(31,202,0,1), XORB_MASK, PPCCOM, 0, {RT, RA}}, [all …]
|