Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 601 for vnor (0.05 sec)

  1. src/crypto/sha256/sha256block_ppc64x.s

    #define SHA256ROUND0(a, b, c, d, e, f, g, h, xi, idx) \
    	VSEL		g, f, e, FUNC; \
    	VSHASIGMAW	$15, e, $1, S1; \
    	VADDUWM		xi, h, h; \
    	VSHASIGMAW	$0, a, $1, S0; \
    	VADDUWM		FUNC, h, h; \
    	VXOR		b, a, FUNC; \
    	VADDUWM		S1, h, h; \
    	VSEL		b, c, FUNC, FUNC; \
    	VADDUWM		KI, g, g; \
    	VADDUWM		h, d, d; \
    	VADDUWM		FUNC, S0, S0; \
    	LVX		(TBL)(idx), KI; \
    	VADDUWM		S0, h, h
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s

    	VLD1.P	64(R2), [V28.B16, V29.B16, V30.B16, V31.B16]
    	VEOR	V0.B16, V16.B16, V16.B16
    	VEOR	V1.B16, V17.B16, V17.B16
    	VEOR	V2.B16, V18.B16, V18.B16
    	VEOR	V3.B16, V19.B16, V19.B16
    	VST1.P	[V16.B16, V17.B16, V18.B16, V19.B16], 64(R1)
    	VEOR	V4.B16, V20.B16, V20.B16
    	VEOR	V5.B16, V21.B16, V21.B16
    	VEOR	V6.B16, V22.B16, V22.B16
    	VEOR	V7.B16, V23.B16, V23.B16
    	VST1.P	[V20.B16, V21.B16, V22.B16, V23.B16], 64(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. src/crypto/aes/gcm_arm64.s

    		aesrndx8(K8)
    		aesrndlastx8(K9)
    
    		VEOR	KLAST.B16, B0.B16, B0.B16
    		VEOR	KLAST.B16, B1.B16, B1.B16
    		VEOR	KLAST.B16, B2.B16, B2.B16
    		VEOR	KLAST.B16, B3.B16, B3.B16
    		VEOR	KLAST.B16, B4.B16, B4.B16
    		VEOR	KLAST.B16, B5.B16, B5.B16
    		VEOR	KLAST.B16, B6.B16, B6.B16
    		VEOR	KLAST.B16, B7.B16, B7.B16
    
    		VLD1.P	32(srcPtr), [T1.B16, T2.B16]
    		VEOR	B0.B16, T1.B16, B0.B16
    		VEOR	B1.B16, T2.B16, B1.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. src/crypto/subtle/xor_arm64.s

    	VLD1.P	64(R2), [V4.B16, V5.B16, V6.B16, V7.B16]
    	VEOR	V0.B16, V4.B16, V4.B16
    	VEOR	V1.B16, V5.B16, V5.B16
    	VEOR	V2.B16, V6.B16, V6.B16
    	VEOR	V3.B16, V7.B16, V7.B16
    	VST1.P	[V4.B16, V5.B16, V6.B16, V7.B16], 64(R0)
    	SUBS	$64, R3
    	CMP	$64, R3
    	BGE	loop_64
    tail:
    	// quick end
    	CBZ	R3, end
    	TBZ	$5, R3, less_than32
    	VLD1.P	32(R1), [V0.B16, V1.B16]
    	VLD1.P	32(R2), [V2.B16, V3.B16]
    	VEOR	V0.B16, V2.B16, V2.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 17 18:47:33 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  5. src/internal/chacha8rand/chacha8_arm64.s

    // hold the index table for rotate left 8.
    #define QR(A, B, C, D) \
    	VADD A.S4, B.S4, A.S4; VEOR D.B16, A.B16, D.B16;   VREV32 D.H8, D.H8; \
    	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
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/s390x/anames.go

    	"VMLH",
    	"VMLHB",
    	"VMLHH",
    	"VMLHF",
    	"VMLO",
    	"VMLOB",
    	"VMLOH",
    	"VMLOF",
    	"VML",
    	"VMLB",
    	"VMLHW",
    	"VMLF",
    	"VMO",
    	"VMOB",
    	"VMOH",
    	"VMOF",
    	"VNO",
    	"VNOT",
    	"VO",
    	"VPK",
    	"VPKH",
    	"VPKF",
    	"VPKG",
    	"VPKLS",
    	"VPKLSH",
    	"VPKLSF",
    	"VPKLSG",
    	"VPKLSHS",
    	"VPKLSFS",
    	"VPKLSGS",
    	"VPKS",
    	"VPKSH",
    	"VPKSF",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  7. src/go/doc/comment/testdata/link2.txt

    -- input --
    The Go home page is https://go.dev/.
    It used to be https://golang.org.
    https:// is not a link.
    Nor is https://
    https://☺ is not a link.
    https://:80 is not a link.
    
    -- gofmt --
    The Go home page is https://go.dev/.
    It used to be https://golang.org.
    https:// is not a link.
    Nor is https://
    https://☺ is not a link.
    https://:80 is not a link.
    
    -- text --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 997 bytes
    - Viewed (0)
  8. src/crypto/sha512/sha512block_amd64.s

    	ADDQ R13, R15
    
    	ORQ  R12, DI
    	ADDQ R14, R10
    
    	ADDQ R15, CX
    	ADDQ R15, R10
    	ADDQ DI, R10
    
    	VPSRLQ $19, Y2, Y3
    	VPSLLQ $(64-19), Y2, Y1
    	VPOR   Y1, Y3, Y3
    	VPXOR  Y3, Y8, Y8
    	VPSRLQ $61, Y2, Y3
    	VPSLLQ $(64-61), Y2, Y1
    	VPOR   Y1, Y3, Y3
    	VPXOR  Y3, Y8, Y8
    
    	VPADDQ Y8, Y4, Y4
    
    	VPSRLQ $6, Y4, Y8
    
    	MOVQ  R10, DI
    	RORXQ $41, CX, R13
    	ADDQ  2*8+frame_YFER(SP), R9
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/events.md

    Stellen wir uns vor, Sie verfügen über einige **Modelle für maschinelles Lernen**, die Sie zur Bearbeitung von Requests verwenden möchten. 🤖
    
    Die gleichen Modelle werden von den Requests gemeinsam genutzt, es handelt sich also nicht um ein Modell pro Request, pro Benutzer, oder ähnliches.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/riscv64.s

    	MINU	X30, X5, X6				// 33d3e20b
    	MINU	X30, X5					// b3d2e20b
    	ORN	X6, X7, X8				// 33e46340
    	ORN	X6, X7					// b3e36340
    	SEXTB	X16, X17				// 93184860
    	SEXTH	X17, X18				// 13995860
    	XNOR	X18, X19, X20				// 33ca2941
    	XNOR	X18, X19				// b3c92941
    	ZEXTH	X19, X20				// 3bca0908
    
    	// 1.3: Bitwise Rotation (Zbb)
    	ROL	X8, X9, X10				// 33958460 or b30f8040b3dff4013395840033e5af00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top