Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SAVE_GPR (0.13 sec)

  1. src/runtime/cgo/abi_ppc64x.h

    // subset of these.
    //
    // These macros assume a 16 byte aligned stack pointer. This
    // is required by ELFv1, ELFv2, and AIX PPC64.
    
    #define SAVE_GPR_SIZE (18*8)
    #define SAVE_GPR(offset)               \
    	MOVD	R14, (offset+8*0)(R1)  \
    	MOVD	R15, (offset+8*1)(R1)  \
    	MOVD	R16, (offset+8*2)(R1)  \
    	MOVD	R17, (offset+8*3)(R1)  \
    	MOVD	R18, (offset+8*4)(R1)  \
    	MOVD	R19, (offset+8*5)(R1)  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top