| /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 59 { NAME, INSN2OP_BC (MOP,SOP), MINSN2OP_BC, CPU, CLASS, SCLASS, \ 61 { NAME, INSN2OP_0C (MOP,SOP), MINSN2OP_0C, CPU, CLASS, SCLASS, \ 63 { NAME, INSN2OP_BU (MOP,SOP), MINSN2OP_BU, CPU, CLASS, SCLASS, \ 65 { NAME, INSN2OP_0U (MOP,SOP), MINSN2OP_0U, CPU, CLASS, SCLASS, \ 67 { NAME, INSN2OP_BL (MOP,SOP), MINSN2OP_BL, CPU, CLASS, SCLASS, \ 69 { NAME, INSN2OP_0L (MOP,SOP), MINSN2OP_0L, CPU, CLASS, SCLASS, \ 72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument 73 EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FLAGS_F) 76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument [all …]
|
| /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 59 { NAME, INSN2OP_BC (MOP,SOP), MINSN2OP_BC, CPU, CLASS, SCLASS, \ 61 { NAME, INSN2OP_0C (MOP,SOP), MINSN2OP_0C, CPU, CLASS, SCLASS, \ 63 { NAME, INSN2OP_BU (MOP,SOP), MINSN2OP_BU, CPU, CLASS, SCLASS, \ 65 { NAME, INSN2OP_0U (MOP,SOP), MINSN2OP_0U, CPU, CLASS, SCLASS, \ 67 { NAME, INSN2OP_BL (MOP,SOP), MINSN2OP_BL, CPU, CLASS, SCLASS, \ 69 { NAME, INSN2OP_0L (MOP,SOP), MINSN2OP_0L, CPU, CLASS, SCLASS, \ 72 #define EXTINSN2OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument 73 EXTINSN2OPF(NAME, CPU, CLASS, SCLASS, MOP, SOP, FLAGS_F) 76 #define EXTINSN3OP(NAME, CPU, CLASS, SCLASS, MOP, SOP) \ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 61 // Format< OP[6] | RZ[5] | SOP[3] | OFFSET[18] > 86 // Format< OP[6] | SOP[5] | RZ[5] | IMM[16] > 102 // Format< OP[6] | SOP[5] | RZ[5] | OFFSET[16] > 114 // Format< OP[6] | SOP[5] | 00000[5] | OFFSET[16] > 124 // Format< OP[6] | SOP[5] | RX[5] | 0000000000000000[16] > 136 // Format< OP[6] | SOP[5] | RX[5] | 00000000000000[14] | IMM[2] > 150 // Format< OP[6] | SOP[5] | PCODE[5] | 0000000000000000[16] > 175 // Format< OP[6] | SOP[5] | RX[5] | IMM16[16] > 188 // Format< OP[6] | SOP[5] | RX[5] | OFFSET[16] > 202 // Format< OP[6] | RZ[5] | RX[5] | SOP[4] | IMM[12] > [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regex2.h | 75 #define SOP(op, opnd) ((op)|(opnd)) macro
|
| H A D | regcomp.c | 1490 p->strip[p->slen++] = SOP(op, opnd); in doemit()
|
| H A D | regengine.inc | 598 while (m->g->strip[ss] != SOP(O_BACK, i))
|
| /netbsd-src/lib/libc/regex/ |
| H A D | regex2.h | 86 #define SOP(op, opnd) ((op)|(opnd)) macro
|
| H A D | engine.c | 796 while (m->g->strip[ss] != SOP(O_BACK, i)) in backref()
|
| H A D | regcomp.c | 1890 p->strip[p->slen++] = (sopno)SOP(op, opnd);
|
| /netbsd-src/share/misc/ |
| H A D | acronyms | 535 SOP standard operating procedure
|
| H A D | airport | 7193 SOP:Southern Pines (Moore County), NC, USA
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 1963 -- Function: int mpfr_sin_cos (mpfr_t SOP, mpfr_t COP, mpfr_t OP, 1965 Set simultaneously SOP to the sine of OP and COP to the cosine of 1967 of SOP and COP, which must be different variables. Return 0 iff 1969 s = 0 if SOP is exact, s = 1 if SOP is larger than the sine of OP, 1970 s = 2 if SOP is smaller than the sine of OP, and similarly for c 2055 -- Function: int mpfr_sinh_cosh (mpfr_t SOP, mpfr_t COP, mpfr_t OP, 2057 Set simultaneously SOP to the hyperbolic sine of OP and COP to the 2059 corresponding precision of SOP and COP, which must be different
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SOPInstructions.td | 1 //===-- SOPInstructions.td - SOP Instruction Definitions ------------------===//
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2012 | 287 to get SOP, SFU and COPR identifiers.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2012 | 287 to get SOP, SFU and COPR identifiers.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 10926 A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;; 16961 C1A6;HANGUL SYLLABLE SOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 9740 A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 10189 A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;;
|
| H A D | NormalizationTest.txt | 7863 C1A6;C1A6;1109 1169 11C1;C1A6;1109 1169 11C1; # (솦; 솦; 솦; 솦; 솦; ) HANGUL SYLLABLE SOP
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 13002 A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 12978 A31A;YI SYLLABLE SOP;Lo;0;L;;;;;N;;;;;
|