diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-07-01 17:06:26 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-07-01 17:06:26 +0000 |
commit | 98fcc7b6bcbd7f27492003cdb8225fc9c196f63c (patch) | |
tree | 102a9ea53eb8e6209a724cc9b4a049c4607dce52 /llvm/lib/Target/PowerPC/PPCInstrInfo.td | |
parent | fd62bb9d3e440d781620b6eedd7c41d3a164be29 (diff) | |
download | bcm5719-llvm-98fcc7b6bcbd7f27492003cdb8225fc9c196f63c.tar.gz bcm5719-llvm-98fcc7b6bcbd7f27492003cdb8225fc9c196f63c.zip |
[PowerPC] Support "eieio" instruction
This adds support for the "eieio" instruction to
the asm parser.
llvm-svn: 185349
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index d05bd0d5b9e..fc925e11e81 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -2257,6 +2257,9 @@ def ISYNC : XLForm_2_ext<19, 150, 0, 0, 0, (outs), (ins), def ICBI : XForm_1a<31, 982, (outs), (ins memrr:$src), "icbi $src", LdStICBI, []>; +def EIEIO : XForm_24_eieio<31, 854, (outs), (ins), + "eieio", LdStLoad, []>; + //===----------------------------------------------------------------------===// // PowerPC Assembler Instruction Aliases // |