[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / VE / CVTQD.s
blob1ca8e2791c2b7d914866aa09d95509989f675b51
1 # RUN: llvm-mc -triple=ve --show-encoding < %s \
2 # RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 # RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \
4 # RUN: | FileCheck %s --check-prefixes=CHECK-INST
6 # CHECK-INST: cvt.q.d %s18, %s12
7 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8c,0x12,0x2d]
8 cvt.q.d %s18, %s12
10 # CHECK-INST: cvt.q.d %s18, 63
11 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x3f,0x12,0x2d]
12 cvt.q.d %s18, 63
14 # CHECK-INST: cvt.q.d %s18, -64
15 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x40,0x12,0x2d]
16 cvt.q.d %s18, -64
18 # CHECK-INST: cvt.q.d %s18, -1
19 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x7f,0x12,0x2d]
20 cvt.q.d %s18, -1