Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg-op.h28 static inline void tcg_gen_op0(TCGOpcode opc) in tcg_gen_op0()
33 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32()
39 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) in tcg_gen_op1_i64()
45 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i()
51 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32()
58 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_op2_i64()
65 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32()
72 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64()
79 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii()
86 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32()
[all …]
Doptimize.c82 static int op_bits(TCGOpcode op) in op_bits()
88 static TCGOpcode op_to_movi(TCGOpcode op) in op_to_movi()
187 static TCGOpcode op_to_mov(TCGOpcode op) in op_to_mov()
201 static TCGArg do_constant_folding_2(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding_2()
331 static TCGArg do_constant_folding(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding()
418 static TCGArg do_constant_folding_cond(TCGOpcode op, TCGArg x, in do_constant_folding_cond()
519 TCGOpcode op; in tcg_constant_folding()
631 TCGOpcode neg_op; in tcg_constant_folding()
Dtcg.h124 typedef enum TCGOpcode { enum
129 } TCGOpcode; typedef
653 TCGOpcode op;
Dtcg.c100 static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
837 static const TCGOpcode old_ld_opc[8] = {
852 static const TCGOpcode old_st_opc[4] = {
1097 TCGOpcode c; in tcg_dump_ops()
1294 TCGOpcode op; in tcg_add_target_add_op_defs()
1300 if (tdefs->op == (TCGOpcode)-1) in tcg_add_target_add_op_defs()
1438 TCGOpcode op, op_new, op_new2; in tcg_liveness_analysis()
2089 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op()
2257 TCGOpcode opc, const TCGArg *args, in tcg_reg_alloc_call()
2458 TCGOpcode opc; in tcg_gen_code_common()
/external/qemu/tcg/i386/
Dtcg-target.c1603 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()