Searched refs:PPCEFS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 3004 #define PPCEFS PPC_OPCODE_EFS macro 3376 {"efsadd", VX (4, 704), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3377 {"efssub", VX (4, 705), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3379 {"efsabs", VX (4, 708), VX_MASK, PPCEFS, 0, {RS, RA}}, 3381 {"efsnabs", VX (4, 709), VX_MASK, PPCEFS, 0, {RS, RA}}, 3382 {"efsneg", VX (4, 710), VX_MASK, PPCEFS, 0, {RS, RA}}, 3385 {"efsmul", VX (4, 712), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3386 {"efsdiv", VX (4, 713), VX_MASK, PPCEFS, 0, {RS, RA, RB}}, 3388 {"efscmpgt", VX (4, 716), VX_MASK, PPCEFS, 0, {CRFD, RA, RB}}, 3390 {"efscmplt", VX (4, 717), VX_MASK, PPCEFS, 0, {CRFD, RA, RB}}, [all …]
|