Search found 1 match
- Sat May 04, 2019 11:55 pm
- Forum: ESP-IDF
- Topic: Pre/post increment FP load/store instructions.
- Replies: 2
- Views: 4098
Pre/post increment FP load/store instructions.
TL;DR: Can someone confirm that the ESP32 uses postincrement FP load/store. The Xtensa Instruction Set Architecture reference manual documents a quartet of instructions that load/store a float and update the address register (LSIU, LSXU, SSIU, SSXU). These are useful for stepping through arrays. I f...