HomeSort by: relevance | last modified time | path
    Searched defs:slot_address (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 4814 rtx slot_address; local
4819 slot_address = loongarch_add_offset (scratch, hard_frame_pointer_rtx,
4822 slot_address = loongarch_add_offset (scratch, stack_pointer_rtx,
4825 loongarch_emit_move (gen_frame_mem (GET_MODE (address), slot_address),
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 4141 rtx slot_address;
4144 slot_address = riscv_add_offset (scratch, stack_pointer_rtx,
4146 riscv_emit_move (gen_frame_mem (GET_MODE (address), slot_address), address);
4138 rtx slot_address; local
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 6661 rtx slot_address; local
6666 slot_address = loongarch_add_offset (scratch, hard_frame_pointer_rtx,
6669 slot_address = loongarch_add_offset (scratch, stack_pointer_rtx,
6672 loongarch_emit_move (gen_frame_mem (GET_MODE (address), slot_address),
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 11698 rtx slot_address;
11701 slot_address = mips_add_offset (scratch, stack_pointer_rtx,
11703 mips_emit_move (gen_frame_mem (GET_MODE (address), slot_address), address);
11650 rtx slot_address; local
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 11525 rtx slot_address;
11528 slot_address = mips_add_offset (scratch, stack_pointer_rtx,
11530 mips_emit_move (gen_frame_mem (GET_MODE (address), slot_address), address);
11477 rtx slot_address; local

Completed in 66 milliseconds