| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | v850-opc.c | 32 #define BOP(x) ((0x58 << 4) | (x & 0x0f)) macro 1347 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1348 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1349 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1350 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1355 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1357 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all …]
|
| H A D | ppc-opc.c | 2920 #define BOP BOM + 1 macro 2924 #define RM BOP + 1 6333 {"bc+", B(16,0,0), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDP}}, 6336 {"bcl+", B(16,0,1), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDP}}, 6339 {"bca+", B(16,1,0), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDPA}}, 6342 {"bcla+", B(16,1,1), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDPA}}, 6579 {"bclr+", XLLK(19,16,0), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6583 {"bclrl+", XLLK(19,16,1), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6783 {"bcctr+", XLLK(19,528,0), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6787 {"bcctrl+", XLLK(19,528,1), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, [all …]
|
| H A D | ChangeLog-2019 | 2252 (BOM, BOP): New operands. 2258 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | v850-opc.c | 32 #define BOP(x) ((0x58 << 4) | (x & 0x0f)) macro 1347 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1348 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1349 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1350 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1352 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1353 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1354 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1355 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL }, 1357 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL }, [all …]
|
| H A D | ppc-opc.c | 2846 #define BOP BOM + 1 macro 2850 #define RM BOP + 1 6154 {"bc+", B(16,0,0), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDP}}, 6157 {"bcl+", B(16,0,1), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDP}}, 6160 {"bca+", B(16,1,0), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDPA}}, 6163 {"bcla+", B(16,1,1), B_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BDPA}}, 6400 {"bclr+", XLLK(19,16,0), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6404 {"bclrl+", XLLK(19,16,1), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6604 {"bcctr+", XLLK(19,528,0), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, 6608 {"bcctrl+", XLLK(19,528,1), XLBH_MASK, PPCCOM, PPCVLE|EXT, {BOP, BI, BH}}, [all …]
|
| H A D | ChangeLog-2019 | 2252 (BOM, BOP): New operands. 2258 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldexp.c | 605 #define BOP(x, y) \ in fold_binary() macro 619 BOP ('+', +); in fold_binary() 620 BOP ('*', *); in fold_binary() 621 BOP ('-', -); in fold_binary() 622 BOP (LSHIFT, <<); in fold_binary() 623 BOP (RSHIFT, >>); in fold_binary() 624 BOP ('&', &); in fold_binary() 625 BOP ('^', ^); in fold_binary() 626 BOP ('|', |); in fold_binary()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldexp.c | 604 #define BOP(x, y) \ in fold_binary() macro 618 BOP ('+', +); in fold_binary() 619 BOP ('*', *); in fold_binary() 620 BOP ('-', -); in fold_binary() 621 BOP (LSHIFT, <<); in fold_binary() 622 BOP (RSHIFT, >>); in fold_binary() 623 BOP ('&', &); in fold_binary() 624 BOP ('^', ^); in fold_binary() 625 BOP ('|', |); in fold_binary()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1467 else if (const auto *BOP = dyn_cast<BinaryOperator>(Cond)) { in getTrylockCallExpr() local 1468 if (BOP->getOpcode() == BO_EQ || BOP->getOpcode() == BO_NE) { in getTrylockCallExpr() 1469 if (BOP->getOpcode() == BO_NE) in getTrylockCallExpr() 1473 if (getStaticBooleanValue(BOP->getRHS(), TCond)) { in getTrylockCallExpr() 1475 return getTrylockCallExpr(BOP->getLHS(), C, Negate); in getTrylockCallExpr() 1478 if (getStaticBooleanValue(BOP->getLHS(), TCond)) { in getTrylockCallExpr() 1480 return getTrylockCallExpr(BOP->getRHS(), C, Negate); in getTrylockCallExpr() 1484 if (BOP->getOpcode() == BO_LAnd) { in getTrylockCallExpr() 1486 return getTrylockCallExpr(BOP->getRHS(), C, Negate); in getTrylockCallExpr() 1488 if (BOP->getOpcode() == BO_LOr) in getTrylockCallExpr() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2019 | 2252 (BOM, BOP): New operands. 2258 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2019 | 2252 (BOM, BOP): New operands. 2258 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
|
| /netbsd-src/share/misc/ |
| H A D | airport | 874 BOP:Bouar, Central African Republic
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 10172 A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;; 15785 BD0E;HANGUL SYLLABLE BOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 8986 A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 9435 A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;;
|
| H A D | NormalizationTest.txt | 6687 BD0E;BD0E;1107 1169 11C1;BD0E;1107 1169 11C1; # (봎; 봎; 봎; 봎; 봎; ) HANGUL SYLLABLE BOP
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 12248 A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 12224 A028;YI SYLLABLE BOP;Lo;0;L;;;;;N;;;;;
|