Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c9966 rtx toload = gen_rtx_CONST (VOIDmode, local
9971 emit_insn (gen_elf_high (tmp_reg, toload));
9972 emit_insn (gen_elf_low (tmp_reg, tmp_reg, toload));
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c13916 rtx toload = gen_rtx_CONST (VOIDmode, in rs6000_emit_allocate_stack() local
13921 emit_insn (gen_elf_high (tmp_reg, toload)); in rs6000_emit_allocate_stack()
13922 emit_insn (gen_elf_low (tmp_reg, tmp_reg, toload)); in rs6000_emit_allocate_stack()