Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for d16 (0.01 sec)

  1. src/cmd/internal/obj/arm64/doc.go

    Go reverses the arguments of most instructions.
    
    Examples:
    
    	ADD R11.SXTB<<1, RSP, R25      <=>      add x25, sp, w11, sxtb #1
    	VADD V16, V19, V14             <=>      add d14, d19, d16
    
    Special Cases.
    
    (1) Argument order is the same as in the GNU ARM64 syntax: cbz, cbnz and some store instructions,
    such as str, stur, strb, sturb, strh, sturh stlr, stlrb. stlrh, st1.
    
    Examples:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top