Skip to content

Commit

Permalink
Fix typo in floating point opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX committed Oct 14, 2024
1 parent a998be8 commit 1b0813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/V810/V810InstrInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ let Defs = [SR5], V810_ZFlag = 1, V810_SFlag = 1 in {
let Constraints = "$r2 = $r2_" in
def DIVF_S : FormatVII<0b000111,
(outs GenRegs:$r2), (ins GenRegs:$r2_, GenRegs:$r1),
"subf.s $r1, $r2",
"divf.s $r1, $r2",
[(set f32:$r2, (fdiv GenRegs:$r2_, GenRegs:$r1))],
[WriteFPU]
>;
Expand Down

0 comments on commit 1b0813e

Please sign in to comment.