Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for memeqbodyclc (0.09 sec)

  1. src/internal/bytealg/equal_s390x.s

    loop:
    	CMPBEQ	R6, $0, equal
    	CMPBLT	R6, $32, tiny
    	CMP	R6, $256
    	BLT	tail
    	CLC	$256, 0(R3), 0(R5)
    	BNE	notequal
    	SUB	$256, R6
    	LA	256(R3), R3
    	LA	256(R5), R5
    	BR	loop
    tail:
    	SUB	$1, R6, R8
    	EXRL	$memeqbodyclc<>(SB), R8
    	BEQ	equal
    notequal:
    	MOVB	$0, 0(R7)
    	RET
    equal:
    	MOVB	$1, 0(R7)
    	RET
    tiny:
    	MOVD	$0, R2
    	CMPBLT	R6, $16, lt16
    	MOVD	0(R3), R8
    	MOVD	0(R5), R9
    	CMPBNE	R8, R9, notequal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 00:56:36 UTC 2019
    - 1.8K bytes
    - Viewed (0)
Back to top