Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc170 int reg = instr->RtValue(); in PrintRt()
205 int freg = instr->RtValue(); in PrintFt()
482 int reg = instr->RtValue(); in FormatRegister()
1171 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
1472 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1474 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1475 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1477 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
1478 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1480 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
[all …]
Dconstants-mips.h984 inline int RtValue() const { in RtValue() function
1087 return RtValue(); in SecondaryValue()
Dsimulator-mips.h363 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dsimulator-mips.cc2614 int32_t rt_reg = instr_.RtValue(); in DecodeTypeRegisterDRsType()
4147 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
/external/v8/src/mips64/
Ddisasm-mips64.cc178 int reg = instr->RtValue(); in PrintRt()
213 int freg = instr->RtValue(); in PrintFt()
498 int reg = instr->RtValue(); in FormatRegister()
1377 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()
1666 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()
1668 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()
1669 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1671 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()
1672 (instr->RtValue() != 0)) { in DecodeTypeImmediate()
1674 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()
[all …]
Dconstants-mips64.h1030 inline int RtValue() const { in RtValue() function
1143 return RtValue(); in SecondaryValue()
Dsimulator-mips64.h384 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
Dsimulator-mips64.cc4347 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
/external/v8/src/arm/
Ddisasm-arm.cc322 int reg = instr->RtValue(); in FormatRegister()
1549 int rt = instr->RtValue(); in DecodeTypeVFP()
1571 int Rt = instr->RtValue(); in DecodeTypeVFP()
1586 int rt = instr->RtValue(); in DecodeTypeVFP()
Dconstants-arm.h556 inline int RtValue() const { return Bits(15, 12); } in RtValue() function
Dsimulator-arm.cc2175 int rt = instr->RtValue(); in DecodeType01()
3434 int rt = instr->RtValue(); in DecodeTypeVFP()
3474 int rt = instr->RtValue(); in DecodeTypeVFP()
3510 int rt = instr->RtValue(); in DecodeTypeVFP()
3546 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3569 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
3624 int t = instr->RtValue(); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3930 int rt = instr->RtValue(); in DecodeType6CoprocessorIns()