Searched refs:TSB (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonEarlyIfConv.cpp | 306 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : nullptr; in matchFlowPattern() local 312 if (TSB == FSB) in matchFlowPattern() 313 JB = TSB; in matchFlowPattern() 317 if (TSB == FB) in matchFlowPattern() 529 MachineBasicBlock *TSB = *FP.TrueB->succ_begin(); in isProfitable() local 531 if (TSB != FSB) in isProfitable() 533 if (TSB->pred_size() != 2) in isProfitable() 860 MachineBasicBlock *TSB = nullptr, *FSB = nullptr; in convert() local 866 TSB = *FP.TrueB->succ_begin(); in convert() 914 if (TSB) { in convert() [all …]
|
| /openbsd/src/sys/dev/videomode/ |
| D | ediddevs | 85 vendor TSB Toshiba
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64InstPrinter.cpp | 349 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/src/sys/arch/sparc64/sparc64/ |
| D | locore.s | 429 ldxa [%g0] ASI_IMMU_8KPTR, %g2! Load IMMU 8K TSB pointer 431 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4 445 ldxa [%g0] ASI_DMMU_8KPTR, %g2! Load DMMU 8K TSB pointer 447 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4 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 [all …]
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | ctlreg.h | 292 #define TSB 0x28 macro
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 461 struct TSB : SysAlias { struct
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 3960 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/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SystemOperands.td | 213 // TSB (Trace synchronization barrier) instruction options. 216 class TSB<string name, bits<4> encoding> : SearchableTable{ 227 def : TSB<"csync", 0>;
|
| D | AArch64InstrInfo.td | 1026 def TSB : CRmSystemI<barrier_op, 0b010, "tsb", []> {
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMInstPrinter.cpp | 285 case ARM::TSB: in printInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 2192 if (Inst.getOpcode() != ARM::TSB && Inst.getOpcode() != ARM::t2TSB) in DecodeTSBInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.td | 5146 def TSB : AInoP<(outs), (ins tsb_opt:$opt), MiscFrm, NoItinerary,
|