Searched refs:cpu_stq_data_ra (Results 1 – 9 of 9) 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 | 198 cpu_stq_data_ra(env, addr, s390_vec_read_element64(v1, 0), GETPC()); in HELPER() 200 cpu_stq_data_ra(env, addr, s390_vec_read_element64(v1, 1), GETPC()); in HELPER()
|
| H A D | mem_helper.c | 2031 cpu_stq_data_ra(env, dest, env->cregs[i], ra); in HELPER()
|
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ldst.h | 449 # define cpu_stq_data_ra cpu_stq_be_data_ra macro 471 # define cpu_stq_data_ra cpu_stq_le_data_ra macro
|
| /openbmc/qemu/target/m68k/ |
| H A D | fpu_helper.c | 526 cpu_stq_data_ra(env, addr + 4, fp->l.lower, ra); in cpu_st_floatx80_ra() 548 cpu_stq_data_ra(env, addr, *(uint64_t *)&val, ra); in cpu_st_float64_ra()
|
| H A D | op_helper.c | 980 cpu_stq_data_ra(env, addr, data, ra); in bf_store()
|
| /openbmc/qemu/target/hppa/ |
| H A D | op_helper.c | 178 cpu_stq_data_ra(env, addr, val, ra); in do_stdby_b()
|
| /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 | 8378 cpu_stq_data_ra(env, addr + 0, pwd->d[0], ra); in helper_msa_st_d() 8379 cpu_stq_data_ra(env, addr + 8, pwd->d[1], ra); in helper_msa_st_d()
|