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 169 int reg = instr->RsValue();
193 int freg = instr->RsValue();
320 int reg = instr->RsValue();
636 if (instr->RsValue() == 0) {
700 if (0 == instr->RsValue()) {
constants-mips.h 640 inline int RsValue() const {
739 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 648 inline int RsValue() const { return Bits(11, 8); }
simulator-arm.cc     [all...]

Completed in 91 milliseconds