broadcom/compiler: remove commented out vir_LOAD_IMM methods
It has been commented several years now. Let's remove it to reduce the noise. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13008>
This commit is contained in:
committed by
Marge Bot
parent
7ad69e2f7e
commit
193898c8b0
@@ -1415,30 +1415,6 @@ vir_TLB_COLOR_READ(struct v3d_compile *c)
|
||||
return vir_emit_def(c, ldtlb);
|
||||
}
|
||||
|
||||
/*
|
||||
static inline struct qreg
|
||||
vir_LOAD_IMM(struct v3d_compile *c, uint32_t val)
|
||||
{
|
||||
return vir_emit_def(c, vir_inst(QOP_LOAD_IMM, c->undef,
|
||||
vir_reg(QFILE_LOAD_IMM, val), c->undef));
|
||||
}
|
||||
|
||||
static inline struct qreg
|
||||
vir_LOAD_IMM_U2(struct v3d_compile *c, uint32_t val)
|
||||
{
|
||||
return vir_emit_def(c, vir_inst(QOP_LOAD_IMM_U2, c->undef,
|
||||
vir_reg(QFILE_LOAD_IMM, val),
|
||||
c->undef));
|
||||
}
|
||||
static inline struct qreg
|
||||
vir_LOAD_IMM_I2(struct v3d_compile *c, uint32_t val)
|
||||
{
|
||||
return vir_emit_def(c, vir_inst(QOP_LOAD_IMM_I2, c->undef,
|
||||
vir_reg(QFILE_LOAD_IMM, val),
|
||||
c->undef));
|
||||
}
|
||||
*/
|
||||
|
||||
static inline struct qinst *
|
||||
vir_BRANCH(struct v3d_compile *c, enum v3d_qpu_branch_cond cond)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user