Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc200 int reg = instr->RtValue(); in PrintRt()
245 int freg = instr->RtValue(); in PrintFt()
661 int reg = instr->RtValue(); in FormatRegister()
1599 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
1972 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1974 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1975 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1977 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
1978 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1980 } else if ((instr->RsValue() == 0) && (instr->RtValue() ! in DecodeTypeImmediate()
[all...]
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc188 int reg = instr->RtValue(); in PrintRt()
233 int freg = instr->RtValue(); in PrintFt()
620 int reg = instr->RtValue(); in FormatRegister()
1364 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
1742 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1744 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1745 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1747 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
1748 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1750 } else if ((instr->RsValue() == 0) && (instr->RtValue() ! in DecodeTypeImmediate()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h499 inline int RtValue() const { return Bits(15, 12); } in RtValue() function in v8::internal::Instruction
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h480 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
H A Dsimulator-mips64.cc6573 int32_t rt_reg = instr_.RtValue(); // Destination register.
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h467 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
H A Dsimulator-mips.cc2750 int32_t rt_reg = instr_.RtValue(); in DecodeTypeRegisterDRsType()
6277 int32_t rt_reg = instr_.RtValue(); // Destination register.
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2112 int rt = instr->RtValue(); in DecodeType01()
3385 int rt = instr->RtValue(); in DecodeTypeVFP()
3425 int rt = instr->RtValue(); in DecodeTypeVFP()
3460 int rt = instr->RtValue(); in DecodeTypeVFP()
3495 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3511 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3566 int t = instr->RtValue(); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3874 int rt = instr->RtValue(); in DecodeType6CoprocessorIns()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1454 inline int RtValue() const {
1584 return RtValue();
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1392 inline int RtValue() const {
1512 return RtValue();
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc313 int reg = instr->RtValue(); in FormatRegister()
1547 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()
1597 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()

Completed in 43 milliseconds