Imported Upstream version 5.18.0.207

Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-11-17 08:23:10 +00:00
parent 8e12397d70
commit eb85e2fc17
28480 changed files with 72 additions and 3866936 deletions

View File

@@ -1,20 +0,0 @@
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=pwr7 | FileCheck %s -check-prefix=SERVER
# RUN: llvm-mc --disassemble %s -triple powerpc64-unknown-unknown -mcpu=a2 | FileCheck %s -check-prefix=EMBEDDED
# SERVER: dcbt 2, 3
# EMBEDDED: dcbt 2, 3
0x7c 0x02 0x1a 0x2c
# SERVER: dcbtst 2, 3
# EMBEDDED: dcbtst 2, 3
0x7c 0x02 0x19 0xec
# SERVER: dcbt 2, 3, 10
# EMBEDDED: dcbt 10, 2, 3
0x7d 0x42 0x1a 0x2c
# SERVER: dcbtst 2, 3, 10
# EMBEDDED: dcbtst 10, 2, 3
0x7d 0x42 0x19 0xec