Searched refs:SLR (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/ |
| H A D | i370.md | 565 return \"LA %0,%1\;CLC %O1(%c3,%R1),%2\;BH *+12\;BL *+6\;SLR %0,%0\;LNR %0,%0\"; 586 return \"LA %0,1(0,0)\;CLCL %1,%2\;BH *+12\;BL *+6\;SLR %0,%0\;LNR %0,%0\"; 625 return \"SLR %0,%0\;SLR %N0,%N0\"; 632 return \"SLR %0,%0\;LA %N0,%c1(0,0)\"; 684 return \"SLR %0,%0\;SLR %N0,%N0\"; 691 return \"SLR %0,%0\;LA %N0,%c1(0,0)\"; 775 return \"SLR %0,%0\"; 825 return \"SLR %0,%0\"; 897 return \"SLR %0,%0\"; 947 return \"SLR %0,%0\"; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 268 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR() 663 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions() local 664 if (!SLR.valid()) in collectPossibleReductions() 668 << SLR.size() << " chained instructions)\n"); in collectPossibleReductions() 669 Reductions.addSLR(SLR); in collectPossibleReductions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 369 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZScheduleZ196.td | 358 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZScheduleZ13.td | 396 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZScheduleZ15.td | 401 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZScheduleZ14.td | 397 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZScheduleZ16.td | 401 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
|
| H A D | SystemZInstrInfo.td | 1128 defm SLR : BinaryRRAndK<"slr", 0x1F, 0xB9FB, z_usub, GR32, GR32>;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/ |
| H A D | s390.md | 180 ; CCL: Zero Nonzero Zero Nonzero (AL, ALR, SL, SLR, N, NC, NI, NR, O, OC, OI, OR…
|