/external/qemu/tcg/sparc/ |
D | tcg-target.c | 518 static void tcg_out_cmp(TCGContext *s, TCGArg c1, TCGArg c2, int c2const) in tcg_out_cmp() 524 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond_i32() 534 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond_i64() 543 TCGArg al, TCGArg ah, in tcg_out_brcond2_i32() 544 TCGArg bl, int blconst, in tcg_out_brcond2_i32() 545 TCGArg bh, int bhconst, int label_dest) in tcg_out_brcond2_i32() 590 static void tcg_out_setcond_i32(TCGContext *s, TCGCond cond, TCGArg ret, in tcg_out_setcond_i32() 591 TCGArg c1, TCGArg c2, int c2const) in tcg_out_setcond_i32() 593 TCGArg t; in tcg_out_setcond_i32() 646 static void tcg_out_setcond_i64(TCGContext *s, TCGCond cond, TCGArg ret, in tcg_out_setcond_i64() [all …]
|
/external/qemu/tcg/ |
D | tcg.h | 123 typedef tcg_target_ulong TCGArg; typedef 204 #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1)) 334 extern TCGArg *gen_opparam_ptr; 336 extern TCGArg gen_opparam_buf[]; 484 int sizemask, TCGArg ret, int nargs, TCGArg *args); 494 void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);
|
D | tcg-op.h | 40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i() 60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32() 67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64() 74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii() 100 TCGv_i32 arg2, TCGArg arg3) in tcg_gen_op3i_i32() 109 TCGv_i64 arg2, TCGArg arg3) in tcg_gen_op3i_i64() 118 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i32() 127 TCGv_ptr base, TCGArg offset) in tcg_gen_ldst_op_i64() 136 TCGv_i32 addr, TCGArg mem_index) in tcg_gen_qemu_ldst_op_i64_i32() 145 TCGv_i64 addr, TCGArg mem_index) in tcg_gen_qemu_ldst_op_i64_i64() [all …]
|
D | tcg.c | 82 TCGArg *gen_opparam_ptr; 596 int sizemask, TCGArg ret, int nargs, TCGArg *args) in tcg_gen_callN() 604 TCGArg *nparam; in tcg_gen_callN() 873 const TCGArg *args; in tcg_dump_ops() 874 TCGArg arg; in tcg_dump_ops() 901 TCGArg arg; in tcg_dump_ops() 1167 TCGArg *args, int nb_args) in tcg_set_nop() 1213 TCGArg *args; in tcg_liveness_analysis() 1579 static void tcg_reg_alloc_movi(TCGContext *s, const TCGArg *args) in tcg_reg_alloc_movi() 1601 const TCGArg *args, in tcg_reg_alloc_mov() [all …]
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1, in tcg_out_brcond() 749 TCGArg c2, int c2const, int label_index) in tcg_out_brcond() 794 static void tcg_out_comclr(TCGContext *s, int cond, TCGArg ret, in tcg_out_comclr() 795 TCGArg c1, TCGArg c2, int c2const) in tcg_out_comclr() 816 static void tcg_out_brcond2(TCGContext *s, int cond, TCGArg al, TCGArg ah, in tcg_out_brcond2() 817 TCGArg bl, int blconst, TCGArg bh, int bhconst, in tcg_out_brcond2() 836 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg ret, in tcg_out_setcond() 837 TCGArg c1, TCGArg c2, int c2const) in tcg_out_setcond() 843 static void tcg_out_setcond2(TCGContext *s, int cond, TCGArg ret, in tcg_out_setcond2() 844 TCGArg al, TCGArg ah, TCGArg bl, int blconst, in tcg_out_setcond2() [all …]
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 762 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, in tcg_out_cmp() 778 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond32() 787 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond64() 796 static void tcg_out_brcond2(TCGContext *s, const TCGArg *args, in tcg_out_brcond2() 877 static void tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond32() 878 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond32() 886 static void tcg_out_setcond64(TCGContext *s, TCGCond cond, TCGArg dest, in tcg_out_setcond64() 887 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond64() 894 static void tcg_out_setcond2(TCGContext *s, const TCGArg *args, in tcg_out_setcond2() 897 TCGArg new_args[6]; in tcg_out_setcond2() [all …]
|
/external/qemu/ |
D | def-helper.h | 160 TCGArg args[1]; \ 171 TCGArg args[2]; \ 183 TCGArg args[3]; \ 196 TCGArg args[4]; \
|
D | gen-icount.h | 5 static TCGArg *icount_arg;
|
D | translate-all.c | 38 TCGArg gen_opparam_buf[OPPARAM_BUF_SIZE];
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 502 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, in tcg_out_cmp() 522 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond() 529 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg dest, in tcg_out_setcond() 530 TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) in tcg_out_setcond() 557 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, in tcg_out_qemu_ld() 751 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, in tcg_out_qemu_st() 906 static inline void tcg_out_op(TCGContext *s, int opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 724 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, in tcg_out_cmp() 1078 static void tcg_out_cr7eq_from_cond (TCGContext *s, const TCGArg *args, in tcg_out_cr7eq_from_cond() 1122 static void tcg_out_setcond (TCGContext *s, TCGCond cond, TCGArg arg0, in tcg_out_setcond() 1123 TCGArg arg1, TCGArg arg2, int const_arg2) in tcg_out_setcond() 1231 static void tcg_out_setcond2 (TCGContext *s, const TCGArg *args, in tcg_out_setcond2() 1247 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond() 1256 static void tcg_out_brcond2 (TCGContext *s, const TCGArg *args, in tcg_out_brcond2() 1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 617 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 764 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 976 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, in tcg_out_cmp() 1050 TCGArg arg0, TCGArg arg1, TCGArg arg2, in tcg_out_setcond() 1182 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond() 1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 956 static inline void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld() 1179 static inline void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st() 1413 const TCGArg *args, const int *const_args) in tcg_out_op()
|