/external/qemu/ |
gen-icount.h | 5 static TCGArg *icount_arg;
|
def-helper.h | 160 TCGArg args[1]; \ 171 TCGArg args[2]; \ 183 TCGArg args[3]; \ 196 TCGArg args[4]; \
|
translate-all.c | 38 TCGArg gen_opparam_buf[OPPARAM_BUF_SIZE];
|
/external/qemu/tcg/ |
tcg.h | 123 typedef tcg_target_ulong TCGArg; 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);
|
tcg-op.h | 40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) 60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) 67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) 74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) 100 TCGv_i32 arg2, TCGArg arg3) 109 TCGv_i64 arg2, TCGArg arg3) 118 TCGv_ptr base, TCGArg offset) 127 TCGv_ptr base, TCGArg offset) 136 TCGv_i32 addr, TCGArg mem_index [all...] |
tcg.c | 82 TCGArg *gen_opparam_ptr; 596 int sizemask, TCGArg ret, int nargs, TCGArg *args) 604 TCGArg *nparam; 873 const TCGArg *args; 874 TCGArg arg; 901 TCGArg arg; [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 518 static void tcg_out_cmp(TCGContext *s, TCGArg c1, TCGArg c2, int c2const) 524 TCGArg arg1, TCGArg arg2, int const_arg2, 534 TCGArg arg1, TCGArg arg2, int const_arg2, 543 TCGArg al, TCGArg ah, 544 TCGArg bl, int blconst, 545 TCGArg bh, int bhconst, int label_dest [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1, 749 TCGArg c2, int c2const, int label_index) 794 static void tcg_out_comclr(TCGContext *s, int cond, TCGArg ret, 795 TCGArg c1, TCGArg c2, int c2const) 816 static void tcg_out_brcond2(TCGContext *s, int cond, TCGArg al, TCGArg ah, 817 TCGArg bl, int blconst, TCGArg bh, int bhconst, 836 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg ret [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 762 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, 778 TCGArg arg1, TCGArg arg2, int const_arg2, 787 TCGArg arg1, TCGArg arg2, int const_arg2, 796 static void tcg_out_brcond2(TCGContext *s, const TCGArg *args, 877 static void tcg_out_setcond32(TCGContext *s, TCGCond cond, TCGArg dest, 878 TCGArg arg1, TCGArg arg2, int const_arg2 [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 502 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2, 522 TCGArg arg1, TCGArg arg2, int const_arg2, 529 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg dest, 530 TCGArg arg1, TCGArg arg2, int const_arg2, int rexw) 557 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, 751 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, 906 static inline void tcg_out_op(TCGContext *s, int opc, const TCGArg *args [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) 724 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) 990 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, 1078 static void tcg_out_cr7eq_from_cond (TCGContext *s, const TCGArg *args, 1122 static void tcg_out_setcond (TCGContext *s, TCGCond cond, TCGArg arg0, 1123 TCGArg arg1, TCGArg arg2, int const_arg2) 1231 static void tcg_out_setcond2 (TCGContext *s, const TCGArg *args, [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 617 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) 764 static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc) 976 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, 1050 TCGArg arg0, TCGArg arg1, TCGArg arg2, 1182 TCGArg arg1, TCGArg arg2, int const_arg2, 1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | 956 static inline void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) [all...] |