Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2166 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function in v8::internal::RSInstruction
2189 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function in v8::internal::RSYInstruction
2203 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value() function in v8::internal::RXInstruction
2215 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function in v8::internal::RXYInstruction
2274 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value() function in v8::internal::SSInstruction
2286 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value() function in v8::internal::RXEInstruction
2355 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(B2Value, int, 16, 20)
2364 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(B2Value, int, 16, 20)
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc318 value = reinterpret_cast<RXInstruction*>(instr)->B2Value(); in FormatMask()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2771 int b2 = AS(RXYInstruction)->B2Value(); \
2777 int b2 = AS(RXInstruction)->B2Value(); \
2784 int b2 = AS(RSInstruction)->B2Value(); \
2790 int b2 = AS(RSInstruction)->B2Value(); \
2887 int b2 = AS(RSYInstruction)->B2Value(); \
2908 int b2 = AS(RXEInstruction)->B2Value(); \
2956 int b2 = AS(VRX_Instruction)->B2Value(); \
2964 int b2 = AS(VRS_Instruction)->B2Value(); \
5957 int b2 = ssInstr->B2Value(); in EVALUATE()

Completed in 25 milliseconds