| D | alpha-opc.c | 340 #define BRA_(oo) OP(oo) argument 342 #define BRA(oo) BRA_(oo), BRA_MASK argument 345 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5)) argument 347 #define FP(oo,fff) FP_(oo,fff), FP_MASK argument 350 #define MEM_(oo) OP(oo) argument 352 #define MEM(oo) MEM_(oo), MEM_MASK argument 355 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 357 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 360 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) argument 362 #define MBR(oo,h) MBR_(oo,h), MBR_MASK argument [all …]
|