Searched refs:B1Value (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ | ||
H A D | constants-s390.h | 2238 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 D | simulator-s390.cc | 2802 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 27 milliseconds