zephyr/arch/x86/include
Charles E. Youse 66a2ed2360 arch/x86: (Intel64) move RAX to volatile register set
This used to be part of the "restore always" set of registers because
__swap was expected to return a value.  No longer required, so RAX is
moved to the volatile registers and we save a few cycles occasionally.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-23 17:50:09 -07:00
..
ia32 arch/x86: share declaration of _interrupt_stack 2019-09-23 17:50:09 -07:00
intel64 arch/x86: (Intel64) move RAX to volatile register set 2019-09-23 17:50:09 -07:00
kernel_arch_data.h arch/x86: add SSE floating-point to Intel64 subarch 2019-09-15 11:33:47 +08:00
kernel_arch_func.h arch/x86: share declaration of _interrupt_stack 2019-09-23 17:50:09 -07:00
kernel_arch_thread.h arch/x86: add placeholders for Intel64 headers 2019-09-15 11:33:47 +08:00
offsets_short_arch.h arch/x86/ia32: move IA32 thread state to _thread_arch 2019-09-20 14:31:18 -04:00