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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c320 _Unwind_Word *ra_ptr;
371 ra_ptr = context->reg[0];
372 if (ra_ptr && *ra_ptr == 0)
376 if (ra_ptr)
377 window_size = (*ra_ptr >> 30) * 4;
315 _Unwind_Word *ra_ptr; local
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c320 _Unwind_Word *ra_ptr;
371 ra_ptr = context->reg[0];
372 if (ra_ptr && *ra_ptr == 0)
376 if (ra_ptr)
377 window_size = (*ra_ptr >> 30) * 4;
315 _Unwind_Word *ra_ptr; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dor1k-tdep.c179 The rd_ptr, ra_ptr and simm_ptr must be non NULL pointers and are used
185 unsigned int *ra_ptr, int *simm_ptr)
194 *ra_ptr = (unsigned int) ra;
210 The simm_ptr, ra_ptr and rb_ptr must be non NULL pointers and are used
215 or1k_analyse_l_sw (uint32_t inst, int *simm_ptr, unsigned int *ra_ptr,
229 *ra_ptr = (unsigned int) ra;
183 or1k_analyse_l_addi(uint32_t inst, unsigned int *rd_ptr, unsigned int *ra_ptr, int *simm_ptr) argument
214 or1k_analyse_l_sw(uint32_t inst, int *simm_ptr, unsigned int *ra_ptr, unsigned int *rb_ptr) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dor1k-tdep.c180 The rd_ptr, ra_ptr and simm_ptr must be non NULL pointers and are used
186 unsigned int *ra_ptr, int *simm_ptr)
195 *ra_ptr = (unsigned int) ra;
211 The simm_ptr, ra_ptr and rb_ptr must be non NULL pointers and are used
216 or1k_analyse_l_sw (uint32_t inst, int *simm_ptr, unsigned int *ra_ptr,
230 *ra_ptr = (unsigned int) ra;
184 or1k_analyse_l_addi(uint32_t inst, unsigned int *rd_ptr, unsigned int *ra_ptr, int *simm_ptr) argument
215 or1k_analyse_l_sw(uint32_t inst, int *simm_ptr, unsigned int *ra_ptr, unsigned int *rb_ptr) argument

Completed in 228 milliseconds