Searched refs:tcg_gen_ld_i64 (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 803 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_ptr arg2, function 1078 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_i64 arg2, tcg_target_long offset) function 2313 #define tcg_gen_ld_ptr tcg_gen_ld_i64 2327 #define tcg_gen_ld_tl tcg_gen_ld_i64
|
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 2938 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, offset); 2955 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, offset + offsetof(XMMReg, XMM_Q(0))); 2958 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, offset + offsetof(XMMReg, XMM_Q(1))); 2964 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, s_offset); 2966 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, s_offset + 8); 2972 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, s_offset); 3414 tcg_gen_ld_i64(cpu_tmp1_i64, cpu_env, 3553 tcg_gen_ld_i64(cpu_T[0], cpu_env, 3567 tcg_gen_ld_i64(cpu_T[0], cpu_env, 4040 tcg_gen_ld_i64(cpu_tmp1_i6 [all...] |
Completed in 118 milliseconds