Home
last modified time | relevance | path

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

1234

/trueos/contrib/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp51 Constant* High; member
55 Low(low), High(high), BB(bb) { } in CaseRange()
77 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
120 O << *B->Low << " -" << *B->High; in operator <<()
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n"); in switchConvert()
186 if (Leaf.Low == Leaf.High) { in newLeafBlock()
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, in newLeafBlock()
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, in newLeafBlock()
206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
221 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() - in newLeafBlock()
[all …]
/trueos/sys/dev/mps/mpi/
HDmpi2_type.h102 S32 High; member
108 U32 High; member
/trueos/sys/dev/mpr/mpi/
HDmpi2_type.h105 S32 High; member
111 U32 High; member
/trueos/sys/dev/mpt/mpilib/
HDmpi_type.h104 S32 High; member
110 U32 High; member
/trueos/contrib/apr/misc/unix/
HDrandbyte_os2.inc72 ULONG ulTimeHigh; /* High 32 bits of time stamp */
74 ULONG ulIdleHigh; /* High 32 bits of idle time */
76 ULONG ulBusyHigh; /* High 32 bits of busy time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/trueos/contrib/llvm/include/llvm/IR/
HDInlineAsm.h296 unsigned High = Flag >> 16;
299 if (!High)
301 RC = High - 1;
/trueos/sys/dev/mpr/
HDmpr_mapping.c131 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
190 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32); in _mapping_commit_map_entry()
520 PhysicalIdentifier = dpm_entry->PhysicalIdentifier.High; in _mapping_get_dpm_idx_from_id()
609 le64toh((u64)dpm_entry->PhysicalIdentifier.High | in _mapping_update_ir_missing_cnt()
626 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
920 sas_address = sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
1055 dpm_entry->PhysicalIdentifier.High = 0; in _mapping_clear_removed_entries()
1196 PhysicalIdentifier.High = in _mapping_add_new_device()
1288 PhysicalIdentifier.High; in _mapping_add_new_device()
1308 dpm_entry->PhysicalIdentifier.High = in _mapping_add_new_device()
[all …]
HDmpr.c977 rd.u.high = cm->cm_desc.Words.High; in mpr_enqueue_request()
1039 init.SystemRequestFrameBaseAddress.High = 0; in mpr_send_iocinit()
1042 init.ReplyDescriptorPostQueueAddress.High = 0; in mpr_send_iocinit()
1045 init.ReplyFreeQueueAddress.High = 0; in mpr_send_iocinit()
1049 init.TimeStamp.High = htole32((time_in_msec >> 32) & 0xFFFFFFFF); in mpr_send_iocinit()
1861 (le32toh(desc->Words.High) == 0xffffffff)) in mpr_intr_locked()
1972 desc->Words.High = 0xffffffff; in mpr_intr_locked()
2239 ieee_sgc->Address.High = htole32(chain->chain_busaddr >> 32); in mpr_add_chain()
2294 saved_address_high = sge->Address.High; in mpr_push_sge()
2306 sge->Address.High = htole32(sge->Address.High); in mpr_push_sge()
[all …]
/trueos/sys/dev/mps/
HDmps_mapping.c131 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
190 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32); in _mapping_commit_map_entry()
520 PhysicalIdentifier = dpm_entry->PhysicalIdentifier.High; in _mapping_get_dpm_idx_from_id()
609 le64toh((u64)dpm_entry->PhysicalIdentifier.High | in _mapping_update_ir_missing_cnt()
626 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
920 sas_address = sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
1055 dpm_entry->PhysicalIdentifier.High = 0; in _mapping_clear_removed_entries()
1196 PhysicalIdentifier.High = in _mapping_add_new_device()
1288 PhysicalIdentifier.High; in _mapping_add_new_device()
1308 dpm_entry->PhysicalIdentifier.High = in _mapping_add_new_device()
[all …]
HDmps.c975 rd.u.high = cm->cm_desc.Words.High; in mps_enqueue_request()
1037 init.SystemRequestFrameBaseAddress.High = 0; in mps_send_iocinit()
1039 init.ReplyDescriptorPostQueueAddress.High = 0; in mps_send_iocinit()
1041 init.ReplyFreeQueueAddress.High = 0; in mps_send_iocinit()
1045 init.TimeStamp.High = htole32((time_in_msec >> 32) & 0xFFFFFFFF); in mps_send_iocinit()
1853 || (le32toh(desc->Words.High) == 0xffffffff)) in mps_intr_locked()
1962 desc->Words.High = 0xffffffff; in mps_intr_locked()
2319 saved_address_high = sge->Address.High; in mps_push_sge()
2350 sge->Address.High = saved_address_high; in mps_push_sge()
/trueos/contrib/ofed/management/opensm/doc/
HDqos-config.txt9 qos_high_limit - The limit of High Priority component of VL Arbitration
12 qos_vlarb_high - High priority VL Arbitration table (IBA 7.6.9) template
/trueos/contrib/llvm/lib/IR/
HDMetadata.cpp428 ConstantInt *High) { in tryMergeRange() argument
429 ConstantRange NewRange(Low->getValue(), High->getValue()); in tryMergeRange()
436 Type *Ty = High->getType(); in tryMergeRange()
445 ConstantInt *High) { in addRange() argument
447 if (tryMergeRange(EndPoints, Low, High)) in addRange()
451 EndPoints.push_back(High); in addRange()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h134 const Constant *High; member
138 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { } in Case()
140 uint32_t extraweight) : Low(low), High(high), BB(bb), in Case()
144 const APInt &rHigh = cast<ConstantInt>(High)->getValue(); in size()
190 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High)); in operator()
192 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator()
/trueos/contrib/netbsd-tests/kernel/
HDt_umountstress.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
130 floppy288|2.88MB 3.5in Extra High Density Floppy:\
HDt_umount.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/trueos/usr.sbin/mptutil/
HDmpt_volume.c181 total = (uint64_t)prog.TotalBlocks.High << 32 | in volume_status()
183 remaining = (uint64_t)prog.BlocksRemaining.High << 32 | in volume_status()
/trueos/release/picobsd/mfs_tree/etc/
HDdisktab30 fd1200|floppy5|5in|5.25in High Density Floppy:\
36 fd1440|floppy|floppy3|3in|3.5in High Density Floppy:\
/trueos/etc/
HDdisktab35 fd1200|floppy5|5in|5.25in High Density Floppy:\
40 fd1440|floppy|floppy3|3in|3.5in High Density Floppy:\
45 fd2880|2.88MB 3.5in Extra High Density Floppy:\
/trueos/crypto/openssl/crypto/bn/asm/x86/
HDmul.pl12 $High="edx";
HDmul_add.pl12 $High="edx";
/trueos/contrib/llvm/lib/Target/X86/
HDX86RegisterInfo.h134 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
/trueos/sys/dev/mpt/
HDmpt.c2936 MPT_2_HOST32(sge, u.Address64.High); in mpt2host_sge_simple_union()
3076 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
3078 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
3084 MPT_2_HOST32(fp0, FabricWWNN.High); in mpt2host_config_page_fc_port_0()
3086 MPT_2_HOST32(fp0, FabricWWPN.High); in mpt2host_config_page_fc_port_0()
3097 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); in mpt2host_config_page_fc_port_1()
3099 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); in mpt2host_config_page_fc_port_1()
3108 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); in host2mpt_config_page_fc_port_1()
3110 HOST_2_MPT32(fp1, NoSEEPROMWWPN.High); in host2mpt_config_page_fc_port_1()
3146 MPT_2_HOST16(vi, TotalBlocks.High); in mpt2host_mpi_raid_vol_indicator()
[all …]
HDmpt_debug.c766 "=0x%0x\n", se64, se64->Address.High, in mpt_dump_sgl()
780 ce64->Address.High, ce64->Address.Low, in mpt_dump_sgl()
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp376 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain, in lowerLoadWordFromAlignedBasePlusOffset() local
380 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift); in lowerLoadWordFromAlignedBasePlusOffset()
383 High.getValue(1)); in lowerLoadWordFromAlignedBasePlusOffset()
440 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, in LowerLOAD() local
445 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, in LowerLOAD()
449 High.getValue(1)); in LowerLOAD()
498 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, in LowerSTORE() local
506 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr, in LowerSTORE()
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp1266 uint64_t High = uint64_t(1) << HighShift; in getTestUnderMaskCond() local
1314 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()
1320 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()
1329 if (Mask == Low + High) { in getTestUnderMaskCond()
1334 if (CCMask == SystemZ::CCMASK_CMP_EQ && CmpVal == High) in getTestUnderMaskCond()
1336 if (CCMask == SystemZ::CCMASK_CMP_NE && CmpVal == High) in getTestUnderMaskCond()
1909 unsigned High, Low; in lowerOR() local
1911 High = 1, Low = 0; in lowerOR()
1913 High = 0, Low = 1; in lowerOR()
1918 SDValue HighOp = Ops[High]; in lowerOR()

1234