Searched defs:tcg_op_defs (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/
H A Doptimize.c84 const TCGOpDef *def = &tcg_op_defs[op];
515 TCGArg *args, TCGOpDef *tcg_op_defs)
537 def = &tcg_op_defs[op];
1160 TCGArg *args, TCGOpDef *tcg_op_defs)
1163 res = tcg_constant_folding(s, tcg_opc_ptr, args, tcg_op_defs);
514 tcg_constant_folding(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args, TCGOpDef *tcg_op_defs) argument
1159 tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args, TCGOpDef *tcg_op_defs) argument
H A Dtcg.c110 TCGOpDef tcg_op_defs[] = { variable
115 const size_t tcg_op_defs_max = ARRAY_SIZE(tcg_op_defs);
303 def = &tcg_op_defs[op];
312 def = &tcg_op_defs[op];
1107 def = &tcg_op_defs[c];
1304 def = &tcg_op_defs[op];
1371 for (op = 0; op < ARRAY_SIZE(tcg_op_defs); op++) {
1372 const TCGOpDef *def = &tcg_op_defs[op];
1461 def = &tcg_op_defs[op];
2448 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[
[all...]

Completed in 30 milliseconds