Lines Matching refs:GETPC
114 fa = f_to_float32(env, GETPC(), a); in helper_addf()
115 fb = f_to_float32(env, GETPC(), b); in helper_addf()
124 fa = f_to_float32(env, GETPC(), a); in helper_subf()
125 fb = f_to_float32(env, GETPC(), b); in helper_subf()
134 fa = f_to_float32(env, GETPC(), a); in helper_mulf()
135 fb = f_to_float32(env, GETPC(), b); in helper_mulf()
144 fa = f_to_float32(env, GETPC(), a); in helper_divf()
145 fb = f_to_float32(env, GETPC(), b); in helper_divf()
154 ft = f_to_float32(env, GETPC(), t); in helper_sqrtf()
241 fa = g_to_float64(env, GETPC(), a); in helper_addg()
242 fb = g_to_float64(env, GETPC(), b); in helper_addg()
251 fa = g_to_float64(env, GETPC(), a); in helper_subg()
252 fb = g_to_float64(env, GETPC(), b); in helper_subg()
261 fa = g_to_float64(env, GETPC(), a); in helper_mulg()
262 fb = g_to_float64(env, GETPC(), b); in helper_mulg()
271 fa = g_to_float64(env, GETPC(), a); in helper_divg()
272 fb = g_to_float64(env, GETPC(), b); in helper_divg()
281 fa = g_to_float64(env, GETPC(), a); in helper_sqrtg()
290 fa = g_to_float64(env, GETPC(), a); in helper_cmpgeq()
291 fb = g_to_float64(env, GETPC(), b); in helper_cmpgeq()
304 fa = g_to_float64(env, GETPC(), a); in helper_cmpgle()
305 fb = g_to_float64(env, GETPC(), b); in helper_cmpgle()
318 fa = g_to_float64(env, GETPC(), a); in helper_cmpglt()
319 fb = g_to_float64(env, GETPC(), b); in helper_cmpglt()
339 fa = g_to_float64(env, GETPC(), a); in helper_cvtgf()
346 float64 fa = g_to_float64(env, GETPC(), a); in helper_cvtgq()