Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c8746 HOST_WIDE_INT stub_ptr_offset = xlogue.get_stub_ptr_offset (); in ix86_emit_outlined_ms2sysv_restore() local
8747 HOST_WIDE_INT rsi_offset = frame.stack_realign_offset + stub_ptr_offset; in ix86_emit_outlined_ms2sysv_restore()
8809 tmp = gen_rtx_PLUS (Pmode, rsi, GEN_INT (stub_ptr_offset)); in ix86_emit_outlined_ms2sysv_restore()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc9126 HOST_WIDE_INT stub_ptr_offset = xlogue.get_stub_ptr_offset (); in ix86_emit_outlined_ms2sysv_restore() local
9127 HOST_WIDE_INT rsi_offset = frame.stack_realign_offset + stub_ptr_offset; in ix86_emit_outlined_ms2sysv_restore()
9189 tmp = plus_constant (Pmode, rsi, stub_ptr_offset); in ix86_emit_outlined_ms2sysv_restore()