Lines Matching refs:opc
89 #include "tcg-opc.h"
1644 const TCGOpDef *def, TCGOpcode opc,
1792 tcg_out_op(s, opc, new_args, const_args);
1811 TCGOpcode opc, const TCGArg *args,
1959 tcg_out_op(s, opc, &func_arg, &const_func_arg);
2008 TCGOpcode opc;
2049 opc = gen_opc_buf[op_index];
2051 tcg_table_op_count[opc]++;
2053 def = &tcg_op_defs[opc];
2059 switch(opc) {
2102 args += tcg_reg_alloc_call(s, def, opc, args, dead_iargs);
2111 tcg_reg_alloc_op(s, def, opc, args, dead_iargs);