Searched refs:OPRL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | alpha.c | 608 #define OPRL(oo,ff) OPRL_(oo,ff), OPR_MASK macro 739 { "addl", OPRL(0x10,0x00), BASE, ARG_OPRL }, 792 { "and", OPRL(0x11,0x00), BASE, ARG_OPRL }, 796 { "bic", OPRL(0x11,0x08), BASE, ARG_OPRL }, 809 { "bis", OPRL(0x11,0x20), BASE, ARG_OPRL }, 819 { "xor", OPRL(0x11,0x40), BASE, ARG_OPRL }, 825 { "eqv", OPRL(0x11,0x48), BASE, ARG_OPRL }, 856 { "zap", OPRL(0x12,0x30), BASE, ARG_OPRL }, 862 { "srl", OPRL(0x12,0x34), BASE, ARG_OPRL }, 866 { "sll", OPRL(0x12,0x39), BASE, ARG_OPRL }, [all …]
|