Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h2161 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function
2184 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
2198 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function
2210 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
2269 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function
2281 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function
Ddisasm-s390.cc308 value = reinterpret_cast<RXInstruction*>(instr)->B2Value(); in FormatMask()
Dsimulator-s390.cc2656 int b2 = AS(RXYInstruction)->B2Value(); \
2662 int b2 = AS(RXInstruction)->B2Value(); \
2669 int b2 = AS(RSInstruction)->B2Value(); \
2675 int b2 = AS(RSInstruction)->B2Value(); \
2772 int b2 = AS(RSYInstruction)->B2Value(); \
2793 int b2 = AS(RXEInstruction)->B2Value(); \
4218 int b2 = ssInstr->B2Value(); in EVALUATE()