Lines Matching refs:t
89 unw_word t, off; in unw_decode_x1() local
92 t = unw_decode_uleb128 (&dp); in unw_decode_x1()
96 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); in unw_decode_x1()
98 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); in unw_decode_x1()
106 unw_word t; in unw_decode_x2() local
109 t = unw_decode_uleb128 (&dp); in unw_decode_x2()
114 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2()
116 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
124 unw_word t, off; in unw_decode_x3() local
127 t = unw_decode_uleb128 (&dp); in unw_decode_x3()
134 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
136 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
144 unw_word t; in unw_decode_x4() local
147 t = unw_decode_uleb128 (&dp); in unw_decode_x4()
155 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
157 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()
272 unw_word t, size; in unw_decode_p7_p10() local
277 t = unw_decode_uleb128 (&dp); in unw_decode_p7_p10()
282 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10()
285 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10()
286 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10()
287 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10()
288 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
289 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
290 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
291 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
292 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
293 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
294 case 10: UNW_DEC_REG_WHEN(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
295 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
296 case 12: UNW_DEC_REG_WHEN(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
297 case 13: UNW_DEC_REG_PSPREL(P7, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
298 case 14: UNW_DEC_REG_WHEN(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
299 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
310 t = unw_decode_uleb128 (&dp); in unw_decode_p7_p10()
313 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
314 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10()
315 case 3: UNW_DEC_REG_SPREL(P8, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10()
316 case 4: UNW_DEC_REG_SPREL(P8, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10()
317 case 5: UNW_DEC_REG_SPREL(P8, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10()
318 case 6: UNW_DEC_REG_SPREL(P8, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10()
319 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
320 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
321 case 9: UNW_DEC_REG_SPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10()
322 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
323 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
324 case 12: UNW_DEC_REG_SPREL(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10()
325 case 13: UNW_DEC_REG_WHEN(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
326 case 14: UNW_DEC_REG_PSPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
327 case 15: UNW_DEC_REG_SPREL(P8, UNW_REG_RNAT, t, arg); break; in unw_decode_p7_p10()
328 case 16: UNW_DEC_PRIUNAT_WHEN_GR(P8, t, arg); break; in unw_decode_p7_p10()
329 case 17: UNW_DEC_PRIUNAT_PSPREL(P8, t, arg); break; in unw_decode_p7_p10()
330 case 18: UNW_DEC_PRIUNAT_SPREL(P8, t, arg); break; in unw_decode_p7_p10()
331 case 19: UNW_DEC_PRIUNAT_WHEN_MEM(P8, t, arg); break; in unw_decode_p7_p10()
382 unw_word t; in unw_decode_b2() local
384 t = unw_decode_uleb128 (&dp); in unw_decode_b2()
385 UNW_DEC_EPILOGUE(B2, t, (code & 0x1f), arg); in unw_decode_b2()
392 unw_word t, ecount, label; in unw_decode_b3_x4() local
396 t = unw_decode_uleb128 (&dp); in unw_decode_b3_x4()
398 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()