Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for plan9gpr (0.1 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    				// Print Vn to align with assembler (e.g., SHA256H)
    				return fmt.Sprintf("V%d", regno)
    			}
    
    		}
    		return plan9gpr(a)
    
    	case RegSP:
    		regno := uint16(a) & 31
    		if regno == 31 {
    			return "RSP"
    		}
    		return fmt.Sprintf("R%d", regno)
    
    	case RegExtshiftAmount:
    		reg := plan9gpr(a.reg)
    		extshift := ""
    		amount := ""
    		if a.extShift != ExtShift(0) {
    			switch a.extShift {
    			default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
Back to top