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

/external/qemu/tcg/
H A Dtcg.h622 /* Bits for TCGOpDef->flags, 8 bits available. */
638 typedef struct TCGOpDef { struct
647 } TCGOpDef; typedef in typeref:struct:TCGOpDef
649 extern TCGOpDef tcg_op_defs[];
705 TCGOpDef *tcg_op_def);
H A Dtcg.c110 TCGOpDef tcg_op_defs[] = {
291 TCGOpDef *def;
1099 const TCGOpDef *def;
1249 static int get_constraint_priority(const TCGOpDef *def, int k)
1271 static void sort_constraints(TCGOpDef *def, int start, int n)
1295 TCGOpDef *def;
1372 const TCGOpDef *def = &tcg_op_defs[op];
1440 const TCGOpDef *def;
2007 static void tcg_reg_alloc_mov(TCGContext *s, const TCGOpDef *def,
2089 const TCGOpDef *de
[all...]
H A Doptimize.c84 const TCGOpDef *def = &tcg_op_defs[op];
515 TCGArg *args, TCGOpDef *tcg_op_defs)
520 const TCGOpDef *def;
1160 TCGArg *args, TCGOpDef *tcg_op_defs)

Completed in 46 milliseconds