Searched refs:cpu_stq_data_ra (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | mpx_helper.c | 116 cpu_stq_data_ra(env, bte, lb, ra); in helper_bndstx64() 117 cpu_stq_data_ra(env, bte + 8, ub, ra); in helper_bndstx64() 118 cpu_stq_data_ra(env, bte + 16, ptr, ra); in helper_bndstx64()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 199 cpu_stq_data_ra(env, addr, s390_vec_read_element64(v1, 0), GETPC()); in HELPER() 201 cpu_stq_data_ra(env, addr, s390_vec_read_element64(v1, 1), GETPC()); in HELPER()
|
H A D | mem_helper.c | 2015 cpu_stq_data_ra(env, dest, env->cregs[i], ra); in HELPER()
|
/openbmc/qemu/include/exec/ |
H A D | cpu_ldst.h | 316 # define cpu_stq_data_ra cpu_stq_be_data_ra macro 338 # define cpu_stq_data_ra cpu_stq_le_data_ra macro
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 527 cpu_stq_data_ra(env, addr + 4, fp->l.lower, ra); in cpu_st_floatx80_ra() 549 cpu_stq_data_ra(env, addr, *(uint64_t *)&val, ra); in cpu_st_float64_ra()
|
H A D | op_helper.c | 959 cpu_stq_data_ra(env, addr, data, ra); in bf_store()
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 175 cpu_stq_data_ra(env, addr, val, ra); in do_stdby_b()
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 113 cpu_stq_data_ra(env, va, env->mem_log_stores[slot_num].data64, ra); in commit_store()
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 2898 cpu_stq_data_ra(env, ea, calculated_hash, GETPC()); in do_hash()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 2341 cpu_stq_data_ra(env, a0 + i * 8, s->Q(i), GETPC()); in glue()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 8379 cpu_stq_data_ra(env, addr + 0, pwd->d[0], ra); in helper_msa_st_d() 8380 cpu_stq_data_ra(env, addr + 8, pwd->d[1], ra); in helper_msa_st_d()
|