Searched refs:MBR_ (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | alpha.c | 598 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) macro 600 #define MBR(oo,h) MBR_(oo,h), MBR_MASK 1304 { "jmp", MBR_(0x1A,0), MBR_MASK | 0x3FFF, /* pseudo */ 1308 { "ret", MBR_(0x1A,2) | (31 << 21) | (26 << 16) | 1,/* pseudo */
|