Searched refs:atomic_store_mask64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 70 static void atomic_store_mask64(CPUHPPAState *env, target_ulong addr, in atomic_store_mask64() function 149 atomic_store_mask64(env, addr, val, 0x000000ffffffffffull, 5, ra); in do_stdby_b() 158 atomic_store_mask64(env, addr, val, 0x0000ffffffffffffull, 6, ra); in do_stdby_b() 167 atomic_store_mask64(env, addr, val, 0x00ffffffffffffffull, 7, ra); in do_stdby_b() 236 atomic_store_mask64(env, addr - 7, val, in do_stdby_e() 247 atomic_store_mask64(env, addr - 6, val, in do_stdby_e() 257 atomic_store_mask64(env, addr - 5, val, in do_stdby_e()
|