About the instruction execution speed

Hello ~

I saw the following information while referring to the document(R01US0015EJ0230 rev 2.30 page 40).

"Remark This number of clocks is for when the program is in the internal ROM (flash memory) area. When fetching an
instruction from the internal RAM area, the number of clocks is four times the number of clocks plus 6,
maximum."
In general, I know that when the code is performed in Ram, the execution speed is faster than flash XIP.
However, in renesas RL78, I am confused to see that performing instruction in Ram is four times slower than performing in flash.

Did I misunderstand the document?