Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LDSTR (0.09 sec)

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

    	switch a {
    	case AMOVD:
    		return LDSTR(3, 0, 1) /* simm9<<12 | Rn<<5 | Rt */
    
    	case AMOVW:
    		return LDSTR(2, 0, 2)
    
    	case AMOVWU:
    		return LDSTR(2, 0, 1)
    
    	case AMOVH:
    		return LDSTR(1, 0, 2)
    
    	case AMOVHU:
    		return LDSTR(1, 0, 1)
    
    	case AMOVB:
    		return LDSTR(0, 0, 2)
    
    	case AMOVBU:
    		return LDSTR(0, 0, 1)
    
    	case AFMOVS, AVMOVS:
    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