Searched refs:table_ptr1 (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_atanl.S | 553 table_ptr1 = r39 define 733 addl table_ptr1 = @ltoff(Constants_atan#), gp // Address of table pointer 740 ld8 table_ptr1 = [table_ptr1] // Get table pointer 766 mov table_base = table_ptr1 // Save base pointer to tables 771 ldfd P_hi = [table_ptr1],8 // Load double precision hi part of pi 778 ldfps P_lo, TWO_TO_NEG3 = [table_ptr1], 8 // Load P_lo and constant 2^-3 825 addl table_ptr1 = @ltoff(Constants_atan#), gp // Address of table pointer 832 ld8 table_ptr1 = [table_ptr1] // Get table pointer 853 mov table_base = table_ptr1 // Save base pointer to tables 858 ldfd P_hi = [table_ptr1],8 // Load double precision hi part of pi [all …]
|
D | libm_tan.S | 1019 table_ptr1 = r37 define 1060 (p0) addl table_ptr1 = @ltoff(TAN_BASE_CONSTANTS), gp 1067 ld8 table_ptr1 = [table_ptr1] 1081 (p0) add table_ptr2 = 96, table_ptr1 1091 (p0) ldfs TWO_TO_24 = [table_ptr1],4 1109 (p0) ldfs NEGTWO_TO_24 = [table_ptr1],12 ;; 1115 (p0) ldfe two_by_PI = [table_ptr1],16 1134 (p0) ldfe P_0 = [table_ptr1],16 ;; 1144 (p0) ldfe P_1 = [table_ptr1],16 ;; 1153 (p0) ldfe P_2 = [table_ptr1],16 ;; [all …]
|
D | s_tanl.S | 1178 table_ptr1 = r37 define 1321 add table_ptr1 = 0, table_base // Point to tanl_table_1 1347 ldfe two_by_PI = [table_ptr1],16 // Load 2/pi 1360 ldfe P_0 = [table_ptr1],16 // Load P_0 1367 ldfe P_1 = [table_ptr1],16 // Load P_1 1379 ldfe P_2 = [table_ptr1],16 // Load P_2 1388 ldfe P_3 = [table_ptr1],16 // Load P_3 1631 add table_ptr1 = 160, table_base ;; // Point to tanl_table_p1 1632 ldfe P1_1 = [table_ptr1],144 1639 ldfe Q1_1 = [table_ptr1] [all …]
|