[PATCH] D16110: [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 06:31:30 PST 2016
nemanjai added inline comments.
================
Comment at: lib/Target/PowerPC/PPCInstrFormats.td:750
@@ -749,1 +749,3 @@
+// e.g. [PO VRT XO VRB XO /] or [PO VRT XO VRB XO RC]
+class XForm_RD5_XO5_RS5<bits<6> opcode, bits<5> xo2, bits<10> xo,
----------------
PO == Opcode?
http://reviews.llvm.org/D16110
More information about the llvm-commits
mailing list