Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for vsrh (0.12 sec)

  1. src/cmd/internal/obj/ppc64/anames.go

    	"VPMSUMW",
    	"VPMSUMD",
    	"VMSUMUDM",
    	"VR",
    	"VRLB",
    	"VRLH",
    	"VRLW",
    	"VRLD",
    	"VS",
    	"VSLB",
    	"VSLH",
    	"VSLW",
    	"VSL",
    	"VSLO",
    	"VSRB",
    	"VSRH",
    	"VSRW",
    	"VSR",
    	"VSRO",
    	"VSLD",
    	"VSRD",
    	"VSA",
    	"VSRAB",
    	"VSRAH",
    	"VSRAW",
    	"VSRAD",
    	"VSOI",
    	"VSLDOI",
    	"VCLZ",
    	"VCLZB",
    	"VCLZH",
    	"VCLZW",
    	"VCLZD",
    	"VPOPCNT",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/anames.go

    	"VREPB",
    	"VREPH",
    	"VREPF",
    	"VREPG",
    	"VREPI",
    	"VREPIB",
    	"VREPIH",
    	"VREPIF",
    	"VREPIG",
    	"VSCEF",
    	"VSCEG",
    	"VSEL",
    	"VSL",
    	"VSLB",
    	"VSLDB",
    	"VSRA",
    	"VSRAB",
    	"VSRL",
    	"VSRLB",
    	"VSEG",
    	"VSEGB",
    	"VSEGH",
    	"VSEGF",
    	"VST",
    	"VSTEH",
    	"VSTEF",
    	"VSTEG",
    	"VSTEB",
    	"VSTM",
    	"VSTL",
    	"VSTRC",
    	"VSTRCB",
    	"VSTRCH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s

    	VEOR	V10.B16, V6.B16, V18.B16
    	VEOR	V11.B16, V7.B16, V19.B16
    	VSHL	$12, V16.S4, V4.S4
    	VSHL	$12, V17.S4, V5.S4
    	VSHL	$12, V18.S4, V6.S4
    	VSHL	$12, V19.S4, V7.S4
    	VSRI	$20, V16.S4, V4.S4
    	VSRI	$20, V17.S4, V5.S4
    	VSRI	$20, V18.S4, V6.S4
    	VSRI	$20, V19.S4, V7.S4
    
    	// V0..V3 += V4..V7
    	// V12..V15 <<<= ((V12..V15 XOR V0..V3), 8)
    	VADD	V0.S4, V4.S4, V0.S4
    	VADD	V1.S4, V5.S4, V1.S4
    	VADD	V2.S4, V6.S4, V2.S4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. src/internal/chacha8rand/chacha8_arm64.s

    	VADD C.S4, D.S4, C.S4; VEOR B.B16, C.B16, V30.B16; VSHL $12, V30.S4, B.S4; VSRI $20, V30.S4, B.S4 \
    	VADD A.S4, B.S4, A.S4; VEOR D.B16, A.B16, D.B16;   VTBL V31.B16, [D.B16], D.B16; \
    	VADD C.S4, D.S4, C.S4; VEOR B.B16, C.B16, V30.B16; VSHL  $7, V30.S4, B.S4; VSRI $25, V30.S4, B.S4
    
    // block runs 4 ChaCha8 block transformations in the four stripes of the V registers.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/virtualservice/gateways.go

    			}
    		}
    
    		return true
    	})
    
    	gatewayHostNames := host.NamesForNamespace(gatewayHosts, vsNamespace)
    	for _, gh := range gatewayHostNames {
    		for _, vsh := range vsHosts {
    			gatewayHost := gh
    			vsHost := host.Name(vsh)
    
    			if gatewayHost.Matches(vsHost) {
    				return true
    			}
    		}
    	}
    
    	return false
    }
    
    // convert ./host to currentNamespace/Host
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 01:28:52 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/anames.go

    	"VLD4R",
    	"VMOV",
    	"VMOVD",
    	"VMOVI",
    	"VMOVQ",
    	"VMOVS",
    	"VORR",
    	"VPMULL",
    	"VPMULL2",
    	"VRAX1",
    	"VRBIT",
    	"VREV16",
    	"VREV32",
    	"VREV64",
    	"VSHL",
    	"VSLI",
    	"VSRI",
    	"VST1",
    	"VST2",
    	"VST3",
    	"VST4",
    	"VSUB",
    	"VTBL",
    	"VTBX",
    	"VTRN1",
    	"VTRN2",
    	"VUADDLV",
    	"VUADDW",
    	"VUADDW2",
    	"VUMAX",
    	"VUMIN",
    	"VUSHLL",
    	"VUSHLL2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. src/internal/bytealg/indexbyte_ppc64x.s

    	LXVD2X	(R0)(R9),V2
    	VCMPEQUBCC	V2,V1,V6
    	BNE	CR6,foundat0		// Match found at R8+48 bytes, jump out
    
    	BR	notfound
    
    
    cmp8:	// Length 8 - 15
    #ifdef GOPPC64_power10
    	// Load all the bytes into a single VSR in BE order.
    	SLD	$56,R4,R5
    	LXVLL	R3,R5,V2
    	// Compare and count the number which don't match.
    	VCMPEQUB	V2,V1,V6
    	VCLZLSBB	V6,R3
    	// If count is the number of bytes, or more. No matches are found.
    	CMPU	R3,R4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:10:29 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top