Searched defs:R1Value (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 2118 inline int R1Value() const { in R1Value() function in v8::internal::RRInstruction 2134 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function in v8::internal::RREInstruction 2144 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value() function in v8::internal::RRFInstruction 2155 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value() function in v8::internal::RRDInstruction 2164 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RSInstruction 2176 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RSIInstruction 2187 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value() function in v8::internal::RSYInstruction 2201 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value() function in v8::internal::RXInstruction 2213 inline int R1Value() cons function in v8::internal::RXYInstruction 2227 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RILInstruction 2284 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RXEInstruction 2294 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } R1Value() function in v8::internal::RIEInstruction [all...] |
Completed in 6 milliseconds