- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FMIND (0.04 sec)
-
src/cmd/asm/internal/asm/testdata/loong64enc1.s
FNMADDD F29, F14, F27 // 7bbbae08 FNMSUBF F17, F8, F12 // 8ca1d808 FNMSUBD F29, F21, F3 // 63d4ee08 FMINF F4, F5, F6 // a6900a01 FMINF F4, F5 // a5900a01 FMIND F4, F5, F6 // a6100b01 FMIND F4, F5 // a5100b01 FMAXF F4, F5, F6 // a6900801 FMAXF F4, F5 // a5900801 FMAXD F4, F5, F6 // a6100901 FMAXD F4, F5 // a5100901 FCOPYSGF F4, F5, F6 // a6901201
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Sat Nov 02 01:36:19 UTC 2024 - 11.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
// 21.4: Double-Precision Floating-Point Computational Instructions FADDD F1, F0, F2 // 53011002 FSUBD F1, F0, F2 // 5301100a FMULD F1, F0, F2 // 53011012 FDIVD F1, F0, F2 // 5301101a FMIND F1, F0, F2 // 5301102a FMAXD F1, F0, F2 // 5311102a FSQRTD F0, F1 // d300005a // 21.5: Double-Precision Floating-Point Conversion and Move Instructions FCVTWD F0, X5 // d31200c2
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 25 12:05:29 UTC 2024 - 16.8K bytes - Viewed (0)