Searched defs:FIXED_FRAME (Results 1 - 4 of 4) sorted by relevance

/prebuilts/go/darwin-x86/pkg/include/
H A Dasm_ppc64x.h5 // FIXED_FRAME defines the size of the fixed part of a stack frame. A stack
12 // +---------------------+ <- R1+FIXED_FRAME
16 // So a function that sets up a stack frame at all uses as least FIXED_FRAME
18 // with arguments (the arguments should be stored at FIXED_FRAME+0(R1),
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
25 #define FIXED_FRAME 32 macro
/prebuilts/go/darwin-x86/src/runtime/
H A Dasm_ppc64x.h5 // FIXED_FRAME defines the size of the fixed part of a stack frame. A stack
12 // +---------------------+ <- R1+FIXED_FRAME
16 // So a function that sets up a stack frame at all uses as least FIXED_FRAME
18 // with arguments (the arguments should be stored at FIXED_FRAME+0(R1),
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
25 #define FIXED_FRAME 32 macro
/prebuilts/go/linux-x86/pkg/include/
H A Dasm_ppc64x.h5 // FIXED_FRAME defines the size of the fixed part of a stack frame. A stack
12 // +---------------------+ <- R1+FIXED_FRAME
16 // So a function that sets up a stack frame at all uses as least FIXED_FRAME
18 // with arguments (the arguments should be stored at FIXED_FRAME+0(R1),
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
25 #define FIXED_FRAME 32 macro
/prebuilts/go/linux-x86/src/runtime/
H A Dasm_ppc64x.h5 // FIXED_FRAME defines the size of the fixed part of a stack frame. A stack
12 // +---------------------+ <- R1+FIXED_FRAME
16 // So a function that sets up a stack frame at all uses as least FIXED_FRAME
18 // with arguments (the arguments should be stored at FIXED_FRAME+0(R1),
19 // FIXED_FRAME+8(R1) etc) and some other low-level places.
25 #define FIXED_FRAME 32 macro

Completed in 362 milliseconds