Searched defs:B1Value (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ | ||
H A D | constants-s390.h | 2238 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value() function in v8::internal::SIInstruction 2251 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SIYInstruction 2264 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SILInstruction 2273 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SSInstruction |
Completed in 9 milliseconds