Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ALD (0.16 sec)

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

    		return REG_SP
    	}
    	return a.Reg
    }
    
    // movToLoad converts a MOV mnemonic into the corresponding load instruction.
    func movToLoad(mnemonic obj.As) obj.As {
    	switch mnemonic {
    	case AMOV:
    		return ALD
    	case AMOVB:
    		return ALB
    	case AMOVH:
    		return ALH
    	case AMOVW:
    		return ALW
    	case AMOVBU:
    		return ALBU
    	case AMOVHU:
    		return ALHU
    	case AMOVWU:
    		return ALWU
    	case AMOVF:
    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