| H A D | translate.c | 1544 #define GEN_OPCODE(name, op1, op2, op3, invl, _typ, _typ2) \ 1552 .type = _typ, \ 1558 #define GEN_OPCODE_DUAL(name, op1, op2, op3, invl1, invl2, _typ, _typ2) \ argument 1567 .type = _typ, \ 1573 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ 1581 .type = _typ, \ 1587 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \ 1595 .type = _typ, \ 1601 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ 1609 .type = _typ, \ 1529 GEN_OPCODE(name,op1,op2,op3,invl,_typ,_typ2) global() argument 1543 GEN_OPCODE_DUAL(name,op1,op2,op3,invl1,invl2,_typ,_typ2) global() argument 1572 GEN_OPCODE3(name,op1,op2,op3,op4,invl,_typ,_typ2) global() argument 1586 GEN_OPCODE4(name,onam,op1,op2,op3,op4,invl,_typ,_typ2) global() argument [all...] |