Searched defs:R1Value (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2113 inline int R1Value() const { in R1Value() function 2129 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function 2139 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function 2150 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value() function 2159 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function 2171 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function 2182 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function 2196 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function 2208 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function 2222 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1782 auto &R1Value = R1.getValue(); in IntersectSignedRange() local 1811 auto &R1Value = R1.getValue(); in IntersectUnsignedRange() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1351 auto &R1Value = R1.getValue(); in IntersectRange() local
|