We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39abe0 commit 7ddbf4dCopy full SHA for 7ddbf4d
src/cmd/asm/internal/asm/testdata/riscv64.s
@@ -358,6 +358,11 @@ start:
358
FNMSUBD F1, F2, F3, F4 // 4b82201a
359
FNMADDD F1, F2, F3, F4 // 4f82201a
360
361
+ // 21.6: Double-Precision Floating-Point Compare Instructions
362
+ FEQD F0, F1, X7 // d3a300a2
363
+ FLTD F0, F1, X7 // d39300a2
364
+ FLED F0, F1, X7 // d38300a2
365
+
366
// 21.7: Double-Precision Floating-Point Classify Instruction
367
FCLASSD F0, X5 // d31200e2
368
0 commit comments