Home
last modified time | relevance | path

Searched refs:_typ2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c1544 #define GEN_OPCODE(name, op1, op2, op3, invl, _typ, _typ2) \
1553 .type2 = _typ2, \
1558 #define GEN_OPCODE_DUAL(name, op1, op2, op3, invl1, invl2, _typ, _typ2) \ argument
1568 .type2 = _typ2, \
1573 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \
1582 .type2 = _typ2, \
1587 #define GEN_OPCODE3(name, op1, op2, op3, op4, invl, _typ, _typ2) \
1596 .type2 = _typ2, \
1601 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \
1610 .type2 = _typ2, \
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...]