Searched refs:DMB (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/sys/arm/include/ |
| HD | asm.h | 236 #define DMB dmb macro 241 #define DMB mcr CP15_CP15DMB macro 246 #define DMB mcr CP15_CP15DSB /* same prior to v6.*/ macro
|
| /freebsd-11-stable/sys/arm/arm/ |
| HD | swtch-v6.S | 280 DMB 424 DMB 429 DMB
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | animation | 80 >8 string da0a \b, DMB MAF w/ MPEG Layer II aud, MOT slides, DLS, JPG/PNG/MNG 81 >8 string da0b \b, DMB MAF, ext DA0A, with 3GPP timed text, DID, TVA, REL, IPMP 82 >8 string da1a \b, DMB MAF audio with ER-BSAC audio, JPG/PNG/MNG images 83 >8 string da1b \b, DMB MAF, ext da1a, with 3GPP timed text, DID, TVA, REL, IPMP 84 >8 string da2a \b, DMB MAF aud w/ HE-AAC v2 aud, MOT slides, DLS, JPG/PNG/MNG 85 >8 string da2b \b, DMB MAF, ext da2a, with 3GPP timed text, DID, TVA, REL, IPMP 86 >8 string da3a \b, DMB MAF aud with HE-AAC aud, JPG/PNG/MNG images 87 >8 string da3b \b, DMB MAF, ext da3a w/ BIFS, 3GPP, DID, TVA, REL, IPMP 90 >8 string dmb1 \b, DMB MAF supporting all the components defined in the spec 93 >8 string dv1a \b, DMB MAF vid w/ AVC vid, ER-BSAC aud, BIFS, JPG/PNG/MNG, TS [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMOptimizeBarriersPass.cpp | 67 if (MI.getOpcode() == ARM::DMB) { in runOnMachineFunction()
|
| HD | ARMScheduleA57.td | 130 "(t2)?CPS[123]p$", "(t2)?DBG$", "(t2)?DMB$", "(t2)?DSB$", "ERET$",
|
| HD | ARMInstrInfo.td | 4905 def DMB : AInoP<(outs), (ins memb_opt:$opt), MiscFrm, NoItinerary, 5983 def : InstAlias<"dmb", (DMB 0xf), 0>, Requires<[IsARM, HasDB]>;
|
| HD | ARMISelLowering.cpp | 16715 Function *DMB = Intrinsic::getDeclaration(M, Intrinsic::arm_dmb); in makeDMB() local 16719 return Builder.CreateCall(DMB, CDomain); in makeDMB()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrAtomics.td | 19 def : Pat<(atomic_fence (i64 4), (timm)), (DMB (i32 0x9))>; 20 def : Pat<(atomic_fence (timm), (timm)), (DMB (i32 0xb))>;
|
| HD | AArch64SchedCyclone.td | 294 // SLREX,DMB,DSB
|
| HD | AArch64SchedFalkorDetails.td | 1244 def : InstRW<[FalkorWr_1LD_0cyc], (instrs CLREX, DMB, DSB)>;
|
| HD | AArch64SchedKryoDetails.td | 567 (instrs DSB, DMB, CLREX)>;
|
| HD | AArch64SystemOperands.td | 72 // DMB/DSB (data barrier) instruction options.
|
| HD | AArch64InstrInfo.td | 723 def DMB : CRmSystemI<barrier_op, 0b101, "dmb",
|