/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | arc.h | 482 #define INSN3OP(MOP,SOP) (((MOP & 0x1F) << 27) | ((SOP & 0x3F) << 16)) argument 484 #define INSN2OP(MOP,SOP) (INSN2OPX (MOP,0x2F,SOP)) argument 486 #define INSN3OP_ABC(MOP,SOP) (INSN3OP (MOP,SOP)) argument 487 #define INSN3OP_ALC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDB (62)) argument 488 #define INSN3OP_ABL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDC (62)) argument 489 #define INSN3OP_ALL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDB (62) | FIELDC (62)) argument 490 #define INSN3OP_0BC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62)) argument 491 #define INSN3OP_0LC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62) | FIELDB (62)) argument 492 #define INSN3OP_0BL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62) | FIELDC (62)) argument 493 #define INSN3OP_0LL(MOP,SOP) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | arc.h | 482 #define INSN3OP(MOP,SOP) (((MOP & 0x1F) << 27) | ((SOP & 0x3F) << 16)) argument 484 #define INSN2OP(MOP,SOP) (INSN2OPX (MOP,0x2F,SOP)) argument 486 #define INSN3OP_ABC(MOP,SOP) (INSN3OP (MOP,SOP)) argument 487 #define INSN3OP_ALC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDB (62)) argument 488 #define INSN3OP_ABL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDC (62)) argument 489 #define INSN3OP_ALL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDB (62) | FIELDC (62)) argument 490 #define INSN3OP_0BC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62)) argument 491 #define INSN3OP_0LC(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62) | FIELDB (62)) argument 492 #define INSN3OP_0BL(MOP,SOP) (INSN3OP (MOP,SOP) | FIELDA (62) | FIELDC (62)) argument 493 #define INSN3OP_0LL(MOP,SOP) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | arc-ext-tbl.h | 58 #define EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FL) \ argument 72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument 76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | arc-ext-tbl.h | 58 #define EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FL) \ argument 72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument 76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument
|
/netbsd-src/lib/libc/regex/ |
H A D | regex2.h | 86 #define SOP(op, opnd) ((op)|(opnd)) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regex2.h | 75 #define SOP(op, opnd) ((op)|(opnd)) macro
|