Home
last modified time | relevance | path

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

1234

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrSystem.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 …]
HDX86InstrSVM.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 …]
HDX86InstrVMX.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 …]
HDX86InstrExtension.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 …]
HDX86InstrMisc.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 …]
HDX86InstrSNP.td20 def PSMASH: I<0x01, MRM_FF, (outs), (ins), "psmash", []>, TB, XS,
26 TB, XD, Requires<[In64BitMode]>;
30 TB, XD, Requires<[Not64BitMode]>;
34 def RMPUPDATE: I<0x01, MRM_FE, (outs), (ins), "rmpupdate", []>, TB, XD,
39 def RMPADJUST: I<0x01, MRM_FE, (outs), (ins), "rmpadjust", []>, TB, XS,
44 def RMPQUERY: I<0x01, MRM_FD, (outs), (ins), "rmpquery", []>, TB, XS,
HDX86InstrTDX.td20 def SEAMCALL : I<0x01, MRM_CF, (outs), (ins), "seamcall", []>, TB, PD;
23 def SEAMRET : I<0x01, MRM_CD, (outs), (ins), "seamret", []>, TB, PD;
26 def SEAMOPS : I<0x01, MRM_CE, (outs), (ins), "seamops", []>, TB, PD;
32 def TDCALL : I<0x01, MRM_CC, (outs), (ins), "tdcall", []>, TB, PD;
HDX86InstrSGX.td20 "encls", []>, TB;
24 "enclu", []>, TB;
28 "enclv", []>, TB;
HDX86Instr3DNow.td74 []>, TB;
79 []>, TB;
84 TB, Requires<[HasPrefetchW]>;
87 []>, TB;
HDX86InstrUtils.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 …]
HDX86InstrSSE.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 …]
HDX86InstrTSX.td40 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>;
44 "xtest", [(set EFLAGS, (X86xtest))]>, TB, Requires<[HasRTM]>;
HDX86InstrCMovSetCC.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]>;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonEarlyIfConv.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 …]
HDHexagonHardwareLoops.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 …]
/freebsd-head/contrib/kyua/utils/
HDunits_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()
HDunits.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()
/freebsd-head/contrib/ntp/sntp/libevent/cmake/
HDCheckFileOffsetBits.c6 #define TB ((off_t)1024 * GB) macro
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd-head/contrib/libevent/cmake/
HDCheckFileOffsetBits.c6 #define TB ((off_t)1024 * GB) macro
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/
HDlargest_pool.cfg37 # 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-head/tests/sys/cddl/zfs/tests/largest_pool/
HDlargest_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-head/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
HDzfs_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-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
HDzfs_create.cfg49 # 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-head/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.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-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDprimary32.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()

1234