From a8923e218515a0bfdb9d29b031afd4a8349899f9 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Sun, 10 Jun 2018 15:41:13 +0300 Subject: [PATCH] Add 64-bit versions. --- cranelift/filetests/isa/x86/binary64.cton | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cranelift/filetests/isa/x86/binary64.cton b/cranelift/filetests/isa/x86/binary64.cton index b9e56c1ccb..0b0deb4143 100644 --- a/cranelift/filetests/isa/x86/binary64.cton +++ b/cranelift/filetests/isa/x86/binary64.cton @@ -43,6 +43,15 @@ ebb0: ; asm: movb $1, %sil [-,%r10] v9008 = bconst.b1 true ; bin: 41 ba 00000001 + ; Integer Register Operations. + + ; asm: notq %rcx + [-,%rcx] v4000 = bnot v1 ; bin: 48 f7 d1 + ; asm: notq %rsi + [-,%rsi] v4001 = bnot v2 ; bin: 48 f7 d6 + ; asm: notq %r10 + [-,%r10] v4002 = bnot v3 ; bin: 49 f7 d2 + ; Integer Register-Register Operations. ; asm: addq %rsi, %rcx