Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Darc.h482 #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 Darc.h482 #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 Darc-ext-tbl.h58 #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 Darc-ext-tbl.h58 #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 Dregex2.h86 #define SOP(op, opnd) ((op)|(opnd)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex2.h75 #define SOP(op, opnd) ((op)|(opnd)) macro