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

/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc150 int reg = instr->RtValue();
174 int freg = instr->RtValue();
306 int reg = instr->RtValue();
753 } else if (0 == instr->RtValue()) {
H A Dconstants-mips.h783 inline int RtValue() const {
882 return RtValue();
H A Dsimulator-mips.cc1877 const int32_t rt_reg = instr->RtValue();
2138 const int32_t rt_reg = instr->RtValue();
2682 int32_t rt_reg = instr->RtValue(); // Destination register.
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc151 int reg = instr->RtValue();
175 int freg = instr->RtValue();
307 int reg = instr->RtValue();
881 } else if (0 == instr->RtValue()) {
H A Dconstants-mips64.h797 inline int RtValue() const {
896 return RtValue();
H A Dsimulator-mips64.cc1944 const int64_t rt_reg = instr->RtValue();
2264 const int64_t rt_reg = instr->RtValue();
2811 int64_t rt_reg = instr->RtValue(); // Destination register.
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h526 inline int RtValue() const { return Bits(15, 12); } function in class:v8::internal::Instruction
H A Ddisasm-arm.cc320 int reg = instr->RtValue();
H A Dsimulator-arm.cc3027 data[instr->Bit(21)] = get_register(instr->RtValue());
3038 set_register(instr->RtValue(), data[instr->Bit(21)]);
3044 uint32_t rt = instr->RtValue();
3067 uint32_t rt = instr->RtValue();
3097 int t = instr->RtValue();
3382 int rt = instr->RtValue();

Completed in 135 milliseconds