Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AFLD (0.04 sec)

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

    		return ALH
    	case AMOVW:
    		return ALW
    	case AMOVBU:
    		return ALBU
    	case AMOVHU:
    		return ALHU
    	case AMOVWU:
    		return ALWU
    	case AMOVF:
    		return AFLW
    	case AMOVD:
    		return AFLD
    	default:
    		panic(fmt.Sprintf("%+v is not a MOV", mnemonic))
    	}
    }
    
    // movToStore converts a MOV mnemonic into the corresponding store instruction.
    func movToStore(mnemonic obj.As) obj.As {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top