Home
last modified time | relevance | path

Searched refs:High (Results 1 – 25 of 252) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp55 int64_t Low, High; member
69 Ranges, R, [](IntRange A, IntRange B) { return A.High < B.High; }); in IsInRanges()
75 ConstantInt *High; member
79 : Low(low), High(high), BB(bb) {} in CaseRange()
90 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); in operator ()()
101 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; in operator <<()
165 if (Leaf.Low == Leaf.High) { in NewLeafBlock()
173 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, in NewLeafBlock()
175 } else if (Leaf.High == UpperBound) { in NewLeafBlock()
181 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, in NewLeafBlock()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange()
57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
75 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables()
210 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local
211 NumCmps += (Low == High) ? 1 : 2; in buildJumpTable()
214 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); in buildJumpTable()
220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable()
229 Clusters[Last].High->getValue(), *DL)) { in buildJumpTable()
256 Clusters[Last].High->getValue(), SI->getCondition(), in buildJumpTable()
260 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable()
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtstr.c207 UINTN High, Low; in RtBCDtoDecimal() local
209 High = BcdValue >> 4; in RtBCDtoDecimal()
210 Low = BcdValue - (High << 4); in RtBCDtoDecimal()
212 return ((UINT8)(Low + (High * 10))); in RtBCDtoDecimal()
225 UINTN High, Low; in RtDecimaltoBCD() local
227 High = DecValue / 10; in RtDecimaltoBCD()
228 Low = DecValue - (High * 10); in RtDecimaltoBCD()
230 return ((UINT8)(Low + (High << 4))); in RtDecimaltoBCD()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h44 const ConstantInt *Low, *High; member
52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range()
57 C.High = High; in range()
63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable()
68 C.High = High; in jumpTable()
74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests()
79 C.High = High; in bitTests()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { in setSpillGPRRegs() argument
52 SpillGPRRegs.HighGPR = High; in setSpillGPRRegs()
60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { in setRestoreGPRRegs() argument
62 RestoreGPRRegs.HighGPR = High; in setRestoreGPRRegs()
/netbsd-src/sys/arch/acorn32/conf/monitors/
H A DAKF60243 # High band
256 # High band
269 # High band
347 # High band
360 # High band
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp157 const char *const *High = NameTable.end(); in lookupLLVMIntrinsicByName() local
159 while (CmpEnd < Name.size() && High - Low > 0) { in lookupLLVMIntrinsicByName()
167 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); in lookupLLVMIntrinsicByName()
169 if (High - Low > 0) in lookupLLVMIntrinsicByName()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst348 High and low 32 bits of *trap base address* may be accessed as separate registers:
354 …tba_hi High 32 bits of *trap base address* register. GFX7, G…
356 …[tba_hi] High 32 bits of *trap base address* register (an SP3 syntax). GFX7, G…
377 High and low 32 bits of *trap memory address* may be accessed as separate registers:
383 …tma_hi High 32 bits of *trap memory address* register. GFX7, GF…
385 …[tma_hi] High 32 bits of *trap memory address* register (an SP3 syntax). GFX7, GF…
406 High and low 32 bits of *flat scratch* address may be accessed as separate registers:
412 flat_scratch_hi High 32 bits of *flat scratch* address register.
414 [flat_scratch_hi] High 32 bits of *flat scratch* address register (an SP3 syntax).
442 High and low 32 bits of *xnack mask* may be accessed as separate registers:
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Dmpyull_hwmult.s33 MOV.W #0, &MPY32H ; Load operand 1 High into multiplier
35 MOV.W #-1, &OP2H ; Load operand 2 High, trigger MPY
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp463 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
466 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction()
540 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
542 MO.setReg(High); in HexagonProcessInstruction()
552 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
554 MO.setReg(High); in HexagonProcessInstruction()
566 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
568 MO.setReg(High); in HexagonProcessInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h120 MCRegister getX86SubSuperRegister(MCRegister, unsigned, bool High=false);
125 bool High = false);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h357 unsigned High = Flag >> 16; in hasRegClassConstraint() local
360 if (!High) in hasRegClassConstraint()
362 RC = High - 1; in hasRegClassConstraint()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsocfpga_cyclone5_chameleon96.dts89 /* On High speed expansion */
101 /* On High speed expansion */
H A Dkirkwood-openrd.dtsi64 * High: RS-485
82 * High: SD
/netbsd-src/sys/dev/ic/
H A Dmpt.c1308 MPT_2_HOST32(sge, _u.Address64.High); in mpt2host_sge_simple_union()
1448 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
1450 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
1456 MPT_2_HOST32(fp0, FabricWWNN.High); in mpt2host_config_page_fc_port_0()
1458 MPT_2_HOST32(fp0, FabricWWPN.High); in mpt2host_config_page_fc_port_0()
1469 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); in mpt2host_config_page_fc_port_1()
1471 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); in mpt2host_config_page_fc_port_1()
1480 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); in host2mpt_config_page_fc_port_1()
1482 HOST_2_MPT32(fp1, NoSEEPROMWWPN.High); in host2mpt_config_page_fc_port_1()
/netbsd-src/tests/kernel/
H A Dt_umountstress.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
130 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { in addRangeMetadata() argument
70 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, High))}; in addRangeMetadata()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dmoddi3.S50 swi r29,r1,16 # Used for div value High
83 rsub r18,r7,r3 # Compare the High Parts of Mod and Divisor
107 or r29,r0,r0 # set result to 0 [High]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dmoddi3.S50 swi r29,r1,16 # Used for div value High
83 rsub r18,r7,r3 # Compare the High Parts of Mod and Divisor
107 or r29,r0,r0 # set result to 0 [High]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dlib2hw_mul.S154 MOV.W r15, &\MAC_OP2 ; Load operand 2 High, trigger MAC
155 MOV.W r13, &\MAC_OP1 ; Load operand 1 High
177 MOV.W r13, &\OP1_HI ; Load operand 1 High into multiplier
179 MOV.W r15, &\OP2_HI ; Load operand 2 High, trigger MPY
201 MOV.W r13, &\OP1_HI ; Load operand 1 High into multiplier
203 MOV.W r15, &\OP2_HI ; Load operand 2 High, trigger MPY
/netbsd-src/sys/rump/dev/lib/libhdaudio_hdafg/
H A DMakefile10 COMMENT=High Definition Audio (hdaudio) driver
/netbsd-src/regress/sys/fs/ffs/
H A Ddisktab3 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/netbsd-src/regress/sys/fs/lfs/newfs_fsck/
H A Ddisktab3 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVERegisterInfo.td51 def sub_f32 : SubRegIndex<32>; // High 32 bit (0..31)
52 def sub_even : SubRegIndex<64>; // High 64 bit (0..63)
54 def sub_vm_even : SubRegIndex<256>; // High 256 bit (0..255)
/netbsd-src/etc/
H A Ddisktab7 floppy|3.5in High Density Floppy:\

1234567891011