Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c32367 rtx vcall_addr, vcall_mem, this_mem; in x86_output_mi_thunk() local
32371 this_mem = gen_rtx_MEM (ptr_mode, this_reg); in x86_output_mi_thunk()
32373 this_mem = gen_rtx_ZERO_EXTEND (Pmode, this_mem); in x86_output_mi_thunk()
32374 emit_move_insn (tmp, this_mem); in x86_output_mi_thunk()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c41788 rtx vcall_addr, vcall_mem, this_mem; in x86_output_mi_thunk() local
41792 this_mem = gen_rtx_MEM (ptr_mode, this_reg); in x86_output_mi_thunk()
41794 this_mem = gen_rtx_ZERO_EXTEND (Pmode, this_mem); in x86_output_mi_thunk()
41795 emit_move_insn (tmp, this_mem); in x86_output_mi_thunk()