You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
596 B
17 lines
596 B
7 months ago
|
# RUN: llvm-mc -triple=ve --show-encoding < %s \
|
||
|
# RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
|
||
|
# RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \
|
||
|
# RUN: | FileCheck %s --check-prefixes=CHECK-INST
|
||
|
|
||
|
# CHECK-INST: negm %vm0, %vm0
|
||
|
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x95]
|
||
|
negm %vm0, %vm0
|
||
|
|
||
|
# CHECK-INST: negm %vm11, %vm1
|
||
|
# CHECK-ENCODING: encoding: [0x00,0x00,0x01,0x0b,0x00,0x00,0x00,0x95]
|
||
|
negm %vm11, %vm1
|
||
|
|
||
|
# CHECK-INST: negm %vm11, %vm15
|
||
|
# CHECK-ENCODING: encoding: [0x00,0x00,0x0f,0x0b,0x00,0x00,0x00,0x95]
|
||
|
negm %vm11, %vm15
|