Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VSTEF (0.03 sec)

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

    	"VSCEF",
    	"VSCEG",
    	"VSEL",
    	"VSL",
    	"VSLB",
    	"VSLDB",
    	"VSRA",
    	"VSRAB",
    	"VSRL",
    	"VSRLB",
    	"VSEG",
    	"VSEGB",
    	"VSEGH",
    	"VSEGF",
    	"VST",
    	"VSTEH",
    	"VSTEF",
    	"VSTEG",
    	"VSTEB",
    	"VSTM",
    	"VSTL",
    	"VSTRC",
    	"VSTRCB",
    	"VSTRCH",
    	"VSTRCF",
    	"VSTRCBS",
    	"VSTRCHS",
    	"VSTRCFS",
    	"VSTRCZB",
    	"VSTRCZH",
    	"VSTRCZF",
    	"VSTRCZBS",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20/chacha_s390x.s

    	XORV(2*64, R2, R3, X2, X6, X10, X14)
    	XORV(3*64, R2, R3, X3, X7, X11, X15)
    
    	// increment pointers
    	MOVD $256(R2), R2
    	MOVD $256(R3), R3
    
    	CMPBNE  R4, $0, chacha
    
    	VSTEF $0, CTR, (R7)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	VLEF	$2, (R0), V31           // e7f000002803
    	VLEH	$3, (R12), V16          // e700c0003801
    	VLEB	$15, 4095(R9), V15      // e7f09ffff000
    	VSTEG	$1, V30, (R1)(R2*1)     // e7e21000180a
    	VSTEF	$3, V2, (R9)            // e7209000300b
    	VSTEH	$7, V31, (R2)           // e7f020007809
    	VSTEB	$15, V29, 4094(R12)     // e7d0cffef808
    	VMSLG	V21, V22, V23, V24      // e78563007fb8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
Back to top