OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGArg
(Results
1 - 7
of
7
) sorted by null
/external/qemu/tcg/
optimize.c
58
static void reset_temp(
TCGArg
temp)
102
static
TCGArg
find_better_copy(TCGContext *s,
TCGArg
temp)
104
TCGArg
i;
131
static bool temps_are_copies(
TCGArg
arg1,
TCGArg
arg2)
133
TCGArg
i;
153
static void tcg_opt_gen_mov(TCGContext *s,
TCGArg
*gen_args,
154
TCGArg
dst,
TCGArg
src
[
all
...]
tcg.h
254
typedef tcg_target_ulong
TCGArg
;
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);
tcg-op.h
45
static inline void tcg_gen_op1i(TCGOpcode opc,
TCGArg
arg1)
65
static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1,
TCGArg
arg2)
72
static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1,
TCGArg
arg2)
79
static inline void tcg_gen_op2ii(TCGOpcode opc,
TCGArg
arg1,
TCGArg
arg2)
105
TCGv_i32 arg2,
TCGArg
arg3)
114
TCGv_i64 arg2,
TCGArg
arg3)
123
TCGv_ptr base,
TCGArg
offset)
132
TCGv_ptr base,
TCGArg
offset)
161
TCGv_i32 arg3,
TCGArg
arg4
[
all
...]
tcg.c
100
static void tcg_out_op(TCGContext *s, TCGOpcode opc, const
TCGArg
*args,
660
int sizemask,
TCGArg
ret, int nargs,
TCGArg
*args)
665
TCGArg
*nparam;
859
void tcg_gen_qemu_ld_i32(TCGv_i32 val, TCGv addr,
TCGArg
idx, TCGMemOp memop)
894
void tcg_gen_qemu_st_i32(TCGv_i32 val, TCGv addr,
TCGArg
idx, TCGMemOp memop)
930
void tcg_gen_qemu_ld_i64(TCGv_i64 val, TCGv addr,
TCGArg
idx, TCGMemOp memop)
965
void tcg_gen_qemu_st_i64(TCGv_i64 val, TCGv addr,
TCGArg
idx, TCGMemOp memop)
1095
const
TCGArg
*args;
1096
TCGArg
arg
[
all
...]
/external/qemu/include/exec/
gen-icount.h
8
static
TCGArg
*icount_arg;
def-helper.h
175
TCGArg
args[1]; \
186
TCGArg
args[2]; \
198
TCGArg
args[3]; \
211
TCGArg
args[4]; \
226
TCGArg
args[5]; \
/external/qemu/tcg/i386/
tcg-target.c
807
static void tcg_out_cmp(TCGContext *s,
TCGArg
arg1,
TCGArg
arg2,
823
TCGArg
arg1,
TCGArg
arg2, int const_arg2,
832
TCGArg
arg1,
TCGArg
arg2, int const_arg2,
841
static void tcg_out_brcond2(TCGContext *s, const
TCGArg
*args,
922
static void tcg_out_setcond32(TCGContext *s, TCGCond cond,
TCGArg
dest,
923
TCGArg
arg1,
TCGArg
arg2, int const_arg2
[
all
...]
Completed in 153 milliseconds