Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-common.c28 TCGOpDef tcg_op_defs[] = {
H A Dtcg.c1304 TCGOpDef *def; in tcg_context_init()
2564 const TCGOpDef *def; in tcg_dump_ops()
2892 static int get_constraint_priority(const TCGOpDef *def, int k) in get_constraint_priority()
2924 static void sort_constraints(TCGOpDef *def, int start, int n) in sort_constraints()
2953 TCGOpDef *def = &tcg_op_defs[op]; in process_op_defs()
3547 const TCGOpDef *def; in liveness_pass_0()
3620 const TCGOpDef *def = &tcg_op_defs[opc]; in liveness_pass_1()
3969 const TCGOpDef *def = &tcg_op_defs[opc]; in liveness_pass_2()
4805 const TCGOpDef * const def = &tcg_op_defs[op->opc]; in tcg_reg_alloc_op()
H A Doptimize.c969 const TCGOpDef *def = &tcg_op_defs[op->opc]; in finish_folding()
2073 const TCGOpDef *def = &tcg_op_defs[op->opc]; in fold_qemu_ld()
2816 const TCGOpDef *def; in tcg_optimize()
H A Dtci.c1070 const TCGOpDef *def; in print_insn_tci()
/openbmc/qemu/include/tcg/
H A Dtcg.h821 typedef struct TCGOpDef { struct
826 } TCGOpDef; argument
828 extern TCGOpDef tcg_op_defs[];