Searched refs:SWP (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 201 #define SWP GLUE4(swp, A, L, S) s(0), s(0), [x1] macro 203 #define SWP .inst 0x38208020 + B + N macro 207 SWP // s(0), s(0), [x1]
|
/freebsd/sys/conf/ |
H A D | options.arm64 | 16 # Emulate SWP/SWPB for COMPAT_FREEBSD32
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | interlaken-lac.txt | 10 - Example LAC SWP Node with Child Nodes
|
/freebsd/share/misc/ |
H A D | scsi_modes | 69 {SWP} t1
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedExynosM5.td | 695 def : InstRW<[M5WriteLGW], (instregex "^SWP(A|AL|L)?[BHW]$")>; 696 def : InstRW<[M5WriteLGX], (instregex "^SWP(A|AL|L)?X$")>;
|
H A D | AArch64InstrAtomics.td | 536 defm : LDOPregister_patterns<"SWP", "atomic_swap">;
|
H A D | AArch64InstrFormats.td | 11737 // * SWP 11745 // SWP SZ |111000|A |R |1 |Rs |1 |OPC|00|Rn |Rt 11755 // SWP{<order>}[<size>] <Ws>, <Wt>, [<Xn|SP>] 11756 // SWP{<order>} <Xs>, <Xt>, [<Xn|SP>] 12363 // Read-Check-Write <OP> family (RCW[CLR|SET|SWP][S|P|PS]?[A|L|AL]?)
|
H A D | AArch64InstrInfo.td | 2555 // v8.1 atomic SWP 2556 defm SWP : Swap<0, 0, "">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA57.td | 121 "(t2)?SRS(DA|DB|IA|IB)", "SWP(B)?", "t?TRAP", "(t2|t)?UDF$", "t2DCPS", "t2SG",
|
H A D | ARMInstrInfo.td | 5374 // SWP/SWPB are deprecated in V6/V7 and optional in v7VE. 5377 def SWP : AIswp<0, (outs GPRnopc:$Rt),
|