Searched refs:MBR_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c363 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14))
365 #define MBR(oo,h) MBR_(oo,h), MBR_MASK
1071 { "jmp", MBR_(0x1A,0), MBR_MASK | 0x3FFF, /* pseudo */
1075 { "ret", MBR_(0x1A,2) | (31 << 21) | (26 << 16) | 1,/* pseudo */
360 #define MBR_ macro

Completed in 102 milliseconds