Searched refs:thread_pointer_rtx (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c1009 static GTY(()) rtx thread_pointer_rtx;
1013 if (!thread_pointer_rtx)
1014 thread_pointer_rtx = gen_rtx_REG (Pmode, 13);
1015 return thread_pointer_rtx;
1005 static GTY(()) rtx thread_pointer_rtx; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c912 static GTY(()) rtx thread_pointer_rtx;
916 if (!thread_pointer_rtx)
917 thread_pointer_rtx = gen_rtx_REG (Pmode, 13);
918 return thread_pointer_rtx;
907 static GTY(()) rtx thread_pointer_rtx; variable

Completed in 190 milliseconds