Home
last modified time | relevance | path

Searched defs:oo (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-opc.c339 #define BRA_(oo) OP(oo) argument
341 #define BRA(oo) BRA_(oo), BRA_MASK argument
344 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5)) argument
346 #define FP(oo,fff) FP_(oo,fff), FP_MASK argument
349 #define MEM_(oo) OP(oo) argument
351 #define MEM(oo) MEM_(oo), MEM_MASK argument
354 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument
356 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument
359 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) argument
361 #define MBR(oo,h) MBR_(oo,h), MBR_MASK argument
[all …]