Home
last modified time | relevance | path

Searched refs:R1Value (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/s390/
Dsimulator-s390.cc2408 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2476 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2483 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2491 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2500 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2509 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2525 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2535 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2557 int r1 = rrinst->R1Value(); in DecodeTwoByte()
2568 int r1 = rrinst->R1Value(); in DecodeTwoByte()
[all …]
Dconstants-s390.h1318 inline int R1Value() const { in R1Value() function
1334 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function
1344 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function
1355 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value() function
1364 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function
1378 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function
1390 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function
1404 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function
1416 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function
1430 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function
[all …]
Ddisasm-s390.cc147 int reg = rrinstr->R1Value(); in FormatRegister()
175 int reg = rreinstr->R1Value(); in FormatRegister()
200 int reg = rrinstr->R1Value(); in FormatFloatingRegister()
210 int reg = rrdinstr->R1Value(); in FormatFloatingRegister()
215 int reg = rreinstr->R1Value(); in FormatFloatingRegister()
314 value = reinterpret_cast<RRInstruction*>(instr)->R1Value(); in FormatMask()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1351 auto &R1Value = R1.getValue(); in IntersectRange() local
1355 if (R1Value.getType() != R2.getType()) in IntersectRange()
1358 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectRange()
1359 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectRange()