Home
last modified time | relevance | path

Searched refs:R3Value (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Dconstants-s390.h2141 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value() function
2152 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value() function
2160 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function
2172 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function
2183 inline int R3Value() const { return Bits<SixByteInstr, int>(35, 32); } in R3Value() function
2305 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20);
Dsimulator-s390.cc2668 int r3 = AS(RSInstruction)->R3Value(); \
2682 int r3 = AS(RSIInstruction)->R3Value(); \
2722 int r3 = AS(RRDInstruction)->R3Value(); \
2735 int r3 = AS(RRFInstruction)->R3Value(); \
2771 int r3 = AS(RSYInstruction)->R3Value(); \
2801 int r3 = AS(VRR_C_Instruction)->R3Value(); \