brintos

brintos / llvm-project-archived public Read only

0
0
Text · 528 B · d730bb3 Raw
11 lines · plain
1// RUN: llvm-mc -triple=amdgcn -mcpu=tahiti -show-encoding %s | FileCheck -check-prefix=SI %s2// RUN: llvm-mc -triple=amdgcn -mcpu=tonga -show-encoding %s | FileCheck -check-prefix=VI %s3 4// The value inv2pi should not assert on any targets, but is5// printed differently depending on whether it's a legal inline6// immediate or not.7 8// SI: v_cvt_f32_f16_e32 v0, 0x3118 ; encoding: [0xff,0x16,0x00,0x7e,0x18,0x31,0x00,0x00]9// VI: v_cvt_f32_f16_e32 v0, 0.15915494 ; encoding: [0xf8,0x16,0x00,0x7e]10v_cvt_f32_f16_e32 v0, 0x311811