Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for LEAQ (0.04 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64dynlinkerror.s

    	RET
    TEXT ·a23(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    	LEAQ (AX)(CX*1), R15
    	RET
    TEXT ·a24(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    	LEAQ (R15)(AX*1), AX // ERROR "when dynamic linking, R15 is clobbered by a global variable access and is used here"
    	RET
    TEXT ·a25(SB), 0, $0-0
    	CMPL runtime·writeBarrier(SB), $0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 15 20:45:41 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64error.s

    	MOVQ 3395469782(R10), R8        // ERROR "offset too large"
    	LEAQ 3395469782(AX), AX         // ERROR "offset too large"
    	ADDQ 3395469782(AX), AX         // ERROR "offset too large"
    	ADDL 3395469782(AX), AX         // ERROR "offset too large"
    	ADDW 3395469782(AX), AX         // ERROR "offset too large"
    	LEAQ 433954697820(AX), AX       // ERROR "offset too large"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  3. doc/asm.html

    	0x0000 00000 (x.go:3)	MOVQ	(TLS), CX
    	0x0009 00009 (x.go:3)	CMPQ	SP, 16(CX)
    	0x000d 00013 (x.go:3)	JLS	67
    	0x000f 00015 (x.go:3)	SUBQ	$16, SP
    	0x0013 00019 (x.go:3)	MOVQ	BP, 8(SP)
    	0x0018 00024 (x.go:3)	LEAQ	8(SP), BP
    	0x001d 00029 (x.go:3)	FUNCDATA	$0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
    	0x001d 00029 (x.go:3)	FUNCDATA	$1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    X11, X8 MOVOU X14, X11 PCLMULQDQ $0x01, X8, X11 PSHUFD $0x4e, X8, X8 PXOR X11, X8 MOVOU X14, X11 PCLMULQDQ $0x01, X8, X11 PSHUFD $0x4e, X8, X8 PXOR X11, X8 PXOR X9, X8 LEAQ 16(SI), SI JMP dataSinglesLoop dataEnd: TESTQ DX, DX JEQ dataBail PXOR X0, X0 LEAQ -1(SI)(DX*1), SI dataLoadLoop: PSLLDQ $0x01, X0 PINSRB $0x00, (SI), X0 LEAQ -1(SI), SI DECQ DX JNE dataLoadLoop JMP dataMul dataBail: MOVOU X8, (CX) RET // func gcmAesEnc(productTable *[256]byte, dst []byte, src []byte, ctr *[16]byte, T *[16]byte,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top