Intel encodings for floating point copies.

This commit is contained in:
Jakob Stoklund Olesen
2017-09-26 13:54:19 -07:00
parent 7fb6159a85
commit ce767be703
3 changed files with 24 additions and 0 deletions

View File

@@ -91,6 +91,11 @@ ebb0:
; asm: xorps %xmm5, %xmm10
[-,%xmm10] v37 = bxor v11, v10 ; bin: 44 0f 57 d5
; asm: movaps %xmm10, %xmm5
[-,%xmm5] v38 = copy v11 ; bin: 41 0f 28 ea
; asm: movaps %xmm5, %xmm10
[-,%xmm10] v39 = copy v10 ; bin: 44 0f 28 d5
; Unary arithmetic.
; asm: sqrtss %xmm5, %xmm10
@@ -281,6 +286,11 @@ ebb0:
; asm: xorps %xmm5, %xmm10
[-,%xmm10] v37 = bxor v11, v10 ; bin: 44 0f 57 d5
; asm: movaps %xmm10, %xmm5
[-,%xmm5] v38 = copy v11 ; bin: 41 0f 28 ea
; asm: movaps %xmm5, %xmm10
[-,%xmm10] v39 = copy v10 ; bin: 44 0f 28 d5
; Unary arithmetic.
; asm: sqrtsd %xmm5, %xmm10