Home
last modified time | relevance | path

Searched refs:r10_buf (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dtraps.c3248 bfd_byte r10_buf[4]; in cris_pipe_empty() local
3281 (*CPU_REG_FETCH (cpu)) (cpu, H_GR_R10, r10_buf, 4); in cris_pipe_empty()
3282 retval = (int) bfd_getl_signed_32 (r10_buf); in cris_pipe_empty()
3285 bfd_putl32 (retval - remaining, r10_buf); in cris_pipe_empty()
3286 (*CPU_REG_STORE (cpu)) (cpu, H_GR_R10, r10_buf, 4); in cris_pipe_empty()