Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ASRV (0.45 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	case AMVN, AORN:
    		return S64 | 1<<29 | 0xA<<24 | 1<<21
    
    	case AMVNW, AORNW:
    		return S32 | 1<<29 | 0xA<<24 | 1<<21
    
    	case AASR:
    		return S64 | OPDP2(10) /* also ASRV */
    
    	case AASRW:
    		return S32 | OPDP2(10)
    
    	case ALSL:
    		return S64 | OPDP2(8)
    
    	case ALSLW:
    		return S32 | OPDP2(8)
    
    	case ALSR:
    		return S64 | OPDP2(9)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top