Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	LEAQ  256(inp), inp
    	LEAQ  256(oup), oup
    	SUBQ  $256, inl
    	JMP   openSSEMainLoop
    
    openSSEMainLoopDone:
    	// Handle the various tail sizes efficiently
    	TESTQ inl, inl
    	JE    openSSEFinalize
    	CMPQ  inl, $64
    	JBE   openSSETail64
    	CMPQ  inl, $128
    	JBE   openSSETail128
    	CMPQ  inl, $192
    	JBE   openSSETail192
    	JMP   openSSETail256
    
    openSSEFinalize:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// TESTx: compare (arg0 & arg1) to 0
    		{name: "TESTQ", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTQ", typ: "Flags"},
    		{name: "TESTL", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTL", typ: "Flags"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top