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

  /external/qemu/target-arm/
translate-android.h 188 TCGv_ptr tmp_pc = tcg_const_ptr(pc & ~1);
189 TCGv_ptr tmp_ret = tcg_const_ptr(ret & ~1);
201 TCGv_ptr tmp_ret = tcg_const_ptr(ret & ~1);
translate.c 90 static TCGv_ptr cpu_env;
527 TCGv_ptr tmp;
574 TCGv_ptr tmp;
995 TCGv_ptr statusptr = tcg_temp_new_ptr(); \
1018 TCGv_ptr statusptr = tcg_temp_new_ptr(); \
1044 TCGv_ptr statusptr = tcg_temp_new_ptr(); \
    [all...]
  /external/qemu/tcg/
tcg.h 133 and TCGv_i64 are 32/64-bit variables respectively. TCGv and TCGv_ptr
465 #define TCGv_ptr TCGv_i32
475 #define TCGv_ptr TCGv_i64
483 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
tcg-op.h 118 TCGv_ptr base, TCGArg offset)
127 TCGv_ptr base, TCGArg offset)
391 TCGv_ptr fn;
406 TCGv_ptr fn;
419 TCGv_ptr fn;
431 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
436 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
441 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
446 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset)
451 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset
    [all...]
tcg.c 595 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
    [all...]
  /external/qemu/
def-helper.h 63 #define dh_retvar_decl0_ptr TCGv_ptr retval
69 #define dh_retvar_decl_ptr TCGv_ptr retval,
  /external/qemu/target-i386/
translate.c 64 static TCGv_ptr cpu_env;
71 static TCGv_ptr cpu_ptr0, cpu_ptr1;
    [all...]
  /external/qemu/target-mips/
translate.c 429 static TCGv_ptr cpu_env;
555 TCGv_ptr addr = tcg_temp_new_ptr();
577 TCGv_ptr addr = tcg_temp_new_ptr();
    [all...]

Completed in 63 milliseconds