Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for negSuf (0.25 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    				c.ctxt.Diag("illegal combination: %v", p)
    			default:
    				r = rt
    			}
    		}
    
    		o1 |= (uint32(rf)&15)<<0 | (uint32(r)&15)<<16 | (uint32(rt)&15)<<12
    
    	case 55: /* negf freg, freg */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		rf := int(p.From.Reg)
    		rt := int(p.To.Reg)
    
    		o1 |= (uint32(rf)&15)<<0 | (uint32(rt)&15)<<12
    
    	case 56: /* move to FP[CS]R */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
Back to top