Searched refs:set_offset (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | darwin-fallback.c | 354 #define set_offset(r, addr) \ in handle_syscall() macro 375 set_offset (CR2_REGNO, &m64->cr); in handle_syscall() 377 set_offset (i, m64->gpr[i] + 1); in handle_syscall() 378 set_offset (XER_REGNO, m64->xer + 1); in handle_syscall() 382 set_offset (VRSAVE_REGNO, &m64->vrsave); in handle_syscall() 403 set_offset (CR2_REGNO, &m->cr); in handle_syscall() 405 set_offset (i, m->gpr + i); in handle_syscall() 406 set_offset (XER_REGNO, &m->xer); in handle_syscall() 407 set_offset (LINK_REGISTER_REGNUM, &m->lr); in handle_syscall() 411 set_offset (VRSAVE_REGNO, &m->vrsave); in handle_syscall() [all …]
|