Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2109 DECLARE_FIELD_FOR_FOUR_BYTE_INSTR(R1Value, int, 8, 12)
2118 inline int R1Value() const { in R1Value() function in v8::internal::RRInstruction
2134 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function in v8::internal::RREInstruction
2144 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function in v8::internal::RRFInstruction
2155 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value() function in v8::internal::RRDInstruction
2164 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RSInstruction
2176 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RSIInstruction
2187 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function in v8::internal::RSYInstruction
2201 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RXInstruction
2213 inline int R1Value() cons function in v8::internal::RXYInstruction
2227 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RILInstruction
2284 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RXEInstruction
2294 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RIEInstruction
[all...]
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc195 int reg = rrinstr->R1Value(); in FormatFloatingRegister()
205 int reg = rrdinstr->R1Value(); in FormatFloatingRegister()
210 int reg = rreinstr->R1Value(); in FormatFloatingRegister()
313 value = reinterpret_cast<RRInstruction*>(instr)->R1Value(); in FormatMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1700 auto &R1Value = R1.getValue(); in IntersectSignedRange()
1703 assert(!R1Value.isEmpty(SE, /* IsSigned */ true) && in IntersectSignedRange()
1708 if (R1Value.getType() != R2.getType()) in IntersectSignedRange()
1711 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectSignedRange()
1712 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange()
1729 auto &R1Value = R1.getValue(); in IntersectUnsignedRange()
1732 assert(!R1Value.isEmpty(SE, /* IsSigned */ false) && in IntersectUnsignedRange()
1737 if (R1Value.getType() != R2.getType()) in IntersectUnsignedRange()
1740 const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin()); in IntersectUnsignedRange()
1741 const SCEV *NewEnd = SE.getUMinExpr(R1Value in IntersectUnsignedRange()
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2754 int r1 = AS(RILInstruction)->R1Value(); \
2759 int r1 = AS(RILInstruction)->R1Value(); \
2764 Condition m1 = static_cast<Condition>(AS(RILInstruction)->R1Value()); \
2769 int r1 = AS(RXYInstruction)->R1Value(); \
2778 int r1 = AS(RXInstruction)->R1Value(); \
2785 int r1 = AS(RSInstruction)->R1Value(); \
2791 int r1 = AS(RSInstruction)->R1Value(); \
2796 int r1 = AS(RSIInstruction)->R1Value(); \
2820 int r1 = AS(RREInstruction)->R1Value(); \
2825 int r1 = AS(RREInstruction)->R1Value(); \
[all...]

Completed in 22 milliseconds