Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RoundingEnabled (0.21 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    		}
    		evexZ = 1
    	}
    	switch {
    	case suffix.rounding != rcUnset:
    		if rm != nil && rm.Type == obj.TYPE_MEM {
    			ctxt.Diag("illegal rounding with memory argument: %v", p)
    		} else if !evex.RoundingEnabled() {
    			ctxt.Diag("unsupported rounding: %v", p)
    		}
    		evexB = 1
    		evexLL = suffix.rounding
    	case suffix.broadcast:
    		if rm == nil || rm.Type != obj.TYPE_MEM {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top