Searched refs:tcg_gen_ld_i64 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 631 static inline void tcg_gen_ld_i64(TCGv ret, TCGv arg2, tcg_target_long offset) in tcg_gen_ld_i64() function 867 static inline void tcg_gen_ld_i64(TCGv ret, TCGv arg2, tcg_target_long offset) in tcg_gen_ld_i64() function 1595 #define tcg_gen_ld_ptr tcg_gen_ld_i64 1610 #define tcg_gen_ld_tl tcg_gen_ld_i64
|
/external/qemu/target-arm/ |
D | translate.c | 1226 tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(1, reg)); in neon_load_reg64() 1235 #define tcg_gen_ld_f64 tcg_gen_ld_i64 1267 tcg_gen_ld_i64(var, cpu_env, offsetof(CPUState, iwmmxt.regs[reg])); in iwmmxt_load_reg()
|