Home
last modified time | relevance | path

Searched refs:DSB (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/arm/arm/
H A Dlocore.S141 DSB
145 DSB
303 DSB
313 DSB
317 DSB
347 DSB
356 DSB
365 DSB
368 DSB
373 DSB
[all …]
H A Dcpu_asm-v6.S210 DSB
235 DSB
246 DSB
H A Dswtch-v6.S114 DSB
130 DSB
155 DSB
/freebsd/sys/arm/include/
H A Dasm.h178 #define DSB dsb macro
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/
H A Dvf610-zii-ssmb-dtu.dts207 /* On DSB */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp38 // by inserting a DSB SYS/ISB barrier pair which will prevent control
220 // A full control flow speculation barrier consists of (DSB SYS + ISB) in insertFullSpeculationBarrier()
221 BuildMI(MBB, MBBI, DL, TII->get(AArch64::DSB)).addImm(0xf); in insertFullSpeculationBarrier()
H A DAArch64SchedCyclone.td297 // SLREX,DMB,DSB
H A DAArch64SchedFalkorDetails.td1244 def : InstRW<[FalkorWr_1LD_0cyc], (instrs CLREX, DMB, DSB)>;
H A DAArch64AsmPrinter.cpp2548 TmpInstDSB.setOpcode(AArch64::DSB); in emitInstruction()
H A DAArch64SchedKryoDetails.td567 (instrs DSB, DMB, CLREX)>;
H A DAArch64SystemOperands.td82 // DMB/DSB (data barrier) instruction options.
H A DAArch64InstrInfo.td1240 def DSB : CRmSystemI<barrier_op, 0b100, "dsb",
2006 def : InstAlias<"ssbb", (DSB 0)>;
2007 def : InstAlias<"pssbb", (DSB 4)>;
2008 def : InstAlias<"dfb", (DSB 0b1100)>, Requires<[HasV8_0r]>;
H A DAArch64InstrInfo.cpp1156 case AArch64::DSB: in isSchedulingBoundary()
/freebsd/contrib/less/
H A DREADME129 If you are using Borland C, rename MAKEFILE.DSB to MAKEFILE.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td138 // True if the subtarget supports DMB / DSB data barrier instructions.
H A DARMAsmPrinter.cpp2332 TmpInstDSB.setOpcode(ARM::DSB); in emitInstruction()
H A DARMInstrInfo.td5144 def DSB : AInoP<(outs), (ins memb_opt:$opt), MiscFrm, NoItinerary,
6243 def : InstAlias<"dsb", (DSB 0xf), 0>, Requires<[IsARM, HasDB]>;
6244 def : InstAlias<"ssbb", (DSB 0x0), 1>, Requires<[IsARM, HasDB]>;
6245 def : InstAlias<"pssbb", (DSB 0x4), 1>, Requires<[IsARM, HasDB]>;
6248 def : InstAlias<"dfb", (DSB 0xc), 1>, Requires<[IsARM, HasDFB]>;
H A DARMScheduleA57.td118 "(t2)?CPS[123]p$", "(t2)?DBG$", "(t2)?DMB$", "(t2)?DSB$", "ERET$",
H A DARMInstrThumb2.td5093 // Non-predicable aliases of a predicable DSB: the predicate is (14, zero_reg) where
/freebsd/sys/conf/
H A DNOTES2522 # the Billionton USB100, the Melco LU-ATX, the D-Link DSB-650TX
2546 # the Netgear EA101, the D-Link DSB-650, the SMC 2102USB
/freebsd/share/misc/
H A Dusb_vendors7121 4000 DSB-650 10Mbps Ethernet [klsi]
8314 a518 D-Link DSB-C310 Webcam
11111 f101 DSB-560 Modem [atlas]
21284 4000 DSB-650C Ethernet [klsi]
21285 4001 DSB-650TX Ethernet [pegasus]
21286 4002 DSB-650TX Ethernet [pegasus]
21287 4003 DSB-650TX-PNA Ethernet [pegasus]
21296 abc1 DSB-650 Ethernet [pegasus]
/freebsd/sys/dev/usb/
H A Dusbdevs1323 product ATEN DSB650C 0x4000 DSB-650C
1774 /*product DLINK DSBS25 0x0100 DSB-S25 serial*/
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8359 case ARM::DSB: in validateInstruction()