diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2016-09-02 23:41:54 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2016-09-02 23:41:54 +0000 |
| commit | 277736eee618be1426034c7dee01b7fbad15d7f7 (patch) | |
| tree | e5cf5ebd4ccfdc8444af576a7db54230cf045de4 /llvm/test/MC/Disassembler | |
| parent | 66c6506aaca087f2c5813f50ebe3e6956c24b841 (diff) | |
| download | bcm5719-llvm-277736eee618be1426034c7dee01b7fbad15d7f7.tar.gz bcm5719-llvm-277736eee618be1426034c7dee01b7fbad15d7f7.zip | |
[PowerPC] Add support for the extended dcbf form and mnemonics
dcbf has an optional hint-like field, add support for the extended form and the
associated mnemonics (dcbfl and dcbflp).
Partially fixes PR24796.
llvm-svn: 280559
Diffstat (limited to 'llvm/test/MC/Disassembler')
| -rw-r--r-- | llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt index 4f62c782fd7..b4863835a0e 100644 --- a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt +++ b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt @@ -54,6 +54,12 @@ # CHECK: dcbf 2, 3 0x7c 0x02 0x18 0xac +# CHECK: dcbfl 2, 3 +0x7c 0x22 0x18 0xac + +# CHECK: dcbflp 2, 3 +0x7c 0x62 0x18 0xac + # CHECK: lbarx 2, 3, 4 0x7c 0x43 0x20 0x68 |

