H A D | translate.c | 1438 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument 1439 GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type, PPC_NONE) 1441 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument 1442 GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type, type2) 1447 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument 1448 GEN_OPCODE4(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) 1529 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ argument 1541 .oname = onam, \ 1557 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument 1569 .oname = onam, \
|