Searched refs:PPCEFS (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/xmon/ |
D | ppc-opc.c | 2992 #define PPCEFS PPC_OPCODE_EFS macro 3364 {"efsadd", VX (4, 704), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3365 {"efssub", VX (4, 705), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3367 {"efsabs", VX (4, 708), VX_MASK, PPCEFS, 0, {RS, RA}}, 3369 {"efsnabs", VX (4, 709), VX_MASK, PPCEFS, 0, {RS, RA}}, 3370 {"efsneg", VX (4, 710), VX_MASK, PPCEFS, 0, {RS, RA}}, 3373 {"efsmul", VX (4, 712), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3374 {"efsdiv", VX (4, 713), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3376 {"efscmpgt", VX (4, 716), VX_MASK, PPCEFS, 0, {CRFD, RA, RB}}, 3378 {"efscmplt", VX (4, 717), VX_MASK, PPCEFS, 0, {CRFD, RA, RB}}, [all …]
|