A "register file" is generally the CPU registers, these come from the ARM cortex architecture specification.
These are the registers where integers, floats, and pointers are manipulated by the CPU.
The register file on ARM Cortex-M7 include registers r0-r15, as well as s0-s31 (or d0-d15, for...