Intel encodings for regspill and regfill.
These are always SP-based.
This commit is contained in:
@@ -194,6 +194,11 @@ ebb0:
|
||||
; asm: movd 1032(%rsp), %xmm10
|
||||
[-,%xmm10] v211 = fill v201 ; bin: 66 44 0f 6e 94 24 00000408
|
||||
|
||||
; asm: movd %xmm5, 1032(%rsp)
|
||||
regspill v100, %xmm5 -> ss1 ; bin: 66 0f 7e ac 24 00000408
|
||||
; asm: movd 1032(%rsp), %xmm5
|
||||
regfill v100, ss1 -> %xmm5 ; bin: 66 0f 6e ac 24 00000408
|
||||
|
||||
; Comparisons.
|
||||
;
|
||||
; Only `supported_floatccs` are tested here. Others are handled by
|
||||
@@ -412,6 +417,11 @@ ebb0:
|
||||
; asm: movq 1032(%rsp), %xmm10
|
||||
[-,%xmm10] v211 = fill v201 ; bin: f3 44 0f 7e 94 24 00000408
|
||||
|
||||
; asm: movq %xmm5, 1032(%rsp)
|
||||
regspill v100, %xmm5 -> ss1 ; bin: 66 0f d6 ac 24 00000408
|
||||
; asm: movq 1032(%rsp), %xmm5
|
||||
regfill v100, ss1 -> %xmm5 ; bin: f3 0f 7e ac 24 00000408
|
||||
|
||||
; Comparisons.
|
||||
;
|
||||
; Only `supported_floatccs` are tested here. Others are handled by
|
||||
|
||||
Reference in New Issue
Block a user