<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sun, Feb 15, 2026 at 11:45 AM iopen devel via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> chm/units/xtensa-freertos/chmsitemap.s:927: Error: unknown opcode or format name 'dpfr'</blockquote><div><br></div><div>Some checking shows that xtensa-esp32-elf-as does not recognise the DPFR instruction.</div><div><br></div><div>The DPFR instruction is only used in one location in the compiler: <a href="https://gitlab.com/freepascal.org/fpc/source/-/blob/main/compiler/xtensa/ncpuinl.pas?ref_type=heads#L277">https://gitlab.com/freepascal.org/fpc/source/-/blob/main/compiler/xtensa/ncpuinl.pas?ref_type=heads#L277</a></div><div>One potential fix would be to define a feature flag for the xtensa controllers to indicate whether the prefetch functionality should be skipped.</div><div><br></div><div>Please log an issue to ensure this is not forgotten (<a href="https://gitlab.com/freepascal.org/fpc/source/-/issues">https://gitlab.com/freepascal.org/fpc/source/-/issues</a>).</div></div></div>