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.c826 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_nonatomic_cmpxchg_i32_int()
848 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_nonatomic_cmpxchg_i32_chk()
858 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_atomic_cmpxchg_i32_int()
885 TCGv_i32 cmpv, TCGv_i32 newv, in tcg_gen_atomic_cmpxchg_i32_chk()
895 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_nonatomic_cmpxchg_i64_int()
930 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_nonatomic_cmpxchg_i64_chk()
940 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_atomic_cmpxchg_i64_int()
1002 TCGv_i64 cmpv, TCGv_i64 newv, in tcg_gen_atomic_cmpxchg_i64_chk()
1054 TCGv_i128 cmpv, TCGv_i128 newv, in tcg_gen_nonatomic_cmpxchg_i128_chk()
1064 TCGv_i128 cmpv, TCGv_i128 newv, in tcg_gen_atomic_cmpxchg_i128_int()
[all …]
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.h236 intptr_t newv, int cpu) in rseq_cmpeqv_storev()
309 intptr_t newv, int cpu) in rseq_cmpeqv_trystorev_storev()
337 intptr_t newv, int cpu) in rseq_cmpeqv_cmpeqv_storev()
354 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.c1894 TCGv oldv, TCGv newv, TCGv cmpv, TCGv addr) in gen_cas_asi()