diff options
Diffstat (limited to 'llvm/test/MC/AMDGPU/gfx8_asm_all.s')
-rw-r--r-- | llvm/test/MC/AMDGPU/gfx8_asm_all.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/MC/AMDGPU/gfx8_asm_all.s b/llvm/test/MC/AMDGPU/gfx8_asm_all.s index 30e7eeeae12..fcf6e29acfd 100644 --- a/llvm/test/MC/AMDGPU/gfx8_asm_all.s +++ b/llvm/test/MC/AMDGPU/gfx8_asm_all.s @@ -24330,14 +24330,16 @@ v_cvt_f32_f16_e64 v0, exec_hi v_cvt_f32_f16_e64 v0, 0 // CHECK: [0x00,0x00,0x4b,0xd1,0x80,0x00,0x00,0x00] +// FIXME: Parsing source modifiers v_cvt_f32_f16_e64 v0, -1 -// CHECK: [0x00,0x00,0x4b,0xd1,0xc1,0x00,0x00,0x00] +// CHECK: [0x00,0x00,0x4b,0xd1,0x81,0x00,0x00,0x20] v_cvt_f32_f16_e64 v0, 0.5 // CHECK: [0x00,0x00,0x4b,0xd1,0xf0,0x00,0x00,0x00] +// FIXME: Parsing source modifiers v_cvt_f32_f16_e64 v0, -4.0 -// CHECK: [0x00,0x00,0x4b,0xd1,0xf7,0x00,0x00,0x00] +// CHECK: [0x00,0x00,0x4b,0xd1,0xf6,0x00,0x00,0x20] v_cvt_f32_f16_e64 v0, v0 // CHECK: [0x00,0x00,0x4b,0xd1,0x00,0x01,0x00,0x00] |