Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for fromType (0.14 sec)

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

    		cond := SpecialOperand(p.From.Offset)
    		if cond < SPOP_EQ || cond > SPOP_NV || (cond == SPOP_AL || cond == SPOP_NV) && p.From3Type() == obj.TYPE_NONE {
    			c.ctxt.Diag("invalid condition: %v", p)
    		} else {
    			cond -= SPOP_EQ
    		}
    
    		r := int(p.Reg)
    		var rf int = r
    		if p.From3Type() == obj.TYPE_NONE {
    			/* CINC/CINV/CNEG or CSET/CSETM*/
    			if r == obj.REG_NONE {
    				/* CSET/CSETM */
    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