Searched refs:HI (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp144 for (HashList::const_iterator HI = Buckets[i].begin(),
146 HI != HE; ++HI) {
148 Asm->EmitInt32((*HI)->HashValue);
159 for (HashList::const_iterator HI = Buckets[i].begin(),
161 HI != HE; ++HI) {
165 MCSymbolRefExpr::Create((*HI)->Sym, Context),
178 for (HashList::const_iterator HI = Buckets[i].begin(),
180 HI !
[all...]
/freebsd-9.3-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile5 DEVFILES= DESC HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386-modes.def73 VECTOR_MODE (INT, HI, 16); /* V16HI */
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64-modes.def83 VECTOR_MODE (INT, HI, 8);
/freebsd-9.3-release/contrib/gcc/
H A Dmachmode.def163 INT_MODE (HI, 2);
H A Dgcov-io.h179 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI)));
180 typedef unsigned gcov_position_t __attribute__ ((mode (HI)));
184 typedef signed gcov_type __attribute__ ((mode (HI)));
190 typedef signed gcov_type __attribute__ ((mode (HI)));
H A Dunwind-pe.h190 unsigned u2 __attribute__ ((mode (HI)));
193 signed s2 __attribute__ ((mode (HI)));
H A Dlibgcc2.h139 typedef int HItype __attribute__ ((mode (HI)));
140 typedef unsigned int UHItype __attribute__ ((mode (HI)));
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h38 HI, // Unsigned higher Greater than, or unordered enumerator in enum:llvm::ARMCC::CondCodes
58 case HI: return LS;
59 case LS: return HI;
78 case ARMCC::HI: return "hi";
/freebsd-9.3-release/gnu/usr.bin/groff/font/devdvi/
H A DMakefile5 TR TI TB TBI CW CWI HR HI HB HBI \
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe.c566 #define LNX_CYCLE_START LNX_CYCLE(HI,LO,LO,HI, HI,HI,LO,LO)
567 #define LNX_CYCLE_STOP LNX_CYCLE(LO,LO,HI,HI, LO,HI,HI,LO)
568 #define LNX_CYCLE_HI LNX_CYCLE(HI,HI,H
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h162 HI, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-9.3-release/gnu/usr.bin/groff/font/devps/
H A DMakefile6 CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h187 typedef unsigned int UHWtype __attribute__((mode(HI)));
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp1 //=== HexagonSplitConst32AndConst64.cpp - split CONST32/Const64 into HI/LO ===//
12 // appropriate LO and HI instructions. This splitting is done by this pass.
15 // register to the result of LO and HI instructions. This pass is always
89 TII->get(Hexagon::HI), DestReg).addOperand(Symbol);
/freebsd-9.3-release/contrib/groff/font/devdvi/generate/
H A DMakefile32 FONTS=TR TI TB TBI CW CWI HR HI HB HBI \
97 HI: $(srcdir)/texb.map
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A DMakefile37 TEXTFONTS=AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI HI HR HNB HNBI \
78 HI:
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.h103 typedef int HItype __attribute__ ((mode (HI)));
116 typedef unsigned int UHItype __attribute__ ((mode (HI)));
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp182 case NVPTX::PTXCmpMode::HI:
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro3.c371 #define HI(x) (((x) & 0xffff0000) >> 16) macro
456 m3_wr_assp_data(sc, ch->dac_data + CDATA_HOST_SRC_ADDRH, HI(bus_addr));
460 HI(bus_addr + ch->bufsize));
464 HI(bus_addr));
835 m3_wr_assp_data(sc, ch->adc_data + CDATA_HOST_SRC_ADDRH, HI(bus_addr));
839 HI(bus_addr + ch->bufsize));
843 HI(bus_addr));
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c488 #define HI(x) ((x) / 256) macro
490 #define LITTLE_ENDIAN(p, x) (p)[0] = LO(x), (p)[1] = HI(x)
520 if (Numbers[i] == ABSENT_NUMERIC) { /* HI/LO won't work */
522 } else if (Numbers[i] == CANCELLED_NUMERIC) { /* HI/LO won't work */
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h39 HI, // Unsigned higher Greater than, or unordered enumerator in enum:llvm::A64CC::CondCodes
65 case A64CC::HI: return "hi";
89 .Case("hi", A64CC::HI)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsh-opc.h201 /* Return a mask with bits LO to HI (inclusive) set. */
202 #define MASK(LO,HI) ( LO < 1 ? ((1 << (HI + 1)) - 1) \
203 : HI > 30 ? (-1 << LO) \
204 : LO == HI ? (1 << LO) \
205 : (((1 << (HI + 1)) - 1) & (-1 << LO)))
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.guess327 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
696 3050*:HI-UX:*:*)
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.guess313 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
645 3050*:HI-UX:*:*)

Completed in 323 milliseconds

123