Hi,
I was wondering if using the ARM SETEND BE/LE instructions (check this page) to load/store 16,32 & 64 bit values from memory will speed up the emulation on arm CPU? I think using SETEND BE/LE will save a few CPU ticks because the swapping is not needed anymore (unless SETEND BE/LE takes more than swapping).
I was wondering if using the ARM SETEND BE/LE instructions (check this page) to load/store 16,32 & 64 bit values from memory will speed up the emulation on arm CPU? I think using SETEND BE/LE will save a few CPU ticks because the swapping is not needed anymore (unless SETEND BE/LE takes more than swapping).