Add 64-bit versions.

This commit is contained in:
Sergey Pepyakin
2018-06-10 15:41:13 +03:00
committed by Dan Gohman
parent 399860e2aa
commit a8923e2185

View File

@@ -43,6 +43,15 @@ ebb0:
; asm: movb $1, %sil ; asm: movb $1, %sil
[-,%r10] v9008 = bconst.b1 true ; bin: 41 ba 00000001 [-,%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. ; Integer Register-Register Operations.
; asm: addq %rsi, %rcx ; asm: addq %rsi, %rcx