Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for VSTM (0.03 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)
  3. src/math/big/arith_s390x.s

    	VPDI  $0x4, V22, V22, V22 // flip the doublewords to big-endian order
    	VPDI  $0x4, V23, V23, V23 // flip the doublewords to big-endian order
    	VPDI  $0x4, V24, V24, V24 // flip the doublewords to big-endian order
    	VSTM  V17, V24, 0(R7)     // 128-bytes into z
    	ADD   $128, R7
    	ADD   $128, R10           // i += 16
    	SUB   $16, R3             // n -= 16
    	BGE   UU1                 // if n >= 0 goto U1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/s390x.s

    	VST	V31, (R15)              // e7f0f000080e
    	VESLB	$5, V14                 // e7ee00050030
    	VESRAG	$0, V15, V16            // e70f0000383a
    	VLM	(R15), V8, V23          // e787f0000436
    	VSTM	V8, V23, (R15)          // e787f000043e
    	VONE	V1                      // e710ffff0044
    	VZERO	V16                     // e70000000844
    	VGBM	$52428, V31             // e7f0cccc0844
    	VREPIB	$255, V4                // e74000ff0045
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/vnd.ms-visio.template.macroEnabled.12">
        <_comment>Office Open XML Visio Template (macro-enabled)</_comment>
        <glob pattern="*.vstm"/>
        <sub-class-of type="application/x-tika-visio-ooxml"/>
      </mime-type>
      <mime-type type="application/vnd.ms-visio.stencil.macroEnabled.12">
        <_comment>Office Open XML Visio Stencil (macro-enabled)</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top