Searched refs:TCGv_ptr (Results 1 – 7 of 7) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 123 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i32() 132 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i64() 393 TCGv_ptr fn; in tcg_gen_helperN() 408 TCGv_ptr fn; in tcg_gen_helper32() 422 TCGv_ptr fn; in tcg_gen_helper64() 435 static inline void tcg_gen_ld8u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8u_i32() 440 static inline void tcg_gen_ld8s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld8s_i32() 445 static inline void tcg_gen_ld16u_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16u_i32() 450 static inline void tcg_gen_ld16s_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld16s_i32() 455 static inline void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld_i32() [all …]
|
D | tcg.h | 286 } TCGv_ptr; typedef 293 ({ TCGv_ptr make_tcgv_tmp = {i}; make_tcgv_tmp; }) 307 #define TCGv_ptr TCGv_i32 macro 309 #define TCGv_ptr TCGv_i64 macro 698 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
|
D | tcg.c | 659 void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags, in tcg_gen_callN()
|
/external/qemu/include/exec/ |
D | def-helper.h | 66 #define dh_retvar_decl0_ptr TCGv_ptr retval 73 #define dh_retvar_decl_ptr TCGv_ptr retval,
|
/external/qemu/target-arm/ |
D | translate.c | 85 static TCGv_ptr cpu_env; 519 TCGv_ptr tmp; in gen_arm_parallel_addsub() 566 TCGv_ptr tmp; in gen_thumb2_parallel_addsub() 900 static TCGv_ptr get_fpstatus_ptr(int neon) in get_fpstatus_ptr() 902 TCGv_ptr statusptr = tcg_temp_new_ptr(); in get_fpstatus_ptr() 916 TCGv_ptr fpst = get_fpstatus_ptr(0); \ 935 TCGv_ptr fpst = get_fpstatus_ptr(0); in VFP_OP2() 1004 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \ 1020 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \ in VFP_GEN_ITOF() 1039 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \ [all …]
|
/external/qemu/target-i386/ |
D | translate.c | 76 static TCGv_ptr cpu_env; 83 static TCGv_ptr cpu_ptr0, cpu_ptr1; 2966 typedef void (*SSEFunc_i_ep)(TCGv_i32 val, TCGv_ptr env, TCGv_ptr reg); 2967 typedef void (*SSEFunc_l_ep)(TCGv_i64 val, TCGv_ptr env, TCGv_ptr reg); 2968 typedef void (*SSEFunc_0_epi)(TCGv_ptr env, TCGv_ptr reg, TCGv_i32 val); 2969 typedef void (*SSEFunc_0_epl)(TCGv_ptr env, TCGv_ptr reg, TCGv_i64 val); 2970 typedef void (*SSEFunc_0_epp)(TCGv_ptr env, TCGv_ptr reg_a, TCGv_ptr reg_b); 2971 typedef void (*SSEFunc_0_eppi)(TCGv_ptr env, TCGv_ptr reg_a, TCGv_ptr reg_b, 2973 typedef void (*SSEFunc_0_ppi)(TCGv_ptr reg_a, TCGv_ptr reg_b, TCGv_i32 val); 2974 typedef void (*SSEFunc_0_eppt)(TCGv_ptr env, TCGv_ptr reg_a, TCGv_ptr reg_b,
|
/external/qemu/target-mips/ |
D | translate.c | 428 static TCGv_ptr cpu_env; 562 TCGv_ptr addr = tcg_temp_new_ptr(); in gen_load_srsgpr() 584 TCGv_ptr addr = tcg_temp_new_ptr(); in gen_store_srsgpr()
|