Home
last modified time | relevance | path

Searched refs:TSB (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp312 if (TSB == FSB) in matchFlowPattern()
313 JB = TSB; in matchFlowPattern()
317 if (TSB == FB) in matchFlowPattern()
531 if (TSB != FSB) in isProfitable()
533 if (TSB->pred_size() != 2) in isProfitable()
866 TSB = *FP.TrueB->succ_begin(); in convert()
914 if (TSB) { in convert()
917 .addMBB(TSB); in convert()
918 FP.SplitB->addSuccessor(TSB); in convert()
946 if (TSB) in convert()
[all …]
/openbsd/sys/dev/videomode/
H A Dediddevs85 vendor TSB Toshiba
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp349 if (Opcode == AArch64::TSB) { in printInst()
1809 } else if (Opcode == AArch64::TSB) { in printBarrierOption()
1810 auto TSB = AArch64TSB::lookupTSBByEncoding(Val); in printBarrierOption() local
1811 Name = TSB ? TSB->Name : ""; in printBarrierOption()
/openbsd/sys/arch/sparc64/sparc64/
H A Dlocore.s429 ldxa [%g0] ASI_IMMU_8KPTR, %g2! Load IMMU 8K TSB pointer
445 ldxa [%g0] ASI_DMMU_8KPTR, %g2! Load DMMU 8K TSB pointer
1346 ldxa [%g0] ASI_DMMU_8KPTR, %g2 ! Load DMMU 8K TSB pointer
1929 stx %g4, [%g2 + 8] ! Update TSB entry data
1930 stx %g1, [%g2] ! Update TSB entry tag
3861 or %o0, %o1, %o0 ! Make a TSB pointer
3862 set TSB, %o2
3863 stxa %o0, [%o2] ASI_DMMU ! Install data TSB pointer
3874 or %o0, %o1, %o0 ! Make a TSB pointer
3875 set TSB, %o2
[all …]
/openbsd/sys/arch/sparc64/include/
H A Dctlreg.h292 #define TSB 0x28 macro
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h461 struct TSB : SysAlias { struct
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3960 auto TSB = AArch64TSB::lookupTSBByName(Operand); in tryParseBarrierOperand() local
3967 } else if (Mnemonic == "tsb" && (!TSB || TSB->Encoding != AArch64TSB::csync)) { in tryParseBarrierOperand()
3970 } else if (!DB && !TSB) { in tryParseBarrierOperand()
3981 DB ? DB->Encoding : TSB->Encoding, Tok.getString(), getLoc(), in tryParseBarrierOperand()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td213 // TSB (Trace synchronization barrier) instruction options.
216 class TSB<string name, bits<4> encoding> : SearchableTable{
227 def : TSB<"csync", 0>;
H A DAArch64InstrInfo.td1026 def TSB : CRmSystemI<barrier_op, 0b010, "tsb", []> {
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp285 case ARM::TSB: in printInst()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2192 if (Inst.getOpcode() != ARM::TSB && Inst.getOpcode() != ARM::t2TSB) in DecodeTSBInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5146 def TSB : AInoP<(outs), (ins tsb_opt:$opt), MiscFrm, NoItinerary,