HomeSort by relevance Sort by last modified time
    Searched refs:framesize (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 248 // R3: framesize, R4: argsize, R5: LR
527 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
535 MOVD framesize+16(FP), R3
543 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
asm_386.s 647 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
655 MOVL framesize+8(FP), AX
663 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
asm_amd64.s 665 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
673 MOVQ framesize+16(FP), AX
681 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
stack.go 86 // in case SP - framesize wraps below zero.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-parse.y 94 #define LINKAGE(r, framesize) \
95 bfin_gen_linkage (r, framesize)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s 647 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
655 MOVL framesize+8(FP), AX
663 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
asm_amd64.s 665 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
673 MOVQ framesize+16(FP), AX
681 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
stack.go 86 // in case SP - framesize wraps below zero.
    [all...]

Completed in 2174 milliseconds

1 2 3 45