annotate test/MC/AMDGPU/pal.s @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents 803732b1fca8
children c2174574ed3a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 // RUN: llvm-mc -triple amdgcn--amdpal -mcpu=kaveri -show-encoding %s | FileCheck %s --check-prefix=ASM
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 // RUN: llvm-mc -filetype=obj -triple amdgcn--amdpal -mcpu=kaveri -show-encoding %s | llvm-readobj -symbols -s -sd | FileCheck %s --check-prefix=ELF
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
3
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
4 .amd_amdgpu_pal_metadata 0x12345678, 0xfedcba98, 0x2468ace0, 0xfdb97531
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
5 // ASM: .amd_amdgpu_pal_metadata 0x12345678,0xfedcba98,0x2468ace0,0xfdb97531
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 // ELF: SHT_NOTE
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 // ELF: 0000: 04000000 10000000 0C000000 414D4400
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 // ELF: 0010: 78563412 98BADCFE E0AC6824 3175B9FD
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9