HomeSort by relevance Sort by last modified time
    Searched refs:TCGv (Results 1 - 5 of 5) 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/target-mips/
translate.c 430 static TCGv cpu_gpr[32], cpu_PC;
431 static TCGv cpu_HI[MIPS_DSP_ACC], cpu_LO[MIPS_DSP_ACC], cpu_ACX[MIPS_DSP_ACC];
432 static TCGv cpu_dspctrl, btarget, bcond;
521 static inline void gen_load_gpr (TCGv t, int reg)
529 static inline void gen_store_gpr (TCGv t, int reg)
536 static inline void gen_load_ACX (TCGv t, int reg)
541 static inline void gen_store_ACX (TCGv t, int reg)
549 TCGv t0 = tcg_temp_new();
575 TCGv t0 = tcg_temp_new();
690 static inline void glue(gen_op_, name) (TCGv ret, TCGv t0, TCGv t1)
    [all...]
  /external/qemu/tcg/
tcg-op.h     [all...]
  /external/qemu/target-i386/
translate.c 65 static TCGv cpu_A0, cpu_cc_src, cpu_cc_dst, cpu_cc_tmp;
68 static TCGv cpu_T[2], cpu_T3;
70 static TCGv cpu_tmp0, cpu_tmp4;
74 static TCGv cpu_tmp5, cpu_tmp6;
274 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0)
343 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg)
530 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
569 static inline void gen_op_st_v(int idx, TCGv t0, TCGv a0
    [all...]

Completed in 100 milliseconds