Lines Matching refs:def
2940 const TCGOpDef *def; in tcg_dump_ops() local
2945 def = &tcg_op_defs[c]; in tcg_dump_ops()
2962 nb_cargs = def->nb_cargs; in tcg_dump_ops()
2964 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops()
2988 if (def->flags & TCG_OPF_INT) { in tcg_dump_ops()
2990 def->name, in tcg_dump_ops()
2992 } else if (def->flags & TCG_OPF_VECTOR) { in tcg_dump_ops()
2994 def->name, in tcg_dump_ops()
2998 col += ne_fprintf(f, " %s ", def->name); in tcg_dump_ops()
3001 nb_oargs = def->nb_oargs; in tcg_dump_ops()
3002 nb_iargs = def->nb_iargs; in tcg_dump_ops()
3003 nb_cargs = def->nb_cargs; in tcg_dump_ops()
3513 const TCGOpDef *def = &tcg_op_defs[opc]; in opcode_args_ct() local
3517 if (def->flags & TCG_OPF_NOT_PRESENT) { in opcode_args_ct()
3533 tcg_debug_assert(constraint_sets[con_set].nb_oargs == def->nb_oargs); in opcode_args_ct()
3534 tcg_debug_assert(constraint_sets[con_set].nb_iargs == def->nb_iargs); in opcode_args_ct()
3933 const TCGOpDef *def; in liveness_pass_0() local
3947 def = &tcg_op_defs[op->opc]; in liveness_pass_0()
3948 nb_oargs = def->nb_oargs; in liveness_pass_0()
3949 nb_iargs = def->nb_iargs; in liveness_pass_0()
4016 const TCGOpDef *def; in liveness_pass_1() local
4256 def = &tcg_op_defs[opc]; in liveness_pass_1()
4257 if (!(def->flags & TCG_OPF_SIDE_EFFECTS) && def->nb_oargs != 0) { in liveness_pass_1()
4258 for (int i = def->nb_oargs - 1; i >= 0; i--) { in liveness_pass_1()
4272 def = &tcg_op_defs[opc]; in liveness_pass_1()
4273 nb_iargs = def->nb_iargs; in liveness_pass_1()
4274 nb_oargs = def->nb_oargs; in liveness_pass_1()
4296 if (def->flags & TCG_OPF_BB_EXIT) { in liveness_pass_1()
4299 } else if (def->flags & TCG_OPF_COND_BRANCH) { in liveness_pass_1()
4302 } else if (def->flags & TCG_OPF_BB_END) { in liveness_pass_1()
4305 } else if (def->flags & TCG_OPF_SIDE_EFFECTS) { in liveness_pass_1()
4308 if (def->flags & TCG_OPF_CALL_CLOBBER) { in liveness_pass_1()
4320 if (def->flags & TCG_OPF_CARRY_OUT) { in liveness_pass_1()
4334 if (def->flags & TCG_OPF_CARRY_IN) { in liveness_pass_1()
4412 const TCGOpDef *def = &tcg_op_defs[opc]; in liveness_pass_2() local
4422 nb_iargs = def->nb_iargs; in liveness_pass_2()
4423 nb_oargs = def->nb_oargs; in liveness_pass_2()
4426 if (def->flags & TCG_OPF_COND_BRANCH) { in liveness_pass_2()
4429 } else if (def->flags & TCG_OPF_BB_END) { in liveness_pass_2()
4432 } else if (def->flags & TCG_OPF_SIDE_EFFECTS) { in liveness_pass_2()
5247 const TCGOpDef * const def = &tcg_op_defs[op->opc]; in tcg_reg_alloc_op() local
5260 if (def->flags & TCG_OPF_CARRY_IN) { in tcg_reg_alloc_op()
5264 nb_oargs = def->nb_oargs; in tcg_reg_alloc_op()
5265 nb_iargs = def->nb_iargs; in tcg_reg_alloc_op()
5270 sizeof(TCGArg) * def->nb_cargs); in tcg_reg_alloc_op()
5514 if (def->flags & TCG_OPF_COND_BRANCH) { in tcg_reg_alloc_op()
5516 } else if (def->flags & TCG_OPF_BB_END) { in tcg_reg_alloc_op()
5519 if (def->flags & TCG_OPF_CALL_CLOBBER) { in tcg_reg_alloc_op()
5528 if (def->flags & TCG_OPF_SIDE_EFFECTS) { in tcg_reg_alloc_op()
5925 tcg_debug_assert(def->flags & TCG_OPF_VECTOR); in tcg_reg_alloc_op()
5931 if (def->flags & TCG_OPF_CARRY_IN) { in tcg_reg_alloc_op()
5934 if (def->flags & TCG_OPF_CARRY_OUT) { in tcg_reg_alloc_op()