mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
R600: prettier dump of clamp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0976e3c6d9
commit
9a9e936650
@ -102,7 +102,7 @@ void AMDGPUInstPrinter::printLiteral(const MCInst *MI, unsigned OpNo,
|
||||
|
||||
void AMDGPUInstPrinter::printLast(const MCInst *MI, unsigned OpNo,
|
||||
raw_ostream &O) {
|
||||
printIfSet(MI, OpNo, O.indent(20 - O.GetNumBytesInBuffer()), "*", " ");
|
||||
printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
|
||||
}
|
||||
|
||||
void AMDGPUInstPrinter::printNeg(const MCInst *MI, unsigned OpNo,
|
||||
|
@ -358,7 +358,7 @@ class R600_1OP <bits<11> inst, string opName, list<dag> pattern,
|
||||
LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal,
|
||||
BANK_SWIZZLE:$bank_swizzle),
|
||||
!strconcat(" ", opName,
|
||||
"$last$clamp $dst$write$dst_rel$omod, "
|
||||
"$clamp $last $dst$write$dst_rel$omod, "
|
||||
"$src0_neg$src0_abs$src0$src0_abs$src0_rel, "
|
||||
"$pred_sel $bank_swizzle"),
|
||||
pattern,
|
||||
@ -399,7 +399,7 @@ class R600_2OP <bits<11> inst, string opName, list<dag> pattern,
|
||||
LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal,
|
||||
BANK_SWIZZLE:$bank_swizzle),
|
||||
!strconcat(" ", opName,
|
||||
"$last$clamp $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
||||
"$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
|
||||
"$src0_neg$src0_abs$src0$src0_abs$src0_rel, "
|
||||
"$src1_neg$src1_abs$src1$src1_abs$src1_rel, "
|
||||
"$pred_sel $bank_swizzle"),
|
||||
@ -436,7 +436,7 @@ class R600_3OP <bits<5> inst, string opName, list<dag> pattern,
|
||||
R600_Reg32:$src2, NEG:$src2_neg, REL:$src2_rel, SEL:$src2_sel,
|
||||
LAST:$last, R600_Pred:$pred_sel, LITERAL:$literal,
|
||||
BANK_SWIZZLE:$bank_swizzle),
|
||||
!strconcat(" ", opName, "$last$clamp $dst$dst_rel, "
|
||||
!strconcat(" ", opName, "$clamp $last $dst$dst_rel, "
|
||||
"$src0_neg$src0$src0_rel, "
|
||||
"$src1_neg$src1$src1_rel, "
|
||||
"$src2_neg$src2$src2_rel, "
|
||||
|
Loading…
Reference in New Issue
Block a user