Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dbpfjit.c531 sljit_s32 save_reg; in emit_xcall() local
534 save_reg = (BPF_CLASS(pc->code) == BPF_LDX) ? BJ_AREG : BJ_XREG; in emit_xcall()
536 if (save_reg == BJ_AREG || (hints & BJ_HINT_XREG)) { in emit_xcall()
542 save_reg, 0); in emit_xcall()
634 if (save_reg == BJ_AREG || (hints & BJ_HINT_XREG)) { in emit_xcall()
638 save_reg, 0, in emit_xcall()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201525401 * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.