Home
last modified time | relevance | path

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

/external/v8/src/mips/
Ddisasm-mips.cc175 int reg = instr->RtValue(); in PrintRt()
199 int freg = instr->RtValue(); in PrintFt()
324 int reg = instr->RtValue(); in FormatRegister()
702 } else if (0 == instr->RtValue()) { in DecodeTypeRegister()
Dconstants-mips.h646 inline int RtValue() const { in RtValue() function
741 return RtValue(); in SecondaryValue()
Dsimulator-mips.cc1695 const int32_t rt_reg = instr->RtValue(); in ConfigureTypeRegister()
1922 const int32_t rt_reg = instr->RtValue(); in DecodeTypeRegister()
2300 int32_t rt_reg = instr->RtValue(); // Destination register. in DecodeTypeImmediate()
/external/v8/src/arm/
Dconstants-arm.h611 inline int RtValue() const { return Bits(15, 12); } in RtValue() function
Dsimulator-arm.cc2838 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
2860 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()
2889 int t = instr->RtValue(); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
3174 int rt = instr->RtValue(); in DecodeType6CoprocessorIns()
Ddisasm-arm.cc341 int reg = instr->RtValue(); in FormatRegister()