Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2238 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value() function in v8::internal::SIInstruction
2251 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SIYInstruction
2264 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SILInstruction
2273 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value() function in v8::internal::SSInstruction
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2802 int b1 = AS(SIInstruction)->B1Value(); \
2808 int b1 = AS(SILInstruction)->B1Value(); \
2814 int b1 = AS(SIYInstruction)->B1Value(); \
5955 int b1 = ssInstr->B1Value(); in EVALUATE()

Completed in 19 milliseconds