Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h2233 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value() function
2246 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function
2259 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function
2268 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function
Dsimulator-s390.cc2687 int b1 = AS(SIInstruction)->B1Value(); \
2693 int b1 = AS(SILInstruction)->B1Value(); \
2699 int b1 = AS(SIYInstruction)->B1Value(); \
4216 int b1 = ssInstr->B1Value(); in EVALUATE()