Home
last modified time | relevance | path

Searched defs:newv (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c878 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_nonatomic_cmpxchg_i32_int()
900 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_nonatomic_cmpxchg_i32_chk()
910 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_atomic_cmpxchg_i32_int()
937 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_atomic_cmpxchg_i32_chk()
947 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_nonatomic_cmpxchg_i64_int()
982 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_nonatomic_cmpxchg_i64_chk()
992 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_atomic_cmpxchg_i64_int()
1054 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_atomic_cmpxchg_i64_chk()
1063 TCGv_i128 cmpv, TCGv_i128 newv, in tcg_gen_nonatomic_cmpxchg_i128_int()
1106 TCGv_i128 cmpv, TCGv_i128 newv, in tcg_gen_nonatomic_cmpxchg_i128_chk()
[all …]
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.h243 intptr_t newv, int cpu) in rseq_cmpeqv_storev()
316 intptr_t newv, int cpu) in rseq_cmpeqv_trystorev_storev()
344 intptr_t newv, int cpu) in rseq_cmpeqv_cmpeqv_storev()
361 intptr_t newv, int cpu) in rseq_cmpeqv_trymemcpy_storev()
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-xchg.h28 u32 oldv, newv; in __xchg_cmpxchg() local
/openbmc/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h102 u32 oldv, newv; in xchg_small() local
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h185 u32 oldv, newv; in xchg_small() local
/openbmc/qemu/hw/xtensa/
H A Dmx_pic.c189 uint32_t oldv, newv; in xtensa_mx_pic_ext_reg_write() local
/openbmc/qemu/target/sparc/
H A Dtranslate.c1929 TCGv oldv, TCGv newv, TCGv cmpv, TCGv addr) in gen_cas_asi()