Home
last modified time | relevance | path

Searched refs:SLR (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.md565 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 DLoopRerollPass.cpp268 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 DSystemZScheduleZEC12.td369 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZScheduleZ196.td358 def : InstRW<[WLat1, FXU, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZScheduleZ13.td396 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZScheduleZ15.td401 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZScheduleZ14.td397 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZScheduleZ16.td401 def : InstRW<[WLat1, FXa, NormalGr], (instregex "SLR(K)?$")>;
H A DSystemZInstrInfo.td1128 defm SLR : BinaryRRAndK<"slr", 0x1F, 0xB9FB, z_usub, GR32, GR32>;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.md180 ; CCL: Zero Nonzero Zero Nonzero (AL, ALR, SL, SLR, N, NC, NI, NR, O, OC, OI, OR…