Home
last modified time | relevance | path

Searched refs:CAS (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp743 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic8_compare_exchange_strong()
749 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic16_compare_exchange_strong()
755 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic32_compare_exchange_strong()
761 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic64_compare_exchange_strong()
768 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic128_compare_exchange_strong()
775 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic8_compare_exchange_weak()
781 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic16_compare_exchange_weak()
787 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic32_compare_exchange_weak()
793 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic64_compare_exchange_weak()
800 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic128_compare_exchange_weak()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S149 #define CAS GLUE4(cas, A, L, S) s(0), s(1), [x2] macro
151 #define CAS .inst 0x08a07c41 + B + M macro
153 CAS // s(0), s(1), [x2]
/freebsd-14.2/stand/powerpc/ofw/
H A Dmain.c92 #ifdef CAS
172 #ifdef CAS in main()
/freebsd-14.2/tools/kerneldoc/subsys/
H A DDoxyfile-dev_cas6 PROJECT_NAME = "FreeBSD kernel CAS device code"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrAtomics.td41 (!cast<MxInst>("CAS"#size) !cast<MxRegOp>("MxDRD"#size):$cmp,
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr2-timings.yaml60 RAS-to-CAS delay in pico seconds.
H A Djedec,lpddr3-timings.yaml72 RAS-to-CAS delay in pico seconds.
H A Djedec,lpddr2.yaml95 RAS-to-CAS delay in terms of number of clock cycles. Obtained from
H A Djedec,lpddr3.yaml97 RAS-to-CAS delay in terms of number of clock cycles.
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dpkinit.asn1102 AD-INITIAL-VERIFIED-CAS ::= SEQUENCE OF ExternalPrincipalIdentifier
H A Dkrb5.asn1188 KRB5-AUTHDATA-INITIAL-VERIFIED-CAS(9),
H A DChangeLog120 * k5.asn1: Add KRB5-AUTHDATA-INITIAL-VERIFIED-CAS.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td85 def WriteAtomic : SchedWrite; // Atomic memory operations (CAS, Swap, LDOP)
H A DAArch64SchedExynosM5.td691 def : InstRW<[M5WriteLGW], (instregex "^CAS(A|AL|L)?[BHW]$")>;
692 def : InstRW<[M5WriteLGX], (instregex "^CAS(A|AL|L)?X$")>;
H A DAArch64InstrAtomics.td537 defm : CASregister_patterns<"CAS", "atomic_cmp_swap">;
H A DAArch64InstrFormats.td11733 // * CAS
11741 // CAS SZ |001000|1 |A |1 |Rs |R |11111 |Rn |Rt
11749 // CAS{<order>}[<size>] <Ws>, <Wt>, [<Xn|SP>]
11750 // CAS{<order>} <Xs>, <Xt>, [<Xn|SP>]
12299 // RCW[S]CAS{<order>} <Xs>, <Xt>, [<Xn|SP>]
12343 defm CAS : BaseRCWCAS<(outs GPR64:$out),
H A DAArch64InstrInfo.td2260 // v8.1 atomic CAS
2261 defm CAS : CompareAndSwap<0, 0, "">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1854 MachineInstrBuilder CAS; in legalizeAtomicCmpxchg128() local
1898 CAS = MIRBuilder.buildInstr(Opcode, {CASDst}, {CASDesired, CASNew, Addr}); in legalizeAtomicCmpxchg128()
1925 CAS = MIRBuilder.buildInstr(Opcode, {DstLo, DstHi, Scratch}, in legalizeAtomicCmpxchg128()
1931 CAS.cloneMemRefs(MI); in legalizeAtomicCmpxchg128()
1932 constrainSelectedInstRegOperands(*CAS, *ST->getInstrInfo(), in legalizeAtomicCmpxchg128()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1101 } else if (AtomicCmpXchgInst *CAS = dyn_cast<AtomicCmpXchgInst>(UseInst)) { in collectUsesWithPtrTypes() local
1102 if (CAS->isVolatile()) in collectUsesWithPtrTypes()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmsx280 # MSX .CAS file
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td138 // CAS instructions does not use an immediate even when i=1
H A DSparcInstrInfo.td461 // CAS is preferred for sparc v9.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td806 // Multiclass for CAS instructions.
1159 // Section 8.2.20 - CAS (Compare and Swap)
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.2006146 * kdc/kerberos5.c (_kdc_as_rep): add AD-INITAL-VERIFIED-CAS to the
/freebsd-14.2/contrib/tzdata/
H A Dasia472 # Guo Qing-sheng (National Time-Service Center, CAS, Xi'an 710600, China)
487 # Guo Qing-sheng (Shaanxi Astronomical Observatory, CAS, Xi'an 710600, China)

12