Searched refs:all_outop (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 1182 static const TCGOutOp * const all_outop[NB_OPS] = { variable 2580 outop = all_outop[op]; in tcg_op_supported() 3514 const TCGOutOp *outop = all_outop[opc]; in opcode_args_ct() 5629 container_of(all_outop[op->opc], TCGOutOpBinary, base); in tcg_reg_alloc_op() 5667 container_of(all_outop[op->opc], TCGOutOpAddSubCarry, base); in tcg_reg_alloc_op() 5697 container_of(all_outop[op->opc], TCGOutOpUnary, base); in tcg_reg_alloc_op() 5709 container_of(all_outop[op->opc], TCGOutOpBswap, base); in tcg_reg_alloc_op() 5740 container_of(all_outop[op->opc], TCGOutOpDivRem, base); in tcg_reg_alloc_op() 5754 container_of(all_outop[op->opc], TCGOutOpExtract, base); in tcg_reg_alloc_op() 5782 container_of(all_outop[op->opc], TCGOutOpLoad, base); in tcg_reg_alloc_op() [all …]
|