Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zVRV (0.04 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    			b2 = REGSP
    		}
    		d2 := uint32(c.vregoff(&p.To))
    		zVRV(op, uint32(p.Reg), uint32(p.To.Index), uint32(b2), d2, m3, asm)
    
    	case 103: // VRV GATHER
    		op, _, _ := vop(p.As)
    		m3 := uint32(c.vregoff(&p.From))
    		b2 := p.GetFrom3().Reg
    		if b2 == 0 {
    			b2 = REGSP
    		}
    		d2 := uint32(c.vregoff(p.GetFrom3()))
    		zVRV(op, uint32(p.To.Reg), uint32(p.GetFrom3().Index), uint32(b2), d2, m3, asm)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top