Searched refs:ARG_OPRL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | alpha.c | 655 #define ARG_OPRL { RA, LIT, DRC1 } 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 …]
|