| /src/sys/rump/dev/lib/libhdaudio_hdafg/ |
| Makefile | 10 COMMENT=High Definition Audio (hdaudio) driver
|
| /src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
| rtstr.c | 207 UINTN High, Low; 209 High = BcdValue >> 4; 210 Low = BcdValue - (High << 4); 212 return ((UINT8)(Low + (High * 10))); 225 UINTN High, Low; 227 High = DecValue / 10; 228 Low = DecValue - (High * 10); 230 return ((UINT8)(Low + (High << 4)));
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| LowerSwitch.cpp | 55 int64_t Low, High; 65 // Find the first range whose High field is >= R.High, 69 Ranges, R, [](IntRange A, IntRange B) { return A.High < B.High; }); 75 ConstantInt *High; 78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) 79 : Low(low), High(high), BB(bb) {} 90 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); [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 50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { 52 SpillGPRRegs.HighGPR = High; 60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { 62 RestoreGPRRegs.HighGPR = High;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| SwitchLoweringUtils.cpp | 27 const APInt &HighCase = Clusters[Last].High->getValue(); 57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); 75 const APInt &Hi = Clusters[i].High->getValue(); 210 const APInt &High = Clusters[I].High->getValue(); 211 NumCmps += (Low == High) ? 1 : 2; 214 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); 220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; 229 Clusters[Last].High->getValue(), *DL)) { 256 Clusters[Last].High->getValue(), SI->getCondition() [all...] |
| /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, 57 C.High = High; 63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, 68 C.High = High; 74 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, 79 C.High = High; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86MCTargetDesc.h | 120 MCRegister getX86SubSuperRegister(MCRegister, unsigned, bool High=false); 125 bool High = false);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/msp430/ |
| mpyull_hwmult.s | 33 MOV.W #0, &MPY32H ; Load operand 1 High into multiplier 35 MOV.W #-1, &OP2H ; Load operand 2 High, trigger MPY
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/msp430/ |
| mpyull_hwmult.s | 33 MOV.W #0, &MPY32H ; Load operand 1 High into multiplier 35 MOV.W #-1, &OP2H ; Load operand 2 High, trigger MPY
|
| /src/tests/kernel/ |
| t_umountstress.sh | 49 floppy288|2.88MB 3.5in Extra High Density Floppy:\ 138 floppy288|2.88MB 3.5in Extra High Density Floppy:\
|
| t_umount.sh | 50 floppy288|2.88MB 3.5in Extra High Density Floppy:\
|
| /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) { 70 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, High))};
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| InlineAsm.h | 294 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); 309 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); 319 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); 357 unsigned High = Flag >> 16; 360 if (!High) 362 RC = High - 1;
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| IntrinsicInst.cpp | 157 const char *const *High = NameTable.end(); 159 while (CmpEnd < Name.size() && High - Low > 0) { 167 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); 169 if (High - Low > 0)
|
| Metadata.cpp | 987 ConstantInt *Low, ConstantInt *High) { 988 ConstantRange NewRange(Low->getValue(), High->getValue()); 995 Type *Ty = High->getType(); 1006 ConstantInt *Low, ConstantInt *High) { 1008 if (tryMergeRange(EndPoints, Low, High)) 1012 EndPoints.push_back(High);
|
| /src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
| moddi3.S | 50 swi r29,r1,16 # Used for div value High 68 ADDIK r3,r0,0 # Clear mod high 69 ADDIK r29,r0,0 # clear div high 82 ADDC r3,r3,r3 # Move carry into high mod register 83 rsub r18,r7,r3 # Compare the High Parts of Mod and Divisor 98 ADDC r29,r29,r29 # Move the carry generated into high 107 or r29,r0,r0 # set result to 0 [High]
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
| moddi3.S | 50 swi r29,r1,16 # Used for div value High 68 ADDIK r3,r0,0 # Clear mod high 69 ADDIK r29,r0,0 # clear div high 82 ADDC r3,r3,r3 # Move carry into high mod register 83 rsub r18,r7,r3 # Compare the High Parts of Mod and Divisor 98 ADDC r29,r29,r29 # Move the carry generated into high 107 or r29,r0,r0 # set result to 0 [High]
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonAsmPrinter.cpp | 463 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); 466 TmpInst.addOperand(MCOperand::createReg(High)); 540 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); 542 MO.setReg(High); 552 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); 554 MO.setReg(High); 566 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); 568 MO.setReg(High);
|
| /src/sys/dev/ic/ |
| mpt.c | 1308 MPT_2_HOST32(sge, _u.Address64.High); 1448 MPT_2_HOST32(fp0, WWNN.High); 1450 MPT_2_HOST32(fp0, WWPN.High); 1456 MPT_2_HOST32(fp0, FabricWWNN.High); 1458 MPT_2_HOST32(fp0, FabricWWPN.High); 1469 MPT_2_HOST32(fp1, NoSEEPROMWWNN.High); 1471 MPT_2_HOST32(fp1, NoSEEPROMWWPN.High); 1480 HOST_2_MPT32(fp1, NoSEEPROMWWNN.High); 1482 HOST_2_MPT32(fp1, NoSEEPROMWWPN.High);
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 131 MOV.W &\RESHI, r13 ; Move high result into return register 153 MOV.W &\RESHI, &\RESLO ; MOV intermediate mpy high into low 154 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 181 MOV.W &\RESHI, r13 ; Ready high 16-bits for return 201 MOV.W r13, &\OP1_HI ; Load operand 1 High into multiplier 203 MOV.W r15, &\OP2_HI ; Load operand 2 High, trigger MPY 207 MOV.W &\RES3, R15 ; Ready high 16-bits for retur [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 131 MOV.W &\RESHI, r13 ; Move high result into return register 153 MOV.W &\RESHI, &\RESLO ; MOV intermediate mpy high into low 154 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 181 MOV.W &\RESHI, r13 ; Ready high 16-bits for return 201 MOV.W r13, &\OP1_HI ; Load operand 1 High into multiplier 203 MOV.W r15, &\OP2_HI ; Load operand 2 High, trigger MPY 207 MOV.W &\RES3, R15 ; Ready high 16-bits for retur [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFStreamer.cpp | 459 uint64_t High = Data.getUnsigned(&Offset, AddressSize); 462 if (Low == 0 && High == 0) { 470 Asm->OutStreamer->emitIntValue(High + Attr.second, AddressSize); 476 Asm->OutStreamer->emitIntValue(High + LocPcOffset, AddressSize);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| bn-586.pl | 151 $High="edx"; 267 $High="edx";
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| bn-586.pl | 151 $High="edx"; 267 $High="edx";
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| bn-586.pl | 152 $High="edx"; 268 $High="edx";
|