Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zVRIa (0.06 sec)

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

    		if p.GetFrom3() != nil {
    			m3 = uint32(c.vregoff(&p.From))
    			i2 = uint32(c.vregoff(p.GetFrom3()))
    		}
    		switch p.As {
    		case AVZERO:
    			i2 = 0
    		case AVONE:
    			i2 = 0xffff
    		}
    		zVRIa(op, uint32(p.To.Reg), i2, m3, asm)
    
    	case 110:
    		op, m4, _ := vop(p.As)
    		i2 := uint32(c.vregoff(&p.From))
    		i3 := uint32(c.vregoff(p.GetFrom3()))
    		zVRIb(op, uint32(p.To.Reg), i2, i3, m4, 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