Searched refs:COMMUTEOP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | sparc.c | 356 #define COMMUTEOP(opcode, op3, arch_mask) \ macro 1821 COMMUTEOP ("umac", 0x3e, sparclet), 1822 COMMUTEOP ("smac", 0x3f, sparclet), 1823 COMMUTEOP ("umacd", 0x2e, sparclet), 1824 COMMUTEOP ("smacd", 0x2f, sparclet), 1825 COMMUTEOP ("umuld", 0x09, sparclet), 1826 COMMUTEOP ("smuld", 0x0d, sparclet),
|