Home
last modified time | relevance | path

Searched refs:D2Value (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/s390/
Ddisasm-s390.cc326 uint16_t value = rsinstr->D2Value(); in FormatDisplacement()
332 int32_t value = rxyinstr->D2Value(); in FormatDisplacement()
337 uint16_t value = ssInstr->D2Value(); in FormatDisplacement()
Dconstants-s390.h2162 inline unsigned int D2Value() const { in D2Value() function
2185 inline int32_t D2Value() const { in D2Value() function
2199 inline uint32_t D2Value() const { in D2Value() function
2211 inline int32_t D2Value() const { in D2Value() function
2271 inline int D2Value() const { return Bits<SixByteInstr, int>(11, 0); } in D2Value() function
2282 inline int D2Value() const { return Bits<SixByteInstr, int>(27, 16); } in D2Value() function
Dsimulator-s390.cc2657 int d2 = AS(RXYInstruction)->D2Value(); \
2664 intptr_t d2_val = AS(RXInstruction)->D2Value(); \
2671 intptr_t d2 = AS(RSInstruction)->D2Value(); \
2677 int d2 = AS(RSInstruction)->D2Value(); \
2773 intptr_t d2 = AS(RSYInstruction)->D2Value(); \
2795 int d2 = AS(RXEInstruction)->D2Value(); \
4219 intptr_t d2 = ssInstr->D2Value(); in EVALUATE()