Searched defs:R3Value (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2141 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value() function 2152 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value() function 2160 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function 2172 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function 2183 inline int R3Value() const { return Bits<SixByteInstr, int>(35, 32); } in R3Value() function
|