Searched refs:tcg_gen_st_f32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dtranslate.c1123 #define tcg_gen_st_f32 tcg_gen_st_i32 macro
1147 tcg_gen_st_f32(cpu_F0s, cpu_env, vfp_reg_offset(dp, reg));
5292 tcg_gen_st_f32(cpu_F0s, cpu_env, neon_reg_offset(rd, pass));
5934 tcg_gen_st_f32(cpu_F0s, cpu_env, neon_reg_offset(rd, 0));
5937 tcg_gen_st_f32(cpu_F0s, cpu_env, neon_reg_offset(rd, 1));
5941 tcg_gen_st_f32(cpu_F0s, cpu_env, neon_reg_offset(rd, 2));
5944 tcg_gen_st_f32(cpu_F0s, cpu_env, neon_reg_offset(rd, 3));
6162 tcg_gen_st_f32(cpu_F0s, cpu_env,

Completed in 126 milliseconds