Home
last modified time | relevance | path

Searched refs:TCGOpcode (Results 1 – 9 of 9) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32()
34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) in tcg_gen_op1_i64()
40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i()
46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32()
53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_op2_i64()
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()
81 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32()
90 static inline void tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op3_i64()
[all …]
Dtcg.h50 typedef enum TCGOpcode { enum
55 } TCGOpcode; typedef
449 TCGOpcode op;
Dtcg.c875 TCGOpcode c; in tcg_dump_ops()
1063 TCGOpcode op; in tcg_add_target_add_op_defs()
1069 if (tdefs->op == (TCGOpcode)-1) in tcg_add_target_add_op_defs()
1212 TCGOpcode op; in tcg_liveness_analysis()
1660 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op()
1827 TCGOpcode opc, const TCGArg *args, in tcg_reg_alloc_call()
2024 TCGOpcode opc; in tcg_gen_code_common()
/external/qemu/tcg/sparc/
Dtcg-target.c1116 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
/external/qemu/tcg/hppa/
Dtcg-target.c1256 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
/external/qemu/tcg/ppc64/
Dtcg-target.c1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
/external/qemu/tcg/ppc/
Dtcg-target.c1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
/external/qemu/tcg/arm/
Dtcg-target.c1412 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()
/external/qemu/tcg/i386/
Dtcg-target.c1432 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()