Home
last modified time | relevance | path

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

1234

/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLowerSwitch.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 …]
/freebsd-9-stable/sys/dev/mps/mpi/
Dmpi2_type.h100 S32 High; member
106 U32 High; member
/freebsd-9-stable/sys/dev/mpr/mpi/
Dmpi2_type.h103 S32 High; member
109 U32 High; member
/freebsd-9-stable/sys/dev/mpt/mpilib/
Dmpi_type.h104 S32 High; member
110 U32 High; member
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DInlineAsm.h296 unsigned High = Flag >> 16;
299 if (!High)
301 RC = High - 1;
/freebsd-9-stable/sys/dev/mpr/
Dmpr_mapping.c130 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
189 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32); in _mapping_commit_map_entry()
517 PhysicalIdentifier = dpm_entry->PhysicalIdentifier.High; in _mapping_get_dpm_idx_from_id()
606 le64toh((u64)dpm_entry->PhysicalIdentifier.High | in _mapping_update_ir_missing_cnt()
623 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
925 sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
933 sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
938 sas_address = sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
1057 dpm_entry->PhysicalIdentifier.High = 0; in _mapping_clear_removed_entries()
1198 PhysicalIdentifier.High = in _mapping_add_new_device()
[all …]
Dmpr.c996 rd.u.high = cm->cm_desc.Words.High; in mpr_enqueue_request()
1058 init.SystemRequestFrameBaseAddress.High = 0; in mpr_send_iocinit()
1061 init.ReplyDescriptorPostQueueAddress.High = 0; in mpr_send_iocinit()
1064 init.ReplyFreeQueueAddress.High = 0; in mpr_send_iocinit()
1068 init.TimeStamp.High = htole32((time_in_msec >> 32) & 0xFFFFFFFF); in mpr_send_iocinit()
1859 (le32toh(desc->Words.High) == 0xffffffff)) in mpr_intr_locked()
1970 desc->Words.High = 0xffffffff; in mpr_intr_locked()
2237 ieee_sgc->Address.High = htole32(chain->chain_busaddr >> 32); in mpr_add_chain()
2292 saved_address_high = sge->Address.High; in mpr_push_sge()
2304 sge->Address.High = htole32(sge->Address.High); in mpr_push_sge()
[all …]
Dmpr_sas_lsi.c712 parent_sas_address = parent_config_page.SASAddress.High; in mprsas_add_device()
719 sas_address = config_page.SASAddress.High; in mprsas_add_device()
758 targ->devname = le32toh(config_page.DeviceName.High); in mprsas_add_device()
/freebsd-9-stable/sys/dev/mps/
Dmps_mapping.c130 dpm_entry->PhysicalIdentifier.High = in _mapping_commit_enc_entry()
189 dpm_entry->PhysicalIdentifier.High = (mt_entry->physical_id >> 32); in _mapping_commit_map_entry()
518 PhysicalIdentifier = dpm_entry->PhysicalIdentifier.High; in _mapping_get_dpm_idx_from_id()
607 le64toh((u64)dpm_entry->PhysicalIdentifier.High | in _mapping_update_ir_missing_cnt()
624 dpm_entry->PhysicalIdentifier.High = in _mapping_update_ir_missing_cnt()
926 sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
935 sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
940 sas_address = sas_device_pg0.SASAddress.High; in _mapping_get_dev_info()
1059 dpm_entry->PhysicalIdentifier.High = 0; in _mapping_clear_removed_entries()
1200 PhysicalIdentifier.High = in _mapping_add_new_device()
[all …]
Dmps.c971 rd.u.high = cm->cm_desc.Words.High; in mps_enqueue_request()
1033 init.SystemRequestFrameBaseAddress.High = 0; in mps_send_iocinit()
1035 init.ReplyDescriptorPostQueueAddress.High = 0; in mps_send_iocinit()
1037 init.ReplyFreeQueueAddress.High = 0; in mps_send_iocinit()
1041 init.TimeStamp.High = htole32((time_in_msec >> 32) & 0xFFFFFFFF); in mps_send_iocinit()
1822 || (le32toh(desc->Words.High) == 0xffffffff)) in mps_intr_locked()
1931 desc->Words.High = 0xffffffff; in mps_intr_locked()
2253 sge->Address.High = htole32(sge->Address.High); in mps_push_sge()
2296 saved_address_high = sge->Address.High; in mps_push_sge()
2308 sge->Address.High = htole32(sge->Address.High); in mps_push_sge()
[all …]
Dmps_sas_lsi.c637 parent_sas_address = parent_config_page.SASAddress.High; in mpssas_add_device()
644 sas_address = config_page.SASAddress.High; in mpssas_add_device()
676 targ->devname = le32toh(config_page.DeviceName.High); in mpssas_add_device()
/freebsd-9-stable/contrib/llvm/lib/IR/
DMetadata.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()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.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()
/freebsd-9-stable/contrib/ofed/management/opensm/doc/
Dqos-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
/freebsd-9-stable/usr.sbin/mptutil/
Dmpt_volume.c181 total = (uint64_t)prog.TotalBlocks.High << 32 | in volume_status()
183 remaining = (uint64_t)prog.BlocksRemaining.High << 32 | in volume_status()
/freebsd-9-stable/release/picobsd/mfs_tree/etc/
Ddisktab30 fd1200|floppy5|5in|5.25in High Density Floppy:\
36 fd1440|floppy|floppy3|3in|3.5in High Density Floppy:\
/freebsd-9-stable/etc/
Ddisktab35 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:\
/freebsd-9-stable/crypto/openssl/crypto/bn/asm/x86/
Dmul.pl12 $High="edx";
Dmul_add.pl12 $High="edx";
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86RegisterInfo.h134 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
/freebsd-9-stable/sys/dev/mpt/
Dmpt.c2933 MPT_2_HOST32(sge, u.Address64.High); in mpt2host_sge_simple_union()
3073 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
3075 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
3081 MPT_2_HOST32(fp0, FabricWWNN.High); in mpt2host_config_page_fc_port_0()
3083 MPT_2_HOST32(fp0, FabricWWPN.High); in mpt2host_config_page_fc_port_0()
3094 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); in mpt2host_config_page_fc_port_1()
3096 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); in mpt2host_config_page_fc_port_1()
3105 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); in host2mpt_config_page_fc_port_1()
3107 HOST_2_MPT32(fp1, NoSEEPROMWWPN.High); in host2mpt_config_page_fc_port_1()
3143 MPT_2_HOST16(vi, TotalBlocks.High); in mpt2host_mpi_raid_vol_indicator()
[all …]
Dmpt_debug.c766 "=0x%0x\n", se64, se64->Address.High, in mpt_dump_sgl()
780 ce64->Address.High, ce64->Address.Low, in mpt_dump_sgl()
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.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()
/freebsd-9-stable/crypto/openssl/crypto/bn/asm/
Dbn-586.pl31 $High="edx";
191 $High="edx";
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.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