Searched refs:tpval (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/lib/libc/ia64/gen/
H A D_set_tp.c30 _set_tp(void *tpval) argument
33 __asm __volatile("mov r13 = %0" :: "r"(tpval));
/freebsd-10.3-release/lib/libc/sparc64/gen/
H A D_set_tp.c30 _set_tp(void *tpval) argument
33 __asm __volatile("mov %0, %%g7" : : "r" (tpval));
/freebsd-10.3-release/lib/libc/powerpc/gen/
H A D_set_tp.c30 _set_tp(void *tpval) argument
34 __asm __volatile("mr %0,%1" : "=r"(tp) : "r"((char*)tpval + 0x7008));
/freebsd-10.3-release/lib/libc/powerpc64/gen/
H A D_set_tp.c30 _set_tp(void *tpval) argument
34 __asm __volatile("mr %0,%1" : "=r"(tp) : "r"((char*)tpval + 0x7010));
/freebsd-10.3-release/libexec/rtld-elf/ia64/
H A Dreloc.c644 void *tpval; local
653 tpval = allocate_tls(list, NULL, TLS_TCB_SIZE, 16);
654 __asm __volatile("mov r13 = %0" :: "r"(tpval));
/freebsd-10.3-release/libexec/rtld-elf/sparc64/
H A Dreloc.c838 Elf_Addr* tpval; local
845 tpval = allocate_tls(objs, NULL, 3 * sizeof(Elf_Addr),
847 __asm __volatile("mov %0, %%g7" : : "r" (tpval));

Completed in 161 milliseconds