Home
last modified time | relevance | path

Searched refs:TCGOpDef (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg.h638 typedef struct TCGOpDef { struct
647 } TCGOpDef; argument
649 extern TCGOpDef tcg_op_defs[];
705 TCGOpDef *tcg_op_def);
Dtcg.c110 TCGOpDef tcg_op_defs[] = {
291 TCGOpDef *def; in tcg_context_init()
1099 const TCGOpDef *def; in tcg_dump_ops()
1249 static int get_constraint_priority(const TCGOpDef *def, int k) in get_constraint_priority()
1271 static void sort_constraints(TCGOpDef *def, int start, int n) in sort_constraints()
1295 TCGOpDef *def; in tcg_add_target_add_op_defs()
1372 const TCGOpDef *def = &tcg_op_defs[op]; in tcg_add_target_add_op_defs()
1440 const TCGOpDef *def; in tcg_liveness_analysis()
2007 static void tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def, in tcg_reg_alloc_mov()
2089 const TCGOpDef *def, TCGOpcode opc, in tcg_reg_alloc_op()
[all …]
Doptimize.c84 const TCGOpDef *def = &tcg_op_defs[op]; in op_bits()
515 TCGArg *args, TCGOpDef *tcg_op_defs) in tcg_constant_folding()
520 const TCGOpDef *def; in tcg_constant_folding()
1160 TCGArg *args, TCGOpDef *tcg_op_defs) in tcg_optimize()