Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ash (0.03 sec)

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

    func movToStore(mnemonic obj.As) obj.As {
    	switch mnemonic {
    	case AMOV:
    		return ASD
    	case AMOVB:
    		return ASB
    	case AMOVH:
    		return ASH
    	case AMOVW:
    		return ASW
    	case AMOVF:
    		return AFSW
    	case AMOVD:
    		return AFSD
    	default:
    		panic(fmt.Sprintf("%+v is not a MOV", mnemonic))
    	}
    }
    
    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