Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg-common.c29 const TCGOpDef tcg_op_defs[] = {
H A Doptimize.c967 const TCGOpDef *def = &tcg_op_defs[op->opc]; in finish_folding()
1034 const TCGOpDef *def = &tcg_op_defs[op->opc]; in fold_masks_zs()
2279 const TCGOpDef *def = &tcg_op_defs[op->opc]; in fold_qemu_ld_1reg()
3025 const TCGOpDef *def; in tcg_optimize()
H A Dtcg.c2940 const TCGOpDef *def; in tcg_dump_ops()
3513 const TCGOpDef *def = &tcg_op_defs[opc]; in opcode_args_ct()
3933 const TCGOpDef *def; in liveness_pass_0()
4016 const TCGOpDef *def; in liveness_pass_1()
4412 const TCGOpDef *def = &tcg_op_defs[opc]; in liveness_pass_2()
5247 const TCGOpDef * const def = &tcg_op_defs[op->opc]; in tcg_reg_alloc_op()
H A Dtci.c878 const TCGOpDef *def; in print_insn_tci()
/qemu/include/tcg/
H A Dtcg.h776 typedef struct TCGOpDef { struct
780 } TCGOpDef; argument
782 extern const TCGOpDef tcg_op_defs[];