| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_atomic.cpp | 743 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 D | lse.S | 149 #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 D | main.c | 92 #ifdef CAS 172 #ifdef CAS in main()
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_cas | 6 PROJECT_NAME = "FreeBSD kernel CAS device code"
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrAtomics.td | 41 (!cast<MxInst>("CAS"#size) !cast<MxRegOp>("MxDRD"#size):$cmp,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr2-timings.yaml | 60 RAS-to-CAS delay in pico seconds.
|
| H A D | jedec,lpddr3-timings.yaml | 72 RAS-to-CAS delay in pico seconds.
|
| H A D | jedec,lpddr2.yaml | 95 RAS-to-CAS delay in terms of number of clock cycles. Obtained from
|
| H A D | jedec,lpddr3.yaml | 97 RAS-to-CAS delay in terms of number of clock cycles.
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | pkinit.asn1 | 102 AD-INITIAL-VERIFIED-CAS ::= SEQUENCE OF ExternalPrincipalIdentifier
|
| H A D | krb5.asn1 | 188 KRB5-AUTHDATA-INITIAL-VERIFIED-CAS(9),
|
| H A D | ChangeLog | 120 * k5.asn1: Add KRB5-AUTHDATA-INITIAL-VERIFIED-CAS.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Schedule.td | 85 def WriteAtomic : SchedWrite; // Atomic memory operations (CAS, Swap, LDOP)
|
| H A D | AArch64SchedExynosM5.td | 691 def : InstRW<[M5WriteLGW], (instregex "^CAS(A|AL|L)?[BHW]$")>; 692 def : InstRW<[M5WriteLGX], (instregex "^CAS(A|AL|L)?X$")>;
|
| H A D | AArch64InstrAtomics.td | 537 defm : CASregister_patterns<"CAS", "atomic_cmp_swap">;
|
| H A D | AArch64InstrFormats.td | 11733 // * 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 D | AArch64InstrInfo.td | 2260 // v8.1 atomic CAS 2261 defm CAS : CompareAndSwap<0, 0, "">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 1854 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 D | AMDGPUPromoteAlloca.cpp | 1101 } 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 D | msx | 280 # MSX .CAS file
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrFormats.td | 138 // CAS instructions does not use an immediate even when i=1
|
| H A D | SparcInstrInfo.td | 461 // CAS is preferred for sparc v9.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 806 // Multiclass for CAS instructions. 1159 // Section 8.2.20 - CAS (Compare and Swap)
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 146 * kdc/kerberos5.c (_kdc_as_rep): add AD-INITAL-VERIFIED-CAS to the
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | asia | 472 # Guo Qing-sheng (National Time-Service Center, CAS, Xi'an 710600, China) 487 # Guo Qing-sheng (Shaanxi Astronomical Observatory, CAS, Xi'an 710600, China)
|