Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AFDIVD (0.2 sec)

  1. src/cmd/internal/obj/riscv/cpu.go

    	AFCLASSS
    
    	// 12.3: Double-Precision Load and Store Instructions
    	AFLD
    	AFSD
    
    	// 12.4: Double-Precision Floating-Point Computational Instructions
    	AFADDD
    	AFSUBD
    	AFMULD
    	AFDIVD
    	AFMIND
    	AFMAXD
    	AFSQRTD
    	AFMADDD
    	AFMSUBD
    	AFNMADDD
    	AFNMSUBD
    
    	// 12.5: Double-Precision Floating-Point Conversion and Move Instructions
    	AFCVTWD
    	AFCVTLD
    	AFCVTDW
    	AFCVTDL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/inst.go

    	case AFCVTWUD:
    		return &inst{0x53, 0x0, 0x1, -991, 0x61}
    	case AFCVTWUQ:
    		return &inst{0x53, 0x0, 0x1, -927, 0x63}
    	case AFCVTWUS:
    		return &inst{0x53, 0x0, 0x1, -1023, 0x60}
    	case AFDIVD:
    		return &inst{0x53, 0x0, 0x0, 416, 0xd}
    	case AFDIVQ:
    		return &inst{0x53, 0x0, 0x0, 480, 0xf}
    	case AFDIVS:
    		return &inst{0x53, 0x0, 0x0, 384, 0xc}
    	case AFENCE:
    		return &inst{0xf, 0x0, 0x0, 0, 0x0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top