Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FDIVD (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/riscv64.s

    	FSD	F0, 4(X5)				// 27b20200
    
    	// 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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed May 21 14:19:19 UTC 2025
    - 49.1K bytes
    - Viewed (0)
Back to top