Lines Matching refs:gen_opc_ptr
81 uint16_t *gen_opc_ptr; variable
284 gen_opc_ptr = gen_opc_buf; in tcg_func_start()
623 *gen_opc_ptr++ = INDEX_op_call; in tcg_gen_callN()
883 while (opc_ptr < gen_opc_ptr) { in tcg_dump_ops()
1219 if (gen_opc_ptr - gen_opc_buf > OPC_BUF_SIZE) { in tcg_liveness_analysis()
1221 (int)(gen_opc_ptr - gen_opc_buf), OPC_BUF_SIZE); in tcg_liveness_analysis()
1225 gen_opc_ptr++; /* skip end */ in tcg_liveness_analysis()
1227 nb_ops = gen_opc_ptr - gen_opc_buf; in tcg_liveness_analysis()
1370 nb_ops = gen_opc_ptr - gen_opc_buf; in tcg_liveness_analysis()
2170 n = (gen_opc_ptr - gen_opc_buf); in tcg_gen_code()
2182 if (gen_opc_ptr - gen_opc_buf > OPC_BUF_SIZE) { in tcg_gen_code()
2184 (int)(gen_opc_ptr - gen_opc_buf), OPC_BUF_SIZE); in tcg_gen_code()