1 # RUN: llvm-mc -filetype=obj -triple x86_64 --x86-align-branch-boundary=32 --x86-align-branch=jmp %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
3 # Exercise cases where we're enabling interrupts with one instruction delay
4 # and thus can't add a nop in between without changing behavior.
17 # CHECK: 5c: movq %rax, %ss
26 # CHECK: 9d: movl %esi, %ss
35 # movw and movl are interchangeable since we're only using the low 16 bits.
36 # Both are generated as "MOV Sreg,r/m16**" (8E /r), but disassembled as movl
37 # CHECK: dd: movl %esi, %ss
46 # CHECK: 11b: movw (%esi), %ss
55 # CHECK: 15b: movw (%rsi), %ss
66 .section ".text.other"