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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c939 static GTY(()) rtx thread_pointer_rtx;
943 if (!thread_pointer_rtx)
944 thread_pointer_rtx = gen_rtx_REG (Pmode, 13);
945 return thread_pointer_rtx;
934 static GTY(()) rtx thread_pointer_rtx; variable

Completed in 170 milliseconds