diff options
| author | grischka <grischka> | 2009-12-19 19:14:14 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-12-19 22:16:19 +0100 |
| commit | dd3d4f7295f0729f36acf9be0d6027d1838b9a9b (patch) | |
| tree | c6d297da0685aeba365856f7ffa47e1c154791e1 /x86_64-asm.h | |
| parent | 1445fea5827a948996e1c7bea24df4c0df79f432 (diff) | |
| download | tinycc-dd3d4f7295f0729f36acf9be0d6027d1838b9a9b.tar.gz tinycc-dd3d4f7295f0729f36acf9be0d6027d1838b9a9b.tar.bz2 | |
x86-64: fix udiv, add cqto instruction
Diffstat (limited to 'x86_64-asm.h')
| -rw-r--r-- | x86_64-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64-asm.h b/x86_64-asm.h index c2df822..69cd77c 100644 --- a/x86_64-asm.h +++ b/x86_64-asm.h @@ -26,6 +26,7 @@ DEF_ASM_OP0(cwtl, 0x98) DEF_ASM_OP0(cwtd, 0x6699) DEF_ASM_OP0(cltd, 0x99) + DEF_ASM_OP0(cqto, 0x4899) DEF_ASM_OP0(int3, 0xcc) DEF_ASM_OP0(into, 0xce) DEF_ASM_OP0(iret, 0xcf) |
