| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| enum-class.cc | 19 HI = 7, THERE 23 HI = 23, THERE 26 // overload1(E1::HI) is ok. 32 // overload2(E1::HI) is ok. 37 // overload3(E1::HI) fails.
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| enum-class.cc | 19 HI = 7, THERE 23 HI = 23, THERE 26 // overload1(E1::HI) is ok. 32 // overload2(E1::HI) is ok. 37 // overload3(E1::HI) fails.
|
| /src/common/lib/libc/arch/arm/atomic/ |
| atomic_op_asm.h | 58 #define HI r0 66 #define HI r1
|
| /src/external/gpl3/binutils/dist/include/cgen/ |
| basic-modes.h | 35 typedef int16_t HI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/binutils.old/dist/include/cgen/ |
| basic-modes.h | 35 typedef int16_t HI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb/dist/include/cgen/ |
| basic-modes.h | 35 typedef int16_t HI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| cpu.h | 34 typedef uint16_t HI;
|
| /src/external/gpl3/gdb.old/dist/include/cgen/ |
| basic-modes.h | 35 typedef int16_t HI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| cpu.h | 34 typedef uint16_t HI;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| LanaiISelLowering.h | 57 HI,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| ARCInfo.h | 38 HI = 0xd,
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| save-flags.c | 149 static int const HI = (sizeof(ix_map) / sizeof(ix_map[0])) - 1; 151 int hi = HI; local 156 av = (hi + lo) / 2; 161 hi = av - 1; 163 if (lo > hi) 176 if (av < HI) {
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| MachOLinkGraphBuilder.cpp | 573 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); 574 if (HI != CustomSectionParserFunctions.end()) { 575 auto &Parse = HI->second;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| ARMBaseInfo.h | 39 HI, // Unsigned higher Greater than, or unordered 59 case HI: return LS; 60 case LS: return HI; 77 case ARMCC::LO: return ARMCC::HI; 78 case ARMCC::HI: return ARMCC::LO; 156 case ARMCC::HI: return "hi"; 179 .Case("hi", ARMCC::HI)
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-types.h | 66 typedef int16_t HI; 78 #define MAKEDI(hi, lo) ((DI) (((UDI) (hi) << 32) | (UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-types.h | 66 typedef int16_t HI; 78 #define MAKEDI(hi, lo) ((DI) (((UDI) (hi) << 32) | (UDI) (USI) (lo)))
|
| /src/sys/dev/pci/ |
| esa.c | 532 #define HI(x) ((x) >> 16) 537 ESA_CDATA_HOST_SRC_ADDRH, HI(bufaddr)); 541 ESA_CDATA_HOST_SRC_END_PLUS_1H, HI(bufaddr + size)); 545 ESA_CDATA_HOST_SRC_CURRENTH, HI(bufaddr)); 593 #undef HI 672 #define HI(x) ((x) >> 16) 677 ESA_CDATA_HOST_SRC_ADDRH, HI(bufaddr)); 681 ESA_CDATA_HOST_SRC_END_PLUS_1H, HI(bufaddr + size)); 685 ESA_CDATA_HOST_SRC_CURRENTH, HI(bufaddr)); 727 #undef HI 1690 uint16_t hi, lo; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 158 HI,
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-dlx.c | 58 int HI; 313 without the register and with %hi/%lo modifier? */ 592 the_insn.HI = the_insn.LO = 0; 594 /* Search for %hi and %lo, make a mark and skip it. */ 595 if (startswith (s, "%hi")) 598 the_insn.HI = 1; 611 if (the_insn.HI || the_insn.LO) 614 as_bad (_("Expression Error for operand modifier %%hi/%%lo\n")); 741 /* Clean up the HI and LO mark. */ 742 the_insn.HI = 0 [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-dlx.c | 58 int HI; 313 without the register and with %hi/%lo modifier? */ 592 the_insn.HI = the_insn.LO = 0; 594 /* Search for %hi and %lo, make a mark and skip it. */ 595 if (startswith (s, "%hi")) 598 the_insn.HI = 1; 611 if (the_insn.HI || the_insn.LO) 614 as_bad (_("Expression Error for operand modifier %%hi/%%lo\n")); 741 /* Clean up the HI and LO mark. */ 742 the_insn.HI = 0 [all...] |
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| cpu.h | 29 typedef unsigned short HI; 45 HI r_r0; 46 HI r_r2; 47 HI r_r1; 48 HI r_r3; 59 HI r_intbl; 63 HI r_flags; 132 HI mask;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| test.h | 44 #define HI(x) (((x) >> 16) & 0xffff)
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| cpu.h | 29 typedef unsigned short HI; 45 HI r_r0; 46 HI r_r2; 47 HI r_r1; 48 HI r_r3; 59 HI r_intbl; 63 HI r_flags; 132 HI mask;
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| test.h | 44 #define HI(x) (((x) >> 16) & 0xffff)
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| LegalizeVectorOps.cpp | 1283 // Clear upper part of LO, lower HI 1284 SDValue HI = DAG.getNode(ISD::SRL, DL, VT, Src, HalfWord); 1288 // Convert hi and lo to floats 1289 // Convert the hi part back to the upper values 1293 {Node->getOperand(0), HI}); 1313 // Convert hi and lo to floats 1314 // Convert the hi part back to the upper values 1316 SDValue fHI = DAG.getNode(ISD::SINT_TO_FP, DL, Node->getValueType(0), HI);
|