Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VSTM (0.04 sec)

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

    	"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",
    	"VSTRCZHS",
    	"VSTRCZFS",
    	"VS",
    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

    	VLM  off(src), M0, M3          \
    	PERMUTE(BSWAP, v0, v1, v2, v3) \
    	VX   v0, M0, M0                \
    	VX   v1, M1, M1                \
    	VX   v2, M2, M2                \
    	VX   v3, M3, M3                \
    	VSTM M0, M3, off(dst)
    
    #define SHUFFLE(a, b, c, d, t, u, v, w) \
    	VMRHF a, c, t \ // t = {a[0], c[0], a[1], c[1]}
    	VMRHF b, d, u \ // u = {b[0], d[0], b[1], d[1]}
    	VMRLF a, c, v \ // v = {a[2], c[2], a[3], c[3]}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top