Home
last modified time | relevance | path

Searched refs:JMP_REGS_R15 (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsetjmp_internal.h16 #define JMP_REGS_R15 56 macro
H A Dsiglongjmp.S14 movq JMP_REGS_R15(%rdi), %r15
H A Dsigsetjmp.S24 movq %r15, JMP_REGS_R15(%rdi)
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h25 #define JMP_REGS_R15 16 macro
H A Dsiglongjmp.S19 lwz %r15, JMP_REGS_R15(3)
H A Dsigsetjmp.S18 stw %r15, JMP_REGS_R15(3)