Searched refs:cpu_stq_data (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-i386/ |
D | mem_helper.c | 49 cpu_stq_data(env, a0, ((uint64_t)ECX << 32) | (uint32_t)EBX); in helper_cmpxchg8b() 53 cpu_stq_data(env, a0, d); in helper_cmpxchg8b() 73 cpu_stq_data(env, a0, EBX); in helper_cmpxchg16b() 74 cpu_stq_data(env, a0 + 8, ECX); in helper_cmpxchg16b() 78 cpu_stq_data(env, a0, d0); in helper_cmpxchg16b() 79 cpu_stq_data(env, a0 + 8, d1); in helper_cmpxchg16b()
|
D | fpu_helper.c | 84 cpu_stq_data(env, ptr, f.low); in helper_fstt() 1068 cpu_stq_data(env, ptr + 0x08, 0); /* rip */ in helper_fxsave() 1069 cpu_stq_data(env, ptr + 0x10, 0); /* rdp */ in helper_fxsave() 1100 cpu_stq_data(env, addr, env->xmm_regs[i].XMM_Q(0)); in helper_fxsave() 1101 cpu_stq_data(env, addr + 8, env->xmm_regs[i].XMM_Q(1)); in helper_fxsave()
|
D | seg_helper.c | 1204 cpu_stq_data(env, esp, cpu_ldq_data(env, ebp)); in helper_enter64_level() 1207 cpu_stq_data(env, esp, t1); in helper_enter64_level()
|
/external/qemu/include/exec/ |
D | cpu-all.h | 285 #define cpu_stq_data(env, addr, data) stq_raw(addr, data) macro
|