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

  /external/qemu/include/exec/
gen-icount.h 13 TCGv_i32 count;
41 TCGv_i32 tmp = tcg_const_i32(1);
48 TCGv_i32 tmp = tcg_const_i32(0);
def-helper.h 64 #define dh_retvar_decl0_i32 TCGv_i32 retval
71 #define dh_retvar_decl_i32 TCGv_i32 retval,
  /external/qemu/tcg/
tcg-op.h 33 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1)
51 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2)
65 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2)
86 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2,
87 TCGv_i32 arg3)
104 static inline void tcg_gen_op3i_i32(TCGOpcode opc, TCGv_i32 arg1,
105 TCGv_i32 arg2, TCGArg arg3)
122 static inline void tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val
    [all...]
tcg.h 263 In addition we do typechecking for different types of variables. TCGv_i32
277 } TCGv_i32;
289 ({ TCGv_i32 make_tcgv_tmp = {i}; make_tcgv_tmp;})
304 typedef int TCGv_i32;
307 #define TCGv_ptr TCGv_i32
564 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name);
565 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name);
566 TCGv_i32 tcg_temp_new_internal_i32(int temp_local);
567 static inline TCGv_i32 tcg_temp_new_i32(void)
571 static inline TCGv_i32 tcg_temp_local_new_i32(void
    [all...]
tcg.c 412 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name)
489 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name)
555 TCGv_i32 tcg_temp_new_internal_i32(int temp_local)
593 void tcg_temp_free_i32(TCGv_i32 arg)
603 TCGv_i32 tcg_const_i32(int32_t val)
605 TCGv_i32 t0;
619 TCGv_i32 tcg_const_local_i32(int32_t val)
621 TCGv_i32 t0;
785 TCGv_i32 t0, t1;
859 void tcg_gen_qemu_ld_i32(TCGv_i32 val, TCGv addr, TCGArg idx, TCGMemOp memop
    [all...]
  /external/qemu/target-mips/
translate.c 432 static TCGv_i32 hflags;
433 static TCGv_i32 fpu_fcr0, fpu_fcr31;
440 TCGv_i32 helper_tmp = tcg_const_i32(arg); \
446 TCGv_i32 helper_tmp = tcg_const_i32(arg2); \
452 TCGv_i32 helper_tmp = tcg_const_i32(arg3); \
458 TCGv_i32 helper_tmp = tcg_const_i32(arg4); \
464 TCGv_i32 helper_tmp = tcg_const_i32(arg5); \
561 TCGv_i32 t2 = tcg_temp_new_i32();
583 TCGv_i32 t2 = tcg_temp_new_i32();
602 static inline void gen_load_fpr32 (TCGv_i32 t, int reg
    [all...]
  /external/qemu/target-i386/
translate.c 78 static TCGv_i32 cpu_cc_op;
84 static TCGv_i32 cpu_tmp2_i32, cpu_tmp3_i32;
798 static void gen_helper_in_func(int ot, TCGv v, TCGv_i32 n)
813 static void gen_helper_out_func(int ot, TCGv_i32 v, TCGv_i32 n)
    [all...]
  /external/qemu/target-arm/
translate.c 88 static TCGv_i32 cpu_R[16];
89 static TCGv_i32 cpu_exclusive_addr;
90 static TCGv_i32 cpu_exclusive_val;
91 static TCGv_i32 cpu_exclusive_high;
93 static TCGv_i32 cpu_exclusive_test;
94 static TCGv_i32 cpu_exclusive_info;
    [all...]

Completed in 585 milliseconds