H A D | translate.c | 1461 #define GEN_HANDLER(name, opc1, opc2, opc3, inval, type) \ argument 1464 #define GEN_HANDLER_E(name, opc1, opc2, opc3, inval, type, type2) \ argument 1467 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument 1470 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument 1473 #define GEN_HANDLER_E_2(name, opc1, opc2, opc3, opc4, inval, type, type2) \ argument 1476 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument 1480 unsigned char opc1, opc2, opc3, opc4; member 2155 #define GEN_PPC64_R2(name, opc1, opc2) \ argument 2165 #define GEN_PPC64_R4(name, opc1, opc2) \ argument 2676 #define GEN_LDX_E(name, ldop, opc2, opc3, type, type2, chk) \ argument [all …]
|