H A D | alpha.c | 578 #define BRA_(oo) OP(oo) argument 580 #define BRA(oo) BRA_(oo), BRA_MASK argument 583 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5)) argument 585 #define FP(oo,fff) FP_(oo,fff), FP_MASK argument 588 #define MEM_(oo) OP(oo) argument 590 #define MEM(oo) MEM_(oo), MEM_MASK argument 593 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 595 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 598 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) argument 600 #define MBR(oo,h) MBR_(oo,h), MBR_MASK argument [all …]
|