Searched defs:R2Value (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ | ||
H A D | constants-s390.h | 2123 inline int R2Value() const { return Bits<TwoByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRInstruction 2135 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RREInstruction 2145 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRFInstruction 2156 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRDInstruction 2295 inline int R2Value() const { return Bits<SixByteInstr, int>(35, 32); } in R2Value() function in v8::internal::RIEInstruction [all...] |
Completed in 6 milliseconds