Home
last modified time | relevance | path

Searched refs:TCGArg (Results 1 – 7 of 7) sorted by relevance

/external/qemu/tcg/
Doptimize.c58 static void reset_temp(TCGArg temp) in reset_temp()
102 static TCGArg find_better_copy(TCGContext *s, TCGArg temp) in find_better_copy()
104 TCGArg i; in find_better_copy()
131 static bool temps_are_copies(TCGArg arg1, TCGArg arg2) in temps_are_copies()
133 TCGArg i; in temps_are_copies()
153 static void tcg_opt_gen_mov(TCGContext *s, TCGArg *gen_args, in tcg_opt_gen_mov()
154 TCGArg dst, TCGArg src) in tcg_opt_gen_mov()
177 static void tcg_opt_gen_movi(TCGArg *gen_args, TCGArg dst, TCGArg val) in tcg_opt_gen_movi()
201 static TCGArg do_constant_folding_2(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding_2()
331 static TCGArg do_constant_folding(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding()
[all …]
Dtcg.h254 typedef tcg_target_ulong TCGArg; typedef
353 #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
509 TCGArg gen_opparam_buf[OPPARAM_BUF_SIZE];
512 TCGArg *gen_opparam_ptr;
699 int sizemask, TCGArg ret, int nargs, TCGArg *args);
704 TCGArg *tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args,
710 void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);
Dtcg-op.h45 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i()
65 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32()
72 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64()
79 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii()
105 TCGv_i32 arg2, TCGArg arg3) in tcg_gen_op3i_i32()
114 TCGv_i64 arg2, TCGArg arg3) in tcg_gen_op3i_i64()
123 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i32()
132 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i64()
161 TCGv_i32 arg3, TCGArg arg4) in tcg_gen_op4i_i32()
171 TCGv_i64 arg3, TCGArg arg4) in tcg_gen_op4i_i64()
[all …]
Dtcg.c100 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
660 int sizemask, TCGArg ret, int nargs, TCGArg *args) in tcg_gen_callN()
665 TCGArg *nparam; in tcg_gen_callN()
859 void tcg_gen_qemu_ld_i32(TCGv_i32 val, TCGv addr, TCGArg idx, TCGMemOp memop) in tcg_gen_qemu_ld_i32()
894 void tcg_gen_qemu_st_i32(TCGv_i32 val, TCGv addr, TCGArg idx, TCGMemOp memop) in tcg_gen_qemu_st_i32()
930 void tcg_gen_qemu_ld_i64(TCGv_i64 val, TCGv addr, TCGArg idx, TCGMemOp memop) in tcg_gen_qemu_ld_i64()
965 void tcg_gen_qemu_st_i64(TCGv_i64 val, TCGv addr, TCGArg idx, TCGMemOp memop) in tcg_gen_qemu_st_i64()
1095 const TCGArg *args; in tcg_dump_ops()
1096 TCGArg arg; in tcg_dump_ops()
1124 TCGArg arg; in tcg_dump_ops()
[all …]
/external/qemu/tcg/i386/
Dtcg-target.c807 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, in tcg_out_cmp()
823 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond32()
832 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond64()
841 static void tcg_out_brcond2(TCGContext *s, const TCGArg *args, in tcg_out_brcond2()
922 static void tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond32()
923 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond32()
931 static void tcg_out_setcond64(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond64()
932 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond64()
939 static void tcg_out_setcond2(TCGContext *s, const TCGArg *args, in tcg_out_setcond2()
942 TCGArg new_args[6]; in tcg_out_setcond2()
[all …]
/external/qemu/include/exec/
Ddef-helper.h175 TCGArg args[1]; \
186 TCGArg args[2]; \
198 TCGArg args[3]; \
211 TCGArg args[4]; \
226 TCGArg args[5]; \
Dgen-icount.h8 static TCGArg *icount_arg;