Searched defs:B2Value (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 1380 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 1392 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 1406 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function 1418 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function 1477 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function 1489 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
|