/freebsd/share/misc/ |
H A D | iso3166 | 276 # Newsletter III-1, 1989-12-5: 279 # Newsletter III-2, 1990-07-16 282 # Newsletter III-3, 1990-08-14 285 # Newsletter III-4, 1990-08-14 288 # Newsletter III-5, 1990-08-14 291 # Newsletter III-6, 1990-08-14 294 # Newsletter III-7, 1990-08-14 297 # Newsletter III-8, 1990-08-14 300 # Newsletter III-9, 1990-08-14 303 # Newsletter III-10, 1990-08-14 [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsHexagonDep.def | 17 TARGET_BUILTIN(__builtin_HEXAGON_A2_add, "iii", "", V5) 18 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_hh, "iii", "", V5) 19 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_hl, "iii", "", V5) 20 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_lh, "iii", "", V5) 21 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_ll, "iii", "", V5) 22 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_sat_hh, "iii", "", V5) 23 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_sat_hl, "iii", "", V5) 24 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_sat_lh, "iii", "", V5) 25 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_h16_sat_ll, "iii", "", V5) 26 TARGET_BUILTIN(__builtin_HEXAGON_A2_addh_l16_hl, "iii", "", V5) [all …]
|
H A D | BuiltinsARM.def | 32 BUILTIN(__builtin_arm_smulbb, "iii", "nc") 33 BUILTIN(__builtin_arm_smulbt, "iii", "nc") 34 BUILTIN(__builtin_arm_smultb, "iii", "nc") 35 BUILTIN(__builtin_arm_smultt, "iii", "nc") 36 BUILTIN(__builtin_arm_smulwb, "iii", "nc") 37 BUILTIN(__builtin_arm_smulwt, "iii", "nc") 40 BUILTIN(__builtin_arm_qadd, "iii", "nc") 41 BUILTIN(__builtin_arm_qsub, "iii", "nc") 53 BUILTIN(__builtin_arm_ssat16, "iii", "nc") 54 BUILTIN(__builtin_arm_usat16, "iii", "nc") [all …]
|
H A D | BuiltinsHexagon.def | 72 TARGET_BUILTIN(__builtin_circ_ldd, "LLi*LLi*LLi*iIi", "", V5) 73 TARGET_BUILTIN(__builtin_circ_ldw, "i*i*i*iIi", "", V5) 74 TARGET_BUILTIN(__builtin_circ_ldh, "s*s*s*iIi", "", V5) 75 TARGET_BUILTIN(__builtin_circ_lduh, "Us*Us*Us*iIi", "", V5) 76 TARGET_BUILTIN(__builtin_circ_ldb, "c*c*c*iIi", "", V5) 77 TARGET_BUILTIN(__builtin_circ_ldub, "Uc*Uc*Uc*iIi", "", V5)
|
H A D | BuiltinsMips.def | 34 BUILTIN(__builtin_mips_addq_s_w, "iii", "n") 35 BUILTIN(__builtin_mips_subq_s_w, "iii", "n") 37 BUILTIN(__builtin_mips_addsc, "iii", "n") 38 BUILTIN(__builtin_mips_addwc, "iii", "n") 40 BUILTIN(__builtin_mips_modsub, "iii", "nc") 68 BUILTIN(__builtin_mips_shll_s_w, "iii", "n") 69 BUILTIN(__builtin_mips_shra_r_w, "iii", "nc") 112 BUILTIN(__builtin_mips_rddsp, "iIi", "n") 113 BUILTIN(__builtin_mips_insv, "iii", "n") 132 BUILTIN(__builtin_mips_addqh_w, "iii", "nc") [all …]
|
H A D | BuiltinsNVPTX.def | 265 BUILTIN(__nvvm_mulhi_i, "iii", "") 284 BUILTIN(__nvvm_mul24_i, "iii", "") 656 TARGET_BUILTIN(__nvvm_redux_sync_add, "iii", "", AND(SM_80,PTX70)) 657 TARGET_BUILTIN(__nvvm_redux_sync_min, "iii", "", AND(SM_80,PTX70)) 658 TARGET_BUILTIN(__nvvm_redux_sync_max, "iii", "", AND(SM_80,PTX70)) 661 TARGET_BUILTIN(__nvvm_redux_sync_and, "iii", "", AND(SM_80,PTX70)) 662 TARGET_BUILTIN(__nvvm_redux_sync_xor, "iii", "", AND(SM_80,PTX70)) 663 TARGET_BUILTIN(__nvvm_redux_sync_or, "iii", "", AND(SM_80,PTX70))
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3435 ImmInstrInfo III; in getForwardingDefMI() local 3448 if (!ConvertibleImmForm && !instrHasImmForm(Opc, IsVFReg, III, true)) in getForwardingDefMI() 3538 ImmInstrInfo III; in foldFrameOffset() local 3542 III)) in foldFrameOffset() 3584 if (III.ZeroIsSpecialOrig == III.ImmOpNo && in foldFrameOffset() 3607 MI.getOperand(III.ImmOpNo) in foldFrameOffset() 3611 MI.getOperand(III.OpNoForForwarding) in foldFrameOffset() 3651 ImmInstrInfo &III) const { in isImmInstrEligibleForFolding() 3666 PPC::isVFRegister(MI.getOperand(0).getReg()), III, true)) in isImmInstrEligibleForFolding() 3669 if (!III.IsSummingOperands) in isImmInstrEligibleForFolding() [all …]
|
H A D | PPCInstrInfo.h | 200 bool transformToImmFormFedByLI(MachineInstr &MI, const ImmInstrInfo &III, 205 bool transformToImmFormFedByAdd(MachineInstr &MI, const ImmInstrInfo &III, 219 bool isUseMIElgibleForForwarding(MachineInstr &MI, const ImmInstrInfo &III, 222 const ImmInstrInfo &III, 227 const ImmInstrInfo &III, 638 ImmInstrInfo &III) const; 647 bool instrHasImmForm(unsigned Opc, bool IsVFReg, ImmInstrInfo &III,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | mips | 61 >16 beshort 56 MIPSEB MIPS-III ECOFF executable 65 >16 beshort 56 MIPSEL-BE MIPS-III ECOFF executable 69 >16 leshort 56 MIPSEB-LE MIPS-III ECOFF executable 73 >16 leshort 56 MIPSEL MIPS-III ECOFF executable
|
H A D | games | 7 # Quake II - III data files 20 >4 long 0x2E III Map file (BSP) 165 0 string Warcraft\ III\ recorded\ game %s 171 0 string HM3W Warcraft III map file 441 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games 445 8 ulelong 0x00000310 RenderWare data, v3.1.0.0, used in GTA III on PS2, 448 8 ulelong 0x0401ffff RenderWare data, v3.1.0.1, used in GTA III on PC/PS2, 451 8 ulelong 0x0800ffff RenderWare data, v3.2.0.0, used in GTA III on PC, 457 8 ulelong 0x0c02ffff RenderWare data, v3.3.0.2, used in GTA III PC and GTA VC PS2, 466 8 ulelong 0x1005ffff RenderWare data, v3.4.0.5, used in GTA III/VC on Android, [all …]
|
H A D | database | 252 >>0 ubyte 0x03 FoxBase+/dBase III 269 >>0 ubyte 0x2F FoxBase+/Dbase III plus, no memo 300 >>0 ubyte 0x83 FoxBase+/dBase III, with memo .DBT 303 # VISUAL OBJECTS (first 1.0 versions) for the Dbase III files (NTX clipper driver); memo file 308 >>0 ubyte 0x8A FoxBase+/dBase III, with memo .DBT 355 # DBT flag (with dBASE III memo .DBT)!! 388 # dBASE III 398 # dBASE III DBT with two Ctr-Z terminating characters 406 # dBASE III DBT without version, dBASE IV DBT , FoxPro FPT , or many ZIP , DBF garbage 408 # unusual dBASE III DBT like angest.dbt, dBASE IV DBT with block size 0 , FoxPro FPT , or garbage … [all …]
|
H A D | macintosh | 104 # to the MacBinary III format. 130 # MacBinary III with MacBinary II to read 137 # versions for MacBinary II/III 139 >122 ubyte 130 III 140 # only in MacBinary III
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_shift.sh | 103 "I II III IV V VI VII VIII IX X XI XII XIII XIV XV:16" \ 104 "I II III IV V VI VII VIII IX X XI XII XIII XIV XV:17" \ 105 "I II III IV V VI VII VIII IX X XI XII XIII XIV XV:30" \ 106 "I II III IV V VI VII VIII IX X XI XII XIII XIV XV:9999"
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_add.c | 131 * Try to avoid subtract case iii (see below). in fpu_add() 174 * case iii) |x| < |y|. We goofed; the result should in fpu_add() 176 * We could compare |x| and |y| here and avoid case iii, in fpu_add() 178 * We can tell case iii has occurred by an overflow. in fpu_add() 198 * Oops, case iii. This can only occur when the in fpu_add()
|
/freebsd/contrib/ntp/ |
H A D | README.pullrequests | 43 iii) On the top right corner, right below the header bar, there is 60 iii) When you create changes in the source, it would help you to 68 v) (go to step iii).
|
/freebsd/share/man/man4/ |
H A D | vr.4 | 36 .Nd "VIA Technologies Rhine I/II/III Ethernet device driver" 57 VT86C100A Rhine II, and VT6105/VT6105M Rhine III Fast Ethernet 122 driver supports VIA Technologies Rhine I, Rhine II, and Rhine III based
|
/freebsd/contrib/mandoc/ |
H A D | att.c | 41 LINE("III", "AT&T System\\~III UNIX"); in mdoc_a2att()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 282 auto III = Instructions.find(&MI); in printInfo() local 283 if (III != Instructions.end()) { in printInfo() 284 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo() 285 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo() 495 InstrInfo &III = Instructions[&MI]; in scanInstructions() local 546 III.Disabled = StateWQM | StateStrict; in scanInstructions() 554 III.Needs |= StateStrictWQM; in scanInstructions() 558 III.Disabled = StateStrict; in scanInstructions() 575 III.Disabled = StateWQM | StateStrict; in scanInstructions() 1303 auto III = Instructions.find(&MI); in processBlock() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | LICENSE | 53 iii. publicity and privacy rights pertaining to a person's image or 75 treaty (including future time extensions), (iii) in any current or future 94 time extensions), (iii) in any current or future medium and for any number 150 outstanding shares, or (iii) beneficial ownership of such entity.
|
/freebsd/contrib/file/tests/ |
H A D | JW07022A.mp3.result | 1 Audio file with ID3 version 2.2.0, contains: MPEG ADTS, layer III, v1, 96 kbps, 44.1 kHz, Monaural
|
H A D | cl8m8ocofedso.result | 1 Audio file with ID3 version 2.4.0, contains: MPEG ADTS, layer III, v1, 192 kbps, 44.1 kHz, JntStereo
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8226-samsung-s3ve3g.dts | 9 model = "Samsung Galaxy S III Neo";
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | 4.t | 59 The following example is for a DecWriter III printer connected 63 lp|LA-180 DecWriter III:\e
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8350-sony-xperia-sagami-pdx214.dts | 11 model = "Sony Xperia 5 III";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips.td | 89 "Subset of MIPS-III that is also in MIPS32 " 92 "Subset of MIPS-III that is also in MIPS32r2 " 95 "MIPS III ISA Support [highly experimental]",
|