factor/basis/cpu/x86
Björn Lindqvist e41aef9a50 cpu.x86: use push and pop when emitting %prologue and %epilogue
push/pop REG has the same effect as sub/add rsp, 8 so use them instead
when applicable to generate a little shorter code
2015-07-21 16:22:33 -07:00
..
32 cpu.x86.*: %mov-vm-ptr isn't so useful, shorter and simpler to write 2015-05-22 12:22:29 -07:00
64 x86.64: change the register order so that RBX is allocated before RCX 2015-06-16 18:28:32 -07:00
assembler factor: Trim whitespace after ! comments and a few USING: lines that got skipped before. 2015-07-18 20:14:22 -07:00
features
sse update some more MACRO: effects. 2015-07-19 11:42:46 -07:00
x87
authors.txt
summary.txt
tags.txt
x86-docs.factor cpu.x86: use push and pop when emitting %prologue and %epilogue 2015-07-21 16:22:33 -07:00
x86-tests.factor cpu.x86: use push and pop when emitting %prologue and %epilogue 2015-07-21 16:22:33 -07:00
x86.factor cpu.x86: use push and pop when emitting %prologue and %epilogue 2015-07-21 16:22:33 -07:00