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

  /external/qemu/
gen-icount.h 17 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUState, icount_decr.u32));
  /external/qemu/tcg/
tcg-op.h 451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) function
816 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
823 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
833 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset);
834 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4);
836 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
837 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset + 4);
    [all...]
  /external/qemu/target-arm/
translate.c 144 tcg_gen_ld_i32(tmp, cpu_env, offset);
1113 tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass));
1133 #define tcg_gen_ld_f32 tcg_gen_ld_i32
1177 tcg_gen_ld_i32(var, cpu_env, offsetof(CPUState, iwmmxt.cregs[reg]));
    [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 71 milliseconds