[X86][AVX512] add vmovss/sd missing encoding
[oota-llvm.git] / test / Object / ARM / macho-data-in-code.test
1 RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
2
3 CHECK:      12: 80 bd                                           pop     {r7, pc}
4
5 CHECK:      14: 38 00 00 00                                     .long 56        @ KIND_DATA
6 CHECK:      18: 70 47                                           bx      lr
7