Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNEGop (0.1 sec)

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

    		if (shift > 2 || shift < 0) && (isADDop(p.As) || isADDWop(p.As) || isNEGop(p.As)) {
    			c.ctxt.Diag("unsupported shift operator: %v", p)
    		}
    		o1 |= uint32(p.From.Offset) /* includes reg, op, etc */
    		rt := int(p.To.Reg)
    		if p.To.Type == obj.TYPE_NONE {
    			rt = REGZERO
    		}
    		r := int(p.Reg)
    		if p.As == AMVN || p.As == AMVNW || isNEGop(p.As) {
    			r = REGZERO
    		} else if r == obj.REG_NONE {
    			r = 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