Searched defs:B2Value (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 2161 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 2184 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 2198 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 2210 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 2269 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function 2281 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
|