Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for con32class (0.27 sec)

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

    		return C_EXTREG
    	case r >= REG_SPECIAL:
    		return C_SPR
    	}
    	return C_GOK
    }
    
    // con32class reclassifies the constant of 32-bit instruction. Because the constant type is 32-bit,
    // but saved in Offset which type is int64, con32class treats it as uint32 type and reclassifies it.
    func (c *ctxt7) con32class(a *obj.Addr) int {
    	v := uint32(a.Offset)
    	// For 32-bit instruction with constant, rewrite
    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