Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc196 int reg = instr->RtValue(); in PrintRt()
244 int freg = instr->RtValue(); in PrintFt()
657 int reg = instr->RtValue(); in FormatRegister()
1413 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
1774 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1776 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1777 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1779 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
1780 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1782 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
[all …]
Dconstants-mips.h1395 inline int RtValue() const { in RtValue() function
1515 return RtValue(); in SecondaryValue()
Dsimulator-mips.h400 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dsimulator-mips.cc2736 int32_t rt_reg = instr_.RtValue(); in DecodeTypeRegisterDRsType()
6276 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
/external/v8/src/mips64/
Ddisasm-mips64.cc208 int reg = instr->RtValue(); in PrintRt()
256 int freg = instr->RtValue(); in PrintFt()
698 int reg = instr->RtValue(); in FormatRegister()
1651 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
2031 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
2033 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
2034 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
2036 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
2037 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
2039 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
[all …]
Dsimulator-mips64.h412 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dconstants-mips64.h1442 inline int RtValue() const { in RtValue() function
1572 return RtValue(); in SecondaryValue()
Dsimulator-mips64.cc6510 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
/external/v8/src/arm/
Dconstants-arm.h543 inline int RtValue() const { return Bits(15, 12); } in RtValue() function
Ddisasm-arm.cc322 int reg = instr->RtValue(); in FormatRegister()
1576 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()
1624 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()
Dsimulator-arm.cc2068 int rt = instr->RtValue(); in DecodeType01()
3359 int rt = instr->RtValue(); in DecodeTypeVFP()
3399 int rt = instr->RtValue(); in DecodeTypeVFP()
3435 int rt = instr->RtValue(); in DecodeTypeVFP()
3471 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3494 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3549 int t = instr->RtValue(); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3856 int rt = instr->RtValue(); in DecodeType6CoprocessorIns()