HomeSort by relevance Sort by last modified time
    Searched refs:RsValue (Results 1 - 6 of 6) sorted by null

  /external/v8/src/mips/
disasm-mips.cc 167 int reg = instr->RsValue();
191 int freg = instr->RsValue();
302 int reg = instr->RsValue();
607 if (instr->RsValue() == 0) {
671 if (0 == instr->RsValue()) {
constants-mips.h 562 inline int RsValue() const {
661 return RsValue();
simulator-mips.cc     [all...]
  /external/v8/src/arm/
disasm-arm.cc 236 int rs = instr->RsValue();
333 int reg = instr->RsValue();
    [all...]
constants-arm.h 649 inline int RsValue() const { return Bits(11, 8); }
simulator-arm.cc     [all...]

Completed in 213 milliseconds