pthread_arch.h\microblaze\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/microblaze/pthread_arch.h
blob: ff26624efc328a647f65d9a64b90d1e9f1bf577a (plain) (blame)
1
2
3
4
5
6
7
8
static inline uintptr_t __get_tp()
{
	uintptr_t tp;
	__asm__ ("ori %0, r21, 0" : "=r" (tp) );
	return tp;
}
#define MC_PC regs.pc
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月02日 18:38:52 +0000

AltStyle によって変換されたページ (->オリジナル) /