Searched refs:OPR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | alpha.c | 607 #define OPR(oo,ff) OPR_(oo,ff), OPR_MASK macro 738 { "addl", OPR(0x10,0x00), BASE, ARG_OPR }, 791 { "and", OPR(0x11,0x00), BASE, ARG_OPR }, 795 { "bic", OPR(0x11,0x08), BASE, ARG_OPR }, 808 { "bis", OPR(0x11,0x20), BASE, ARG_OPR }, 818 { "xor", OPR(0x11,0x40), BASE, ARG_OPR }, 824 { "eqv", OPR(0x11,0x48), BASE, ARG_OPR }, 855 { "zap", OPR(0x12,0x30), BASE, ARG_OPR }, 861 { "srl", OPR(0x12,0x34), BASE, ARG_OPR }, 865 { "sll", OPR(0x12,0x39), BASE, ARG_OPR }, [all …]
|