| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB; 20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB; 25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB; 28 "ud1{w}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize16; 30 "ud1{l}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize32; 32 "ud1{q}\t{$src2, $src1|$src1, $src2}", []>, TB; 35 "ud1{w}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize16; 37 "ud1{l}\t{$src2, $src1|$src1, $src2}", []>, TB, OpSize32; 39 "ud1{q}\t{$src2, $src1|$src1, $src2}", []>, TB; 44 def RSM : I<0xAA, RawFrm, (outs), (ins), "rsm", []>, TB; [all …]
|
| H A D | X86InstrSVM.td | 19 def VMMCALL : I<0x01, MRM_D9, (outs), (ins), "vmmcall", []>, TB; 22 def STGI : I<0x01, MRM_DC, (outs), (ins), "stgi", []>, TB; 25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB; 29 def SKINIT : I<0x01, MRM_DE, (outs), (ins), "skinit", []>, TB; 33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB, 36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB, 41 def VMLOAD32 : I<0x01, MRM_DA, (outs), (ins), "vmload", []>, TB, 44 def VMLOAD64 : I<0x01, MRM_DA, (outs), (ins), "vmload", []>, TB, 49 def VMSAVE32 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB, 52 def VMSAVE64 : I<0x01, MRM_DB, (outs), (ins), "vmsave", []>, TB, [all …]
|
| H A D | X86InstrVMX.td | 41 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB; 43 "vmclear\t$vmcs", []>, TB, PD; 46 def VMFUNC : I<0x01, MRM_D4, (outs), (ins), "vmfunc", []>, TB; 49 def VMLAUNCH : I<0x01, MRM_C2, (outs), (ins), "vmlaunch", []>, TB; 52 def VMRESUME : I<0x01, MRM_C3, (outs), (ins), "vmresume", []>, TB; 54 "vmptrld\t$vmcs", []>, TB; 56 "vmptrst\t$vmcs", []>, TB; 58 "vmread{q}\t{$src, $dst|$dst, $src}", []>, TB, Requires<[In64BitMode]>; 60 "vmread{l}\t{$src, $dst|$dst, $src}", []>, TB, Requires<[Not64BitMode]>; 64 "vmread{q}\t{$src, $dst|$dst, $src}", []>, TB, Requires<[In64BitMode]>; [all …]
|
| H A D | X86InstrExtension.td | 41 TB, OpSize16, Sched<[WriteALU]>; 45 TB, OpSize16, Sched<[WriteLoad]>; 49 [(set GR32:$dst, (sext GR8:$src))]>, TB, 53 [(set GR32:$dst, (sextloadi32i8 addr:$src))]>, TB, 57 [(set GR32:$dst, (sext GR16:$src))]>, TB, 62 OpSize32, TB, Sched<[WriteLoad]>; 67 TB, OpSize16, Sched<[WriteALU]>; 71 TB, OpSize16, Sched<[WriteLoad]>; 75 [(set GR32:$dst, (zext GR8:$src))]>, TB, 79 [(set GR32:$dst, (zextloadi32i8 addr:$src))]>, TB, [all …]
|
| H A D | X86InstrMisc.td | 21 "nop{w}\t$zero", []>, TB, OpSize16; 23 "nop{l}\t$zero", []>, TB, OpSize32; 25 "nop{q}\t$zero", []>, TB, Requires<[In64BitMode]>; 28 "nop{w}\t$zero", []>, TB, OpSize16; 30 "nop{l}\t$zero", []>, TB, OpSize32; 32 "nop{q}\t$zero", []>, TB, Requires<[In64BitMode]>; 237 "bswap{w}\t$dst", []>, OpSize16, TB; 241 [(set GR32:$dst, (bswap GR32:$src))]>, OpSize32, TB; 246 [(set GR64:$dst, (bswap GR64:$src))]>, TB; 254 TB, OpSize16, Sched<[WriteBSF]>; [all …]
|
| H A D | X86Instr3DNow.td | 74 []>, TB; 79 []>, TB; 84 TB, Requires<[HasPrefetchW]>; 87 []>, TB;
|
| H A D | X86InstrUtils.td | 27 class TB { Map OpMap = TB; } 67 class AVX512BIi8Base : TB, PD { 71 class AVX512XSIi8Base : TB, XS { 75 class AVX512XDIi8Base : TB, XD { 79 class AVX512PSIi8Base : TB { 83 class AVX512PDIi8Base : TB, PD { 575 : I<o, F, outs, ins, asm, pattern>, TB, XS, Requires<[UseSSE1]>; 578 : Ii8<o, F, outs, ins, asm, pattern>, TB, XS, Requires<[UseSSE1]>; 581 : I<o, F, outs, ins, asm, pattern, SSEPackedSingle>, TB, 585 : Ii8<o, F, outs, ins, asm, pattern, SSEPackedSingle>, TB, [all …]
|
| H A D | X86InstrSSE.td | 271 SSEPackedSingle, UseSSE1>, TB, XS; 273 SSEPackedDouble, UseSSE2>, TB, XD; 277 SSEPackedSingle>, TB, XS; 279 SSEPackedDouble>, TB, XD; 355 TB, VEX, WIG; 358 TB, PD, VEX, WIG; 361 TB, VEX, WIG; 364 TB, PD, VEX, WIG; 368 TB, VEX, VEX_L, WIG; 371 TB, PD, VEX, VEX_L, WIG; [all …]
|
| H A D | X86InstrCMovSetCC.td | 68 defm CMOV16 : Cmov<Xi16, binop_args>, OpSize16, TB; 69 defm CMOV32 : Cmov<Xi32, binop_args>, OpSize32, TB; 70 defm CMOV64 : Cmov<Xi64, binop_args>, TB; 144 TB, Sched<[WriteSETCC]>; 148 TB, Sched<[WriteSETCCStore]>;
|
| H A D | X86InstrShiftRotate.td | 369 m, triop_args, []>, TB { 380 : BinOpMR<o, m, triop_cl_args, t, (outs), []>, TB { 411 def 16rri8 : ShlrdOpRRI8U_R<o1, m, Xi16, t_node>, TB, DefEFLAGS, OpSize16; 412 def 32rri8 : ShlrdOpRRI8U_R<o1, m, Xi32, node>, TB, DefEFLAGS, OpSize32; 413 def 64rri8 : ShlrdOpRRI8U_R<o1, m, Xi64, node>, TB, DefEFLAGS; 415 def 16rrCL : ShlrdOpRRC_R<o2, m, Xi16, t_node>, TB, DefEFLAGS, OpSize16; 416 def 32rrCL : ShlrdOpRRC_R<o2, m, Xi32, node>, TB, DefEFLAGS, OpSize32; 417 def 64rrCL : ShlrdOpRRC_R<o2, m, Xi64, node>, TB, DefEFLAGS;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 116 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() 118 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern() 239 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local 267 TB = T1B, FB = T2B; in matchFlowPattern() 269 TB = T2B, FB = T1B; in matchFlowPattern() 271 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern() 278 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern() 279 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern() 280 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern() 287 bool TOk = (TNP == 1 && TNS == 1 && MLI->getLoopFor(TB) == L); in matchFlowPattern() [all …]
|
| H A D | HexagonHardwareLoops.cpp | 452 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local 453 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister() 614 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local 615 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount() 623 assert (TB && "Exit block without a branch?"); in getLoopTripCount() 624 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { in getLoopTripCount() 630 if (TB == Latch) in getLoopTripCount() 631 TB = (LTB == Header) ? LTB : LFB; in getLoopTripCount() 635 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); in getLoopTripCount() 636 if (!TB || (FB && TB != Header && FB != Header)) in getLoopTripCount() [all …]
|
| /freebsd/contrib/kyua/utils/ |
| H A D | units_test.cpp | 42 using units::TB; in ATF_TEST_CASE_BODY() 45 ATF_REQUIRE_EQ("2.00T", units::bytes(2 * TB).format()); in ATF_TEST_CASE_BODY() 46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format()); in ATF_TEST_CASE_BODY() 94 using units::TB; in ATF_TEST_CASE_BODY() 98 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1T")); in ATF_TEST_CASE_BODY() 99 ATF_REQUIRE_EQ(units::bytes(TB), units::bytes::parse("1t")); in ATF_TEST_CASE_BODY()
|
| H A D | units.cpp | 78 case 'T': case 't': multiplier = TB; break; in parse() 115 if (_count >= TB) { in format() 116 return F("%.2sT") % (static_cast< float >(_count) / TB); in format()
|
| H A D | memory_test.cpp | 53 ATF_REQUIRE(memory < 100 * units::TB); // Large enough for now... in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/ntp/sntp/libevent/cmake/ |
| H A D | CheckFileOffsetBits.c | 6 #define TB ((off_t)1024 * GB) macro 8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
|
| /freebsd/contrib/libevent/cmake/ |
| H A D | CheckFileOffsetBits.c | 6 #define TB ((off_t)1024 * GB) macro 8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/ |
| H A D | largest_pool.cfg | 37 # a volume that great than 1TB on 32-bit 39 # - max volume size is 1TB on 32-bit systems (s10u2) 42 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
|
| /freebsd/tests/sys/cddl/zfs/tests/largest_pool/ |
| H A D | largest_pool.cfg | 33 # a volume that great than 1TB on 32-bit 35 # - max volume size is 1TB on 32-bit systems (s10u2) 38 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 40 # a volume that great than 1TB on 32-bit 42 # - max volume size is 1TB on 32-bit systems (s10u2) 45 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 49 # a volume that great than 1TB on 32-bit 51 # - max volume size is 1TB on 32-bit systems (s10u2) 54 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 139 108e 48a0 NVMe DC SSD U.2-SFF 15mm 3.84TB [D7-PS1010 Custom] 140 108e 48a1 NVMe DC SSD U.2-SFF 15mm 7.68TB [D7-PS1010 Custom] 141 108e 48a2 NVMe DC SSD U.2-SFF 15mm 15.36TB [D7-PS1010 Custom] 143 108e 48a4 NVMe DC SSD E3.S-1T 7.5mm 3.84TB [D7-PS1010 Custom] 144 108e 48a5 NVMe DC SSD E3.S-1T 7.5mm 7.68TB [D7-PS1010 Custom] 145 108e 48a6 NVMe DC SSD E3.S-1T 7.5mm 15.36TB [D7-PS1010 Custom] 4997 04aa Flash Adapter 90 (PCIe2 0.9TB) 6069 1028 215e ENT NVMe RT1 RI 3.84TB 6070 1028 215f ENT NVMe RT1 RI 7.68TB 6071 1028 2160 ENT NVMe RT1 FIPS RI 3.84TB [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary32.h | 651 BatchT *TB = reinterpret_cast<BatchT *>( in pushBatchClassBlocks() local 653 TB->clear(); in pushBatchClassBlocks() 656 TB->add(Array[Size - 1]); in pushBatchClassBlocks() 657 TB->add(compactPtr(SizeClassMap::BatchClassId, reinterpret_cast<uptr>(BG))); in pushBatchClassBlocks() 659 BG->Batches.push_front(TB); in pushBatchClassBlocks() 716 BatchT *TB = in pushBlocksImpl() local 718 TB->clear(); in pushBlocksImpl() 721 BG->Batches.push_front(TB); in pushBlocksImpl() 830 BatchT *TB = reinterpret_cast<BatchT *>(BG); in popBlocksImpl() local 832 compactPtr(SizeClassMap::BatchClassId, reinterpret_cast<uptr>(TB)); in popBlocksImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 499 TBAANode TB(B); in getLeastCommonType() local 500 while (TB.getNode()) { in getLeastCommonType() 501 if (!PathB.insert(TB.getNode())) in getLeastCommonType() 503 TB = TB.getParent(); in getLeastCommonType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 819 unsigned TA = 0, TB = 0; in addReloc() local 823 TB = ELF::R_RISCV_SUB8; in addReloc() 827 TB = ELF::R_RISCV_SUB16; in addReloc() 831 TB = ELF::R_RISCV_SUB32; in addReloc() 835 TB = ELF::R_RISCV_SUB64; in addReloc() 839 TB = ELF::R_RISCV_SUB_ULEB128; in addReloc() 847 auto FB = MCFixup::create(Fixup.getOffset(), nullptr, TB); in addReloc()
|