| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| LowerSwitch.cpp | 55 int64_t Low, High; 66 // then check if the Low field is <= R.Low. If so, we 70 return I != Ranges.end() && I->Low <= R.Low; 74 ConstantInt *Low; 78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) 79 : Low(low), High(high), BB(bb) {} 89 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZMachineFunctionInfo.h | 17 // A struct to hold the low and high GPR registers to be saved/restored as 18 // well as the offset into the register save area of the low register. 50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { 51 SpillGPRRegs.LowGPR = Low; 60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { 61 RestoreGPRRegs.LowGPR = Low;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SwitchLoweringUtils.cpp | 26 const APInt &LowCase = Clusters[First].Low->getValue(); 57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); 76 const APInt &Lo = Clusters[i].Low->getValue(); 209 const APInt &Low = Clusters[I].Low->getValue(); 211 NumCmps += (Low == High) ? 1 : 2; 215 assert(PreviousHigh.slt(Low)); 216 uint64_t Gap = (Low - PreviousHigh).getLimitedValue() - 1; 220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; 228 Clusters[First].Low->getValue() [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
| rtstr.c | 207 UINTN High, Low; 210 Low = BcdValue - (High << 4); 212 return ((UINT8)(Low + (High * 10))); 225 UINTN High, Low; 228 Low = DecValue - (High * 10); 230 return ((UINT8)(Low + (High << 4)));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| SwitchLoweringUtils.h | 44 const ConstantInt *Low, *High; 52 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, 56 C.Low = Low; 63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, 67 C.Low = Low; 74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, 78 C.Low = Low; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| ArgumentPromotion.cpp | 513 std::set<IndicesVector>::iterator Low; 514 Low = Set.upper_bound(Indices); 515 if (Low != Set.begin()) 516 Low--; 517 // Low is now the last element smaller than or equal to Indices. This means 522 return Low != Set.end() && isPrefix(*Low, Indices); 532 std::set<IndicesVector>::iterator Low; 533 Low = Safe.upper_bound(ToMark); 535 if (Low != Safe.begin() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| IntrinsicInst.cpp | 156 const char *const *Low = NameTable.begin(); 158 const char *const *LastLow = Low; 159 while (CmpEnd < Name.size() && High - Low > 0) { 166 LastLow = Low; 167 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); 169 if (High - Low > 0) 170 LastLow = Low;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_ppmd7_private.h | 78 UInt32 Low; 87 UInt64 Low;
|
| archive_ppmd7.c | 753 p->Low = p->Bottom = 0; 778 return (p->Code - p->Low) / (p->Range /= total); 785 if((p->Low ^ (p->Low + p->Range)) >= kTopValue) 790 p->Range = ((uint32_t)(-(int32_t)p->Low)) & (p->Bottom - 1); 794 p->Low <<= 8; 809 p->Low += start * p->Range; 983 p->Low = 0; 991 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0 1134 UInt32 low = sum; local [all...] |
| archive_ppmd8_private.h | 69 UInt32 Low;
|
| archive_ppmd8.c | 1133 p->Low = 0; 1149 p->Low += start; 1153 while ((p->Low ^ (p->Low + p->Range)) < kTop || 1154 (p->Range < kBot && ((p->Range = (0 - p->Low) & (kBot - 1)), 1))) 1158 p->Low <<= 8;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/msp430/ |
| mpyull_hwmult.s | 32 MOV.W #2, &MPY32L ; Load operand 1 Low into multiplier 34 MOV.W #-4, &OP2L ; Load operand 2 Low into multiplier
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/msp430/ |
| mpyull_hwmult.s | 32 MOV.W #2, &MPY32L ; Load operand 1 Low into multiplier 34 MOV.W #-4, &OP2L ; Load operand 2 Low into multiplier
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVVMIntrRange.cpp | 59 // Adds the passed-in [Low,High) range information as metadata to the 61 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { 69 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Low)),
|
| /src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
| moddi3.S | 51 swi r30,r1,20 # Used for div value Low 67 ADDIK r4,r0,0 # Clear mod low 70 ADDIK r30,r0,0 # clear div low 85 rsub r18,r6,r4 # Compare Low Parts only if Mod[h] == Divisor[h] 97 ADD r30,r30,r30 # Shift in the '1' into div [low] 108 or r30,r0,r0 # set result to 0 [Low]
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
| moddi3.S | 51 swi r30,r1,20 # Used for div value Low 67 ADDIK r4,r0,0 # Clear mod low 70 ADDIK r30,r0,0 # clear div low 85 rsub r18,r6,r4 # Compare Low Parts only if Mod[h] == Divisor[h] 97 ADD r30,r30,r30 # Shift in the '1' into div [low] 108 or r30,r0,r0 # set result to 0 [Low]
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonAsmPrinter.cpp | 464 unsigned Low = RI->getSubReg(MO1.getReg(), Hexagon::isub_lo); 467 TmpInst.addOperand(MCOperand::createReg(Low)); 541 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); 544 MappedInst.addOperand(MCOperand::createReg(Low)); 553 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); 556 MappedInst.addOperand(MCOperand::createReg(Low)); 567 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::isub_lo); 570 MappedInst.addOperand(MCOperand::createReg(Low));
|
| HexagonBitSimplify.cpp | 432 // For a REG_SEQUENCE, set SL to the low subregister and SH to the high 525 // Store low half 1760 bool Low; // Low/High halfword. 1815 bool Low = false; 1856 Low = true; 1860 Low = false; 1864 Low = true; 1868 Low = false; 1876 RH.Low = Low [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| ProfiledBinary.h | 217 auto Low = llvm::lower_bound(CodeAddrs, Offset); 218 return Low - CodeAddrs.begin();
|
| /src/sys/dev/ic/ |
| mpt.c | 1307 MPT_2_HOST32(sge, _u.Address64.Low); 1447 MPT_2_HOST32(fp0, WWNN.Low); 1449 MPT_2_HOST32(fp0, WWPN.Low); 1455 MPT_2_HOST32(fp0, FabricWWNN.Low); 1457 MPT_2_HOST32(fp0, FabricWWPN.Low); 1468 MPT_2_HOST32(fp1, NoSEEPROMWWNN.Low); 1470 MPT_2_HOST32(fp1, NoSEEPROMWWPN.Low); 1479 HOST_2_MPT32(fp1, NoSEEPROMWWNN.Low); 1481 HOST_2_MPT32(fp1, NoSEEPROMWWPN.Low);
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 130 MOV.W &\RESLO, r12 ; Move low result into return register 149 MOV.W r12, &\OP1 ; Load operand 1 Low into multiplier 150 MOV.W r14, &\OP2 ; Load operand 2 Low which triggers MPY 151 MOV.W r12, &\MAC_OP1 ; Load operand 1 Low into mac 152 MOV.W &\RESLO, r12 ; Low 16-bits of result ready for return 153 MOV.W &\RESHI, &\RESLO ; MOV intermediate mpy high into low 176 MOV.W r12, &\OP1_LO ; Load operand 1 Low into multiplier 178 MOV.W r14, &\OP2_LO ; Load operand 2 Low into multiplier 180 MOV.W &\RESLO, r12 ; Ready low 16-bits for return 200 MOV.W r12, &\OP1_LO ; Load operand 1 Low into multiplie [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 130 MOV.W &\RESLO, r12 ; Move low result into return register 149 MOV.W r12, &\OP1 ; Load operand 1 Low into multiplier 150 MOV.W r14, &\OP2 ; Load operand 2 Low which triggers MPY 151 MOV.W r12, &\MAC_OP1 ; Load operand 1 Low into mac 152 MOV.W &\RESLO, r12 ; Low 16-bits of result ready for return 153 MOV.W &\RESHI, &\RESLO ; MOV intermediate mpy high into low 176 MOV.W r12, &\OP1_LO ; Load operand 1 Low into multiplier 178 MOV.W r14, &\OP2_LO ; Load operand 2 Low into multiplier 180 MOV.W &\RESLO, r12 ; Ready low 16-bits for return 200 MOV.W r12, &\OP1_LO ; Load operand 1 Low into multiplie [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFStreamer.cpp | 458 uint64_t Low = Data.getUnsigned(&Offset, AddressSize); 462 if (Low == 0 && High == 0) { 468 if (Low == BaseAddressMarker) { 475 Asm->OutStreamer->emitIntValue(Low + LocPcOffset, AddressSize);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| bn-586.pl | 150 $Low="eax"; 266 $Low="eax";
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| bn-586.pl | 150 $Low="eax"; 266 $Low="eax";
|