Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/mips/
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() != 0)) { in DecodeTypeImmediate()
[all …]
/third_party/node/deps/v8/src/diagnostics/mips64/
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() != 0)) { in DecodeTypeImmediate()
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h499 inline int RtValue() const { return Bits(15, 12); } in RtValue() function
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1392 inline int RtValue() const { in RtValue() function
1512 return RtValue(); in SecondaryValue()
/third_party/node/deps/v8/src/diagnostics/arm/
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()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1454 inline int RtValue() const { in RtValue() function
1584 return RtValue(); in SecondaryValue()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h467 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dsimulator-mips.cc2750 int32_t rt_reg = instr_.RtValue(); in DecodeTypeRegisterDRsType()
6277 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
/third_party/node/deps/v8/src/execution/arm/
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/execution/mips64/
Dsimulator-mips64.h480 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dsimulator-mips64.cc6573 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()