Home
last modified time | relevance | path

Searched refs:RsValue (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc195 int reg = instr->RsValue(); in PrintRs()
240 int freg = instr->RsValue(); in PrintFs()
657 int reg = instr->RsValue(); in FormatRegister()
1406 if (instr->RsValue() == 0) { in DecodeTypeRegisterSPECIAL()
1413 if (instr->RsValue() == 0) { in DecodeTypeRegisterSPECIAL()
1420 if (instr->RsValue() == 0) { in DecodeTypeRegisterSPECIAL()
1597 if (0 == instr->RsValue()) { in DecodeTypeRegisterSPECIAL()
1890 if (instr->RsValue() == 0) in DecodeTypeImmediateREGIMM()
1972 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1974 } else if ((instr->RtValue() != instr->RsValue()) in DecodeTypeImmediate()
[all...]
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc183 int reg = instr->RsValue(); in PrintRs()
228 int freg = instr->RsValue(); in PrintFs()
616 int reg = instr->RsValue(); in FormatRegister()
1254 if (instr->RsValue() == 0) { in DecodeTypeRegisterSPECIAL()
1362 if (0 == instr->RsValue()) { in DecodeTypeRegisterSPECIAL()
1705 if (instr->RsValue() == 0) { in DecodeTypeImmediate()
1715 if (instr->RsValue() == 0) in DecodeTypeImmediate()
1742 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1744 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1745 (instr->RsValue() ! in DecodeTypeImmediate()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h534 inline int RsValue() const { return Bits(11, 8); } in RsValue() function in v8::internal::Instruction
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc218 int rs = instr->RsValue(); in PrintShiftRm()
305 int reg = instr->RsValue(); in FormatRegister()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h475 inline int32_t rs_reg() const { return instr_.RsValue(); } in rs_reg()
H A Dsimulator-mips64.cc6570 int32_t rs_reg = instr_.RsValue();
6571 int64_t rs = get_register(instr_.RsValue());
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h462 inline int32_t rs_reg() const { return instr_.RsValue(); } in rs_reg()
H A Dsimulator-mips.cc6274 int32_t rs_reg = instr_.RsValue();
6275 int32_t rs = get_register(instr_.RsValue());
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1448 inline int RsValue() const {
1582 return RsValue();
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1386 inline int RsValue() const {
1510 return RsValue();
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1374 int rs = instr->RsValue(); in GetShiftRm()
2039 int rs = instr->RsValue(); in DecodeType01()
2980 int rs = instr->RsValue(); in DecodeType3()
3003 int rs = instr->RsValue(); in DecodeType3()

Completed in 43 milliseconds