float_set_predicate: Add missing negation bit for the second operand

This commit is contained in:
ReinUsesLisp 2019-08-27 21:57:43 -03:00
parent b4a8cfbd00
commit 6207751b00
2 changed files with 6 additions and 4 deletions

View file

@ -873,6 +873,7 @@ union Instruction {
union {
BitField<0, 3, u64> pred0;
BitField<3, 3, u64> pred3;
BitField<6, 1, u64> neg_b;
BitField<7, 1, u64> abs_a;
BitField<39, 3, u64> pred39;
BitField<42, 1, u64> neg_pred;