Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MOVCONST (0.19 sec)

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

    					i++
    					break
    				}
    			}
    
    			for j := 1; i < 4; i++ {
    				if immh[i] != 0 {
    					os[j] = c.opirr(p, AMOVK)
    					os[j] |= MOVCONST(d, i, rt)
    					j++
    				}
    			}
    			return 3
    
    		case negCount == 1:
    			// one MOVN and two MOVKs
    			for i = 0; i < 4; i++ {
    				if immh[i] != 0xffff {
    					os[0] = c.opirr(p, AMOVN)
    					os[0] |= MOVCONST(dn, i, rt)
    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