Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PCMPESTRI (0.07 sec)

  1. src/internal/bytealg/index_amd64.s

    	// and corresponds to first matching byte (bit 6 is 0)
    	PCMPESTRI $0x0c, (DI), X1
    	// CX == 16 means no match,
    	// CX > R9 means partial match at the end of the string,
    	// otherwise sep is at offset CX from X1 start
    	CMPQ CX, R9
    	JBE sse42_success
    	ADDQ R9, DI
    	CMPQ DI, SI
    	JB loop_sse42
    	PCMPESTRI $0x0c, -1(SI), X1
    	CMPQ CX, R9
    	JA fail
    	LEAQ -1(SI), DI
    sse42_success:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:20:48 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top