Home
last modified time | relevance | path

Searched refs:CMPXCHG (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dia64-opc-m.c428 {"cmpxchg1.acq", CMPXCHG (0x00, 0)},
429 {"cmpxchg1.acq.nt1", CMPXCHG (0x00, 1)},
430 {"cmpxchg1.acq.nta", CMPXCHG (0x00, 3)},
431 {"cmpxchg2.acq", CMPXCHG (0x01, 0)},
434 {"cmpxchg4.acq", CMPXCHG (0x02, 0)},
437 {"cmpxchg8.acq", CMPXCHG (0x03, 0)},
443 {"cmpxchg1.rel", CMPXCHG (0x04, 0)},
446 {"cmpxchg2.rel", CMPXCHG (0x05, 0)},
449 {"cmpxchg4.rel", CMPXCHG (0x06, 0)},
452 {"cmpxchg8.rel", CMPXCHG (0x07, 0)},
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dia64-opc-m.c428 {"cmpxchg1.acq", CMPXCHG (0x00, 0)},
429 {"cmpxchg1.acq.nt1", CMPXCHG (0x00, 1)},
430 {"cmpxchg1.acq.nta", CMPXCHG (0x00, 3)},
431 {"cmpxchg2.acq", CMPXCHG (0x01, 0)},
434 {"cmpxchg4.acq", CMPXCHG (0x02, 0)},
437 {"cmpxchg8.acq", CMPXCHG (0x03, 0)},
443 {"cmpxchg1.rel", CMPXCHG (0x04, 0)},
446 {"cmpxchg2.rel", CMPXCHG (0x05, 0)},
449 {"cmpxchg4.rel", CMPXCHG (0x06, 0)},
452 {"cmpxchg8.rel", CMPXCHG (0x07, 0)},
[all …]
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dptw32_InterlockedCompareExchange.c85 LOCK CMPXCHG dword ptr [ecx],edx in ptw32_InterlockedCompareExchange()
99 CMPXCHG dword ptr [ecx],edx in ptw32_InterlockedCompareExchange()
223 CMPXCHG dword ptr [ecx],edx in ptw32_InterlockedExchange()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/gc/z/
H A Dz_ppc.ad176 format %{ "CMPXCHG $res, $mem, $oldval, $newval; as bool; ptr" %}
194 format %{ "CMPXCHG acq $res, $mem, $oldval, $newval; as bool; ptr" %}
212 format %{ "weak CMPXCHG $res, $mem, $oldval, $newval; as bool; ptr" %}
230 format %{ "weak CMPXCHG acq $res, $mem, $oldval, $newval; as bool; ptr" %}
251 format %{ "CMPXCHG $res, $mem, $oldval, $newval; as ptr; ptr" %}
271 format %{ "CMPXCHG acq $res, $mem, $oldval, $newval; as ptr; ptr" %}
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h37 #define CMPXCHG cmpxchg macro
39 #define CMPXCHG cmpxchg64 macro
55 #define CMPXCHG cmpxchg macro
68 #define CMPXCHG cmpxchg64 macro
158 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
181 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
1113 #undef CMPXCHG
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h37 #define CMPXCHG cmpxchg macro
39 #define CMPXCHG cmpxchg64 macro
55 #define CMPXCHG cmpxchg macro
68 #define CMPXCHG cmpxchg64 macro
158 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
181 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
1113 #undef CMPXCHG
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h37 #define CMPXCHG cmpxchg macro
39 #define CMPXCHG cmpxchg64 macro
55 #define CMPXCHG cmpxchg macro
68 #define CMPXCHG cmpxchg64 macro
158 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
181 ret = CMPXCHG(&table[index], orig_pte, new_pte); in FNAME()
1113 #undef CMPXCHG
/dports/sysutils/cmogstored/cmogstored-1.8.1/m4/
H A Dgcc_atomics.m42 dnl we need to test for CMPXCHG in particular since i386-only targets lack it
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/locking/
H A Drt-mutex-design.rst337 the architecture does not support CMPXCHG, then this macro is simply set
338 to fail every time. But if CMPXCHG is supported, then this will
424 done when we have CMPXCHG enabled (otherwise the fast taking automatically
426 taken with the CMPXCHG and nothing else needs to be done.
441 does not implement CMPXCHG would always grab the lock (if there's no
518 CMPXCHG. Since the taking of a mutex on contention always sets the
524 If the owner field has the "Has Waiters" bit set (or CMPXCHG is not available),
531 do not have CMPXCHG, this is the location that the owner of the mutex will
533 do have CMPXCHG, that check is done in the fast path, but it is still needed
535 or timeout between the time the owner failed the fast path CMPXCHG check and
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/locking/
H A Drt-mutex-design.rst337 the architecture does not support CMPXCHG, then this macro is simply set
338 to fail every time. But if CMPXCHG is supported, then this will
424 done when we have CMPXCHG enabled (otherwise the fast taking automatically
426 taken with the CMPXCHG and nothing else needs to be done.
441 does not implement CMPXCHG would always grab the lock (if there's no
518 CMPXCHG. Since the taking of a mutex on contention always sets the
524 If the owner field has the "Has Waiters" bit set (or CMPXCHG is not available),
531 do not have CMPXCHG, this is the location that the owner of the mutex will
533 do have CMPXCHG, that check is done in the fast path, but it is still needed
535 or timeout between the time the owner failed the fast path CMPXCHG check and
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/locking/
H A Drt-mutex-design.rst337 the architecture does not support CMPXCHG, then this macro is simply set
338 to fail every time. But if CMPXCHG is supported, then this will
424 done when we have CMPXCHG enabled (otherwise the fast taking automatically
426 taken with the CMPXCHG and nothing else needs to be done.
441 does not implement CMPXCHG would always grab the lock (if there's no
518 CMPXCHG. Since the taking of a mutex on contention always sets the
524 If the owner field has the "Has Waiters" bit set (or CMPXCHG is not available),
531 do not have CMPXCHG, this is the location that the owner of the mutex will
533 do have CMPXCHG, that check is done in the fast path, but it is still needed
535 or timeout between the time the owner failed the fast path CMPXCHG check and
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Bitcode/
H A Dinvalid.test240 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
242 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
244 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
246 RUN: FileCheck --check-prefix=CMPXCHG-ORDERING %s
248 CMPXCHG-ORDERING: Invalid cmpxchg {{failure|success}} ordering
/dports/devel/dev86/dev86-0.16.20/as/asm/
H A Dsummary.as79 CMPXCHG ; r/m8,r8
80 CMPXCHG ; r/m16,r16
81 CMPXCHG ; r/m32,r32
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DInstr.hs329 | CMPXCHG Format Operand Operand -- src (r), dst (r/m), eax implicit
431 CMPXCHG _ src dst -> usageRMM src dst (OpReg eax)
589 CMPXCHG fmt src dst -> patch2 (CMPXCHG fmt) src dst
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dplan9x.go162 CMPXCHG: true,
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dia64-opc-m.c438 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY macro
449 {"cmpxchg"#n"."#s, CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 0)}, \
451 {"cmpxchg"#n"."#s".nt1", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 1)}, \
453 {"cmpxchg"#n"."#s".nta", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 3)}, \
469 #undef CMPXCHG
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dia64-opc-m.c437 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY macro
448 {"cmpxchg"#n"."#s, CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 0)}, \
450 {"cmpxchg"#n"."#s".nt1", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 1)}, \
452 {"cmpxchg"#n"."#s".nta", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 3)}, \
468 #undef CMPXCHG
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Dia64-opc-m.c437 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY macro
448 {"cmpxchg"#n"."#s, CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 0)}, \
450 {"cmpxchg"#n"."#s".nt1", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 1)}, \
452 {"cmpxchg"#n"."#s".nta", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 3)}, \
468 #undef CMPXCHG
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dplan9x.go181 CMPXCHG: true,
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A Dplan9x.go181 CMPXCHG: true,

12345678910