Searched refs:TCGv_i32 (Results 1 – 8 of 8) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 33 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32() 51 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32() 65 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32() 86 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32() 87 TCGv_i32 arg3) in tcg_gen_op3_i32() 104 static inline void tcg_gen_op3i_i32(TCGOpcode opc, TCGv_i32 arg1, in tcg_gen_op3i_i32() 105 TCGv_i32 arg2, TCGArg arg3) in tcg_gen_op3i_i32() 122 static inline void tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, in tcg_gen_ldst_op_i32() 140 static inline void tcg_gen_op4_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op4_i32() 141 TCGv_i32 arg3, TCGv_i32 arg4) in tcg_gen_op4_i32() [all …]
|
D | tcg.h | 277 } TCGv_i32; typedef 289 ({ TCGv_i32 make_tcgv_tmp = {i}; make_tcgv_tmp;}) 304 typedef int TCGv_i32; typedef 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) in tcg_temp_new_i32() 571 static inline TCGv_i32 tcg_temp_local_new_i32(void) in tcg_temp_local_new_i32() 575 void tcg_temp_free_i32(TCGv_i32 arg); [all …]
|
D | tcg.c | 412 TCGv_i32 tcg_global_reg_new_i32(int reg, const char *name) in tcg_global_reg_new_i32() 489 TCGv_i32 tcg_global_mem_new_i32(int reg, intptr_t offset, const char *name) in tcg_global_mem_new_i32() 555 TCGv_i32 tcg_temp_new_internal_i32(int temp_local) in tcg_temp_new_internal_i32() 593 void tcg_temp_free_i32(TCGv_i32 arg) in tcg_temp_free_i32() 603 TCGv_i32 tcg_const_i32(int32_t val) in tcg_const_i32() 605 TCGv_i32 t0; in tcg_const_i32() 619 TCGv_i32 tcg_const_local_i32(int32_t val) in tcg_const_local_i32() 621 TCGv_i32 t0; in tcg_const_local_i32() 785 TCGv_i32 t0, t1; in tcg_gen_shifti_i64() 859 void tcg_gen_qemu_ld_i32(TCGv_i32 val, TCGv addr, TCGArg idx, TCGMemOp memop) in tcg_gen_qemu_ld_i32() [all …]
|
/external/qemu/include/exec/ |
D | gen-icount.h | 13 TCGv_i32 count; in gen_icount_start() 41 TCGv_i32 tmp = tcg_const_i32(1); in gen_io_start() 48 TCGv_i32 tmp = tcg_const_i32(0); in gen_io_end()
|
D | def-helper.h | 64 #define dh_retvar_decl0_i32 TCGv_i32 retval 71 #define dh_retvar_decl_i32 TCGv_i32 retval,
|
/external/qemu/target-mips/ |
D | 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(); in gen_load_srsgpr() 583 TCGv_i32 t2 = tcg_temp_new_i32(); in gen_store_srsgpr() 602 static inline void gen_load_fpr32 (TCGv_i32 t, int reg) in gen_load_fpr32() [all …]
|
/external/qemu/target-i386/ |
D | 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) in gen_helper_in_func() 813 static void gen_helper_out_func(int ot, TCGv_i32 v, TCGv_i32 n) in gen_helper_out_func() 1472 TCGv_i32 tmp = tcg_const_i32(opreg); in gen_helper_fp_arith_STN_ST0() 2966 typedef void (*SSEFunc_i_ep)(TCGv_i32 val, TCGv_ptr env, TCGv_ptr reg); 2968 typedef void (*SSEFunc_0_epi)(TCGv_ptr env, TCGv_ptr reg, TCGv_i32 val); 2972 TCGv_i32 val); 2973 typedef void (*SSEFunc_0_ppi)(TCGv_ptr reg_a, TCGv_ptr reg_b, TCGv_i32 val);
|
/external/qemu/target-arm/ |
D | 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;
|