Searched refs:SLR (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 236 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR() 674 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions() local 675 if (!SLR.valid()) in collectPossibleReductions() 679 SLR.size() << " chained instructions)\n"); in collectPossibleReductions() 680 Reductions.addSLR(SLR); in collectPossibleReductions()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 547 case SLR: in DecodeTwoByte()
|
D | constants-s390.h | 787 SLR = 0x1F, // Subtract Logical (32) enumerator
|
D | simulator-s390.h | 551 EVALUATE(SLR);
|
D | simulator-s390.cc | 772 EvalTable[SLR] = &Simulator::Evaluate_SLR; in EvalTableInit() 2533 case SLR: { in DecodeTwoByte() 2544 } else if (SLR == op) { in DecodeTwoByte() 6630 EVALUATE(SLR) { in EVALUATE() argument 6631 DCHECK_OPCODE(SLR); in EVALUATE()
|
D | assembler-s390.cc | 2070 void Assembler::slr(Register r1, Register r2) { rr_form(SLR, r1, r2); } in slr()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 973 defm SLR : BinaryRRAndK<"sl", 0x1F, 0xB9FB, subc, GR32, GR32>;
|