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

  /external/qemu/
gen-icount.h 22 tcg_gen_ld_i32(count, cpu_env, offsetof(CPUState, icount_decr.u32));
  /external/qemu/tcg/
tcg-op.h 376 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) function
683 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
690 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
700 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset);
701 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4);
703 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset);
704 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset + 4);
    [all...]
  /external/qemu/target-arm/
translate.c 175 tcg_gen_ld_i32(tmp, cpu_env, offset);
202 tcg_gen_ld_i32(var, cpu_env, offsetof(CPUState, regs[reg]));
    [all...]

Completed in 20 milliseconds