Skip to content

Commit

Permalink
Add fcsel to delegate.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aqjune-aws committed Mar 6, 2024
1 parent 90f02b9 commit 9deb84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/fipstools/delocate/delocate.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ func (d *delocation) processAarch64Instruction(statement, instruction *node32) (
argNodes := instructionArgs(instruction.next)

switch instructionName {
case "ccmn", "ccmp", "cinc", "cinv", "cneg", "csel", "cset", "csetm", "csinc", "csinv", "csneg":
case "ccmn", "ccmp", "cinc", "cinv", "cneg", "csel", "cset", "csetm", "csinc", "csinv", "csneg", "fcsel":
// These functions are special because they take a condition-code name as
// an argument and that looks like a symbol reference.
d.writeNode(statement)
Expand Down

0 comments on commit 9deb84f

Please sign in to comment.