mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
nak: Fix the 2nd predicate on LOP3
I put it in the wrong spot. Also, it's a source so we should use set_pred_src() for it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
parent
4367e0786b
commit
59f6d657f3
1 changed files with 1 additions and 2 deletions
|
|
@ -670,8 +670,7 @@ impl SM75Instr {
|
|||
self.set_field(72..80, op.op.lut);
|
||||
self.set_bit(80, false); /* .PAND */
|
||||
self.set_field(81..84, 7_u32); /* pred */
|
||||
self.set_field(84..87, 7_u32); /* pred */
|
||||
self.set_bit(90, true);
|
||||
self.set_pred_src(87..90, 90, SrcRef::False.into());
|
||||
}
|
||||
|
||||
fn encode_shf(&mut self, op: &OpShf) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue