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

  /external/qemu/target-arm/
translate.c 103 static TCGv cpu_F0s, cpu_F1s;
141 static inline TCGv load_cpu_offset(int offset)
143 TCGv tmp = tcg_temp_new_i32();
150 static inline void store_cpu_offset(TCGv var, int offset)
160 static void load_reg_var(DisasContext *s, TCGv var, int reg)
176 static inline TCGv load_reg(DisasContext *s, int reg)
178 TCGv tmp = tcg_temp_new_i32();
185 static void store_reg(DisasContext *s, int reg, TCGv var)
205 static inline void gen_set_cpsr(TCGv var, uint32_t mask)
207 TCGv tmp_mask = tcg_const_i32(mask)
    [all...]
translate-android.h 286 TCGv tmp = tcg_temp_new_i32();
  /external/qemu/tcg/
tcg-op.h     [all...]
  /external/qemu/target-i386/
translate.c 64 static TCGv cpu_A0, cpu_cc_src, cpu_cc_dst, cpu_cc_tmp;
67 static TCGv cpu_T[2], cpu_T3;
69 static TCGv cpu_tmp0, cpu_tmp4;
73 static TCGv cpu_tmp5, cpu_tmp6;
273 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0)
342 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg)
529 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
568 static inline void gen_op_st_v(int idx, TCGv t0, TCGv a0
    [all...]

Completed in 37 milliseconds