embeded/esp32
xtensa lx6 instruction set
구차니
2023. 3. 13. 19:33
특이하게(?)
abs
add2,4,8 y = x + 2
이런 명령어가 추가되어있다
다만 neon 같은 simd 명령어는 없고
shift, add, sub는 있지만 mul, div가 없다.
https://0x04.net/~mwk/doc/xtensa.pdf
https://www.esp32.com/viewtopic.php?t=6477