Home
last modified time | relevance | path

Searched refs:TB (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td17 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 DX86InstrSVM.td19 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 DX86InstrVMX.td41 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 DX86InstrExtension.td41 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 DX86InstrMisc.td21 "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 DX86Instr3DNow.td74 []>, TB;
79 []>, TB;
84 TB, Requires<[HasPrefetchW]>;
87 []>, TB;
H A DX86InstrUtils.td27 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 {
577 : I<o, F, outs, ins, asm, pattern>, TB, XS, Requires<[UseSSE1]>;
580 : Ii8<o, F, outs, ins, asm, pattern>, TB, XS, Requires<[UseSSE1]>;
583 : I<o, F, outs, ins, asm, pattern, SSEPackedSingle>, TB,
587 : Ii8<o, F, outs, ins, asm, pattern, SSEPackedSingle>, TB,
[all …]
H A DX86InstrSSE.td271 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 DX86InstrCMovSetCC.td68 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 DX86InstrShiftRotate.td369 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 DHexagonHardwareLoops.cpp459 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
460 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister()
621 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
622 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount()
630 assert (TB && "Exit block without a branch?"); in getLoopTripCount()
631 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { in getLoopTripCount()
637 if (TB == Latch) in getLoopTripCount()
638 TB = (LTB == Header) ? LTB : LFB; in getLoopTripCount()
642 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); in getLoopTripCount()
643 if (!TB || (FB && TB != Header && FB != Header)) in getLoopTripCount()
[all …]
H A DHexagonEarlyIfConv.cpp123 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern()
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
274 TB = T1B, FB = T2B; in matchFlowPattern()
276 TB = T2B, FB = T1B; in matchFlowPattern()
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern()
287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern()
294 bool TOk = (TNP == 1 && TNS == 1 && MLI->getLoopFor(TB) == L); in matchFlowPattern()
[all …]
/freebsd/contrib/kyua/utils/
H A Dunits_test.cpp42 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 Dunits.cpp78 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 Dmemory_test.cpp53 ATF_REQUIRE(memory < 100 * units::TB); // Large enough for now... in ATF_TEST_CASE_BODY()
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.c6 #define TB ((off_t)1024 * GB) macro
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd/contrib/libevent/cmake/
H A DCheckFileOffsetBits.c6 #define TB ((off_t)1024 * GB) macro
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd/tests/sys/cddl/zfs/tests/largest_pool/
H A Dlargest_pool.cfg33 # 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool.cfg36 # a volume that great than 1TB on 32-bit
38 # - max volume size is 1TB on 32-bit systems (s10u2)
41 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create.cfg40 # 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 Dzfs_create.cfg48 # a volume that great than 1TB on 32-bit
50 # - max volume size is 1TB on 32-bit systems (s10u2)
53 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp585 unsigned TA = 0, TB = 0; in handleAddSubRelocations() local
589 TB = ELF::R_RISCV_SUB8; in handleAddSubRelocations()
593 TB = ELF::R_RISCV_SUB16; in handleAddSubRelocations()
597 TB = ELF::R_RISCV_SUB32; in handleAddSubRelocations()
601 TB = ELF::R_RISCV_SUB64; in handleAddSubRelocations()
605 TB = ELF::R_RISCV_SUB_ULEB128; in handleAddSubRelocations()
617 static_cast<MCFixupKind>(FirstLiteralRelocationKind + TB)); in handleAddSubRelocations()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h546 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>( in pushBatchClassBlocks() local
548 TB->clear(); in pushBatchClassBlocks()
551 TB->add(Array[Size - 1]); in pushBatchClassBlocks()
552 TB->add( in pushBatchClassBlocks()
558 BG->Batches.push_front(TB); in pushBatchClassBlocks()
615 TransferBatchT *TB = variable
617 TB->clear();
620 BG->Batches.push_front(TB);
731 TransferBatchT *TB = reinterpret_cast<TransferBatchT *>(BG); in popBlocksImpl() local
733 compactPtr(SizeClassMap::BatchClassId, reinterpret_cast<uptr>(TB)); in popBlocksImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp499 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/share/misc/
H A Dpci_vendors118 108e 48a0 NVMe DC SSD U.2-SFF 15mm 3.84TB [D7-PS1010 Custom]
119 108e 48a1 NVMe DC SSD U.2-SFF 15mm 7.68TB [D7-PS1010 Custom]
120 108e 48a2 NVMe DC SSD U.2-SFF 15mm 15.36TB [D7-PS1010 Custom]
122 108e 48a4 NVMe DC SSD E3.S-1T 7.5mm 3.84TB [D7-PS1010 Custom]
123 108e 48a5 NVMe DC SSD E3.S-1T 7.5mm 7.68TB [D7-PS1010 Custom]
124 108e 48a6 NVMe DC SSD E3.S-1T 7.5mm 15.36TB [D7-PS1010 Custom]
4933 04aa Flash Adapter 90 (PCIe2 0.9TB)
5962 1028 215e ENT NVMe RT1 RI 3.84TB
5963 1028 215f ENT NVMe RT1 RI 7.68TB
5964 1028 2160 ENT NVMe RT1 FIPS RI 3.84TB
[all …]

1234