Chromium Code Reviews| Index: tests_lit/assembler/x86/opcode_register_encodings.ll |
| diff --git a/tests_lit/assembler/x86/opcode_register_encodings.ll b/tests_lit/assembler/x86/opcode_register_encodings.ll |
| index d926e8fd7c539441eba083de062238c9d3c8ba8d..5aefe4aea039684e1a46adfa8ef5efb85931f6c0 100644 |
| --- a/tests_lit/assembler/x86/opcode_register_encodings.ll |
| +++ b/tests_lit/assembler/x86/opcode_register_encodings.ll |
| @@ -2,8 +2,8 @@ |
| ; those for pmull vary more wildly depending on operand size (rather than |
| ; follow a usual pattern). |
| -; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 -mattr=sse4.1 \ |
| -; RUN: -sandbox | FileCheck %s |
| +; RUN: %p2i --filetype=obj --disassemble --sandbox -i %s --args -O2 \ |
| +; RUN: -mattr=sse4.1 | FileCheck %s |
| define internal <8 x i16> @test_mul_v8i16(<8 x i16> %arg0, <8 x i16> %arg1) { |
| entry: |
| @@ -161,7 +161,7 @@ entry: |
| ret i32 %v |
| } |
| ; CHECK-LABEL: test_nacl_read_tp_more_addressing |
| -; CHECK: 65 8b 05 00 00 00 00 mov eax,DWORD PTR gs:0x0 |
| +; CHECK: mov eax,{{(DWORD PTR )?}}gs:0x0 |
|
Jim Stichnoth
2016/01/10 03:08:56
Mostly just out of curiosity - was there a reason
sehr
2016/01/11 21:49:48
There are two totally different opcodes for moving
|
| ; CHECK: 8b 04 00 mov eax,DWORD PTR [eax+eax*1] |
| ; CHECK: 65 8b 0d 00 00 00 00 mov ecx,DWORD PTR gs:0x0 |
| ; CHECK: 89 51 80 mov DWORD PTR [ecx-0x80],edx |