Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for vld (0.09 sec)

  1. tools/istio-iptables/pkg/validation/vld.go

    Istio Automation <******@****.***> 1612373286 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 03 17:28:06 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    				c.ctxt.Diag("invalid arrangement: %v", p)
    			}
    		default:
    			c.ctxt.Diag("unsupported op %v", p.As)
    		}
    		o1 |= (uint32(imm5&0x1f) << 16) | (uint32(rf&31) << 5) | uint32(rt&31)
    
    	case 81: /* vld[1-4]|vld[1-4]r (Rn), [Vt1.<T>, Vt2.<T>, ...] */
    		c.checkoffset(p, p.As)
    		r := int(p.From.Reg)
    		o1 = c.oprrr(p, p.As)
    		if o.scond == C_XPOST {
    			o1 |= 1 << 23
    			if p.From.Index == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/mips/asm0.go

    		rel.Type = objabi.R_ADDRMIPSTLS
    
    	case 56: /* vmov{b,h,w,d} $scon, wr */
    
    		v := c.regoff(&p.From)
    		o1 = OP_VI10(110, c.twobitdf(p.As), v, uint32(p.To.Reg), 7)
    
    	case 57: /* vld $soreg, wr */
    		v := c.lsoffset(p.As, c.regoff(&p.From))
    		o1 = OP_VMI10(v, uint32(p.From.Reg), uint32(p.To.Reg), 8, c.twobitdf(p.As))
    
    	case 58: /* vst wr, $soreg */
    		v := c.lsoffset(p.As, c.regoff(&p.To))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
Back to top