Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtranslate.c1437 #define GEN_HANDLER2(name, onam, opc1, opc2, opc3, inval, type) \ argument
1438 GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type, PPC_NONE)
1440 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument
1441 GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type, type2)
1446 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument
1447 GEN_OPCODE4(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2)
1528 #define GEN_OPCODE2(name, onam, op1, op2, op3, invl, _typ, _typ2) \ argument
1540 .oname = onam, \
1556 #define GEN_OPCODE4(name, onam, op1, op2, op3, op4, invl, _typ, _typ2) \ argument
1568 .oname = onam, \