H A D | translate.c | 1432 #define GEN_HANDLER(name, opc1, opc2, opc3, inval, type) \ argument 1435 #define GEN_HANDLER_E(name, opc1, opc2, opc3, inval, type, type2) \ argument 1438 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument 1441 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument 1444 #define GEN_HANDLER_E_2(name, opc1, opc2, opc3, opc4, inval, type, type2) \ argument 1447 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument 1451 unsigned char opc1, opc2, opc3, opc4; member 2129 #define GEN_PPC64_R2(name, opc1, opc2) \ argument 2139 #define GEN_PPC64_R4(name, opc1, opc2) \ argument 2650 #define GEN_LDX_E(name, ldop, opc2, opc3, type, type2, chk) \ argument [all …]
|