Searched refs:TCGOpcode (Results 1 – 9 of 9) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 28 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 …]
|
D | tcg.h | 50 typedef enum TCGOpcode { enum 55 } TCGOpcode; typedef 449 TCGOpcode op;
|
D | tcg.c | 875 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/ |
D | tcg-target.c | 1116 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/hppa/ |
D | tcg-target.c | 1256 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 1294 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 1412 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 1432 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()
|