Convert x86_(push|pop) operations to be explicitly limited to 32-bit and 64-bit values.

This commit is contained in:
Tyler McMullen
2017-12-01 16:55:26 -08:00
committed by Jakob Stoklund Olesen
parent 2f3edc1bc6
commit 4eb9a54096

View File

@@ -100,8 +100,7 @@ fmax = Instruction(
ins=(x, y), outs=a) ins=(x, y), outs=a)
Int = TypeVar('Int', 'A scalar integer type', ints=True) x = Operand('x', iWord)
x = Operand('x', Int)
push = Instruction( push = Instruction(
'x86_push', "Pushes onto the stack.", 'x86_push', "Pushes onto the stack.",