*参照元 [#n376f4bc] #backlinks *説明 [#m6041beb] -パス: [[gcc-8.3/gcc/]] -パス: [[gcc-8.3/gcc/config/riscv/riscv.c]] -FIXME: これは何? --説明 **引数 [#z76204bc] -const int from ATTRIBUTE_UNUSED -- -const int to -- **返り値 [#ycb6c64c] -bool -- **参考 [#r4481c37] *実装 [#gd7c5548] /* Make sure that we're not trying to eliminate to the wrong hard frame pointer. */ static bool riscv_can_eliminate (const int from ATTRIBUTE_UNUSED, const int to) { return (to == HARD_FRAME_POINTER_REGNUM || to == STACK_POINTER_REGNUM); } - --[[gcc-8.3/gcc/HARD_FRAME_POINTER_REGNUM]] --[[gcc-8.3/gcc/STACK_POINTER_REGNUM]] *コメント [#uced6cc7]