Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AFLES (0.04 sec)

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

    	AFCVTLUS
    	AFCVTSWU
    	AFCVTSLU
    	AFSGNJS
    	AFSGNJNS
    	AFSGNJXS
    	AFMVXS
    	AFMVSX
    	AFMVXW
    	AFMVWX
    
    	// 11.8: Single-Precision Floating-Point Compare Instructions
    	AFEQS
    	AFLTS
    	AFLES
    
    	// 11.9: Single-Precision Floating-Point Classify Instruction
    	AFCLASSS
    
    	// 12.3: Double-Precision Load and Store Instructions
    	AFLD
    	AFSD
    
    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 AFLD:
    		return &inst{0x7, 0x3, 0x0, 0, 0x0}
    	case AFLED:
    		return &inst{0x53, 0x0, 0x0, -1504, 0x51}
    	case AFLEQ:
    		return &inst{0x53, 0x0, 0x0, -1440, 0x53}
    	case AFLES:
    		return &inst{0x53, 0x0, 0x0, -1536, 0x50}
    	case AFLQ:
    		return &inst{0x7, 0x4, 0x0, 0, 0x0}
    	case AFLTD:
    		return &inst{0x53, 0x1, 0x0, -1504, 0x51}
    	case AFLTQ:
    		return &inst{0x53, 0x1, 0x0, -1440, 0x53}
    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