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

  /external/v8/src/arm/
constants-arm.h 641 inline int RmValue() const { return Bits(3, 0); }
642 DECLARE_STATIC_ACCESSOR(RmValue);
disasm-arm.cc 214 int rm = instr->RmValue();
337 int reg = instr->RmValue();
998 if (instr->RmValue() == 15) {
    [all...]
simulator-arm.cc     [all...]
assembler-arm.cc 467 reg.code_ = Instruction::RmValue(instr);
    [all...]

Completed in 235 milliseconds