Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2123 inline int R2Value() const { return Bits<TwoByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRInstruction
2135 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RREInstruction
2145 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRFInstruction
2156 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value() function in v8::internal::RRDInstruction
2295 inline int R2Value() const { return Bits<SixByteInstr, int>(35, 32); } in R2Value() function in v8::internal::RIEInstruction
2309 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16)
2318 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16)
2327 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16)
2337 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, int, 12, 16)
2347 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R2Value, in
[all...]
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc200 int reg = rrinstr->R2Value(); in FormatFloatingRegister()
215 int reg = rreinstr->R2Value(); in FormatFloatingRegister()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2821 int r2 = AS(RREInstruction)->R2Value(); \
2826 int r2 = AS(RREInstruction)->R2Value(); \
2836 int r2 = AS(RRDInstruction)->R2Value(); \
2842 int r2 = AS(RRFInstruction)->R2Value(); \
2849 int r2 = AS(RRFInstruction)->R2Value(); \
2855 int r2 = AS(RRFInstruction)->R2Value(); \
2861 int r2 = AS(RRInstruction)->R2Value(); \
2866 int r2 = AS(RIEInstruction)->R2Value(); \
2872 int r2 = AS(RIEInstruction)->R2Value(); \
2878 int r2 = AS(RIEInstruction)->R2Value(); \
[all...]

Completed in 18 milliseconds