Disable release_hw and emit_mov_from_pred functions as they are
currently not being used.
return NULL;
}
+#if 0
/* release the hardware resource held by r */
static void
release_hw(struct nv50_pc *pc, struct nv50_reg *r)
if (r->index == -1)
FREE(r);
}
+#endif
static void
free_temp(struct nv50_pc *pc, struct nv50_reg *r)
e->inst[pos / 32] |= ((src->hw * 2) + lh) << (pos % 32);
}
+#if 0
static void
emit_mov_from_pred(struct nv50_pc *pc, struct nv50_reg *dst, int pred)
{
emit(pc, e);
}
+#endif
static void
emit_mov_to_pred(struct nv50_pc *pc, int pred, struct nv50_reg *src)