43 lines · plain
1// RUN: llvm-mc -triple=amdgcn -mcpu=tahiti %s | FileCheck %s --check-prefix=SI2// RUN: llvm-mc -triple=amdgcn -mcpu=bonaire %s | FileCheck %s --check-prefix=BONAIRE3// RUN: llvm-mc -triple=amdgcn -mcpu=hawaii %s | FileCheck %s --check-prefix=HAWAII4// RUN: llvm-mc -triple=amdgcn -mcpu=kabini %s | FileCheck %s --check-prefix=KABINI5// RUN: llvm-mc -triple=amdgcn -mcpu=iceland %s | FileCheck %s --check-prefix=ICELAND6// RUN: llvm-mc -triple=amdgcn -mcpu=carrizo %s | FileCheck %s --check-prefix=CARRIZO7// RUN: llvm-mc -triple=amdgcn -mcpu=tonga %s | FileCheck %s --check-prefix=TONGA8// RUN: llvm-mc -triple=amdgcn -mcpu=fiji %s | FileCheck %s --check-prefix=FIJI9// RUN: llvm-mc -triple=amdgcn -mcpu=stoney %s | FileCheck %s --check-prefix=STONEY10 11.byte .option.machine_version_major12// SI: .byte 613// BONAIRE: .byte 714// HAWAII: .byte 715// KABINI: .byte 716// ICELAND: .byte 817// CARRIZO: .byte 818// TONGA: .byte 819// FIJI: .byte 820// STONEY: .byte 821 22.byte .option.machine_version_minor23// SI: .byte 024// BONAIRE: .byte 025// HAWAII: .byte 026// KABINI: .byte 027// ICELAND: .byte 028// CARRIZO: .byte 029// TONGA: .byte 030// FIJI: .byte 031// STONEY: .byte 132 33.byte .option.machine_version_stepping34// SI: .byte 035// BONAIRE: .byte 436// HAWAII: .byte 137// KABINI: .byte 338// ICELAND: .byte 239// CARRIZO: .byte 140// TONGA: .byte 241// FIJI: .byte 342// STONEY: .byte 043