HomeSort by relevance Sort by last modified time
    Searched refs:tcg_gen_st_i32 (Results 1 - 5 of 5) sorted by null

  /external/qemu/
gen-icount.h 39 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
46 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
  /external/qemu/tcg/
tcg-op.h 466 static inline void tcg_gen_st_i32(TCGv_i32 arg1, TCGv_ptr arg2, tcg_target_long offset) function
856 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset);
863 tcg_gen_st_i32(TCGV_HIGH(arg1), arg2, offset);
864 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset + 4);
866 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset);
867 tcg_gen_st_i32(TCGV_HIGH(arg1), arg2, offset + 4);
    [all...]
  /external/qemu/target-arm/
translate.c 152 tcg_gen_st_i32(var, cpu_env, offset);
378 #define gen_set_CF(var) tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, CF))
392 tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, NF));
393 tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, ZF));
735 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, thumb));
1119 tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass));
1135 #define tcg_gen_st_f32 tcg_gen_st_i32
1183 tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, iwmmxt.cregs[reg]));
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/qemu/target-mips/
translate.c 602 tcg_gen_st_i32(t, cpu_env, offsetof(CPUState, active_fpu.fpr[reg].w[FP_ENDIAN_IDX]));
612 tcg_gen_st_i32(t, cpu_env, offsetof(CPUState, active_fpu.fpr[reg].w[!FP_ENDIAN_IDX]));
    [all...]

Completed in 492 milliseconds