Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VCEQGS (0.06 sec)

  1. src/internal/bytealg/index_s390x.s

    	CMPBGT	R8, R2, index2to16tail
    index2to16loop:
    	// unrolled 2x
    	VLL	R4, (R7), V1
    	VLL	R4, 1(R7), V2
    	VCEQGS	V0, V1, V3
    	BEQ	found
    	MOVD	$1(R7), R7
    	VCEQGS	V0, V2, V4
    	BEQ	found
    	MOVD	$1(R7), R7
    	CMPBLT	R7, R2, index2to16loop
    	CMPBGT	R7, R2, notfound
    index2to16tail:
    	VLL	R4, (R7), V1
    	VCEQGS	V0, V1, V2
    	BEQ	found
    	BR	notfound
    
    index17plus:
    	CMPBGT	R4, $31, index33plus
    	SUB	$16, R4, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Mar 04 19:49:44 UTC 2018
    - 5.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/anames.go

    	"VAVGG",
    	"VAVGL",
    	"VAVGLB",
    	"VAVGLH",
    	"VAVGLF",
    	"VAVGLG",
    	"VCKSM",
    	"VCEQ",
    	"VCEQB",
    	"VCEQH",
    	"VCEQF",
    	"VCEQG",
    	"VCEQBS",
    	"VCEQHS",
    	"VCEQFS",
    	"VCEQGS",
    	"VCH",
    	"VCHB",
    	"VCHH",
    	"VCHF",
    	"VCHG",
    	"VCHBS",
    	"VCHHS",
    	"VCHFS",
    	"VCHGS",
    	"VCHL",
    	"VCHLB",
    	"VCHLH",
    	"VCHLF",
    	"VCHLG",
    	"VCHLBS",
    	"VCHLHS",
    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/crypto/internal/nistec/p256_asm_s390x.s

    	// if H == 0 or H^P == 0 then ret=1 else ret=0
    	// clobbers T1H and T1L
    	MOVD   $0, ISZERO
    	MOVD   $1, TRUE
    	VZERO  ZER
    	VO     HL, HH, T1H
    	VCEQGS ZER, T1H, T1H
    	MOVDEQ TRUE, ISZERO
    	VX     HL, PL, T1L
    	VX     HH, PH, T1H
    	VO     T1L, T1H, T1H
    	VCEQGS ZER, T1H, T1H
    	MOVDEQ TRUE, ISZERO
    	MOVD   ISZERO, ret+24(FP)
    
    	// X=Z1; Y=Z2; MUL; T-   // Z3 = Z1*Z2
    	VL   80(P1ptr), X1       // Z1H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top