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

  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 445 void mull_r(int rdhi, int rdlo, int rn, int rm, Condition cc = AL)
447 m_buffer.putInt(static_cast<ARMWord>(cc) | MULL | RN(rdhi) | RD(rdlo) | RS(rn) | RM(rm));
  /sdk/emulator/qtools/
armdis.cpp 513 uint8_t rdlo = (insn >> 12) & 0xf; local
520 opname, cond_to_str(cond), bit_s ? "s" : "", rdlo, rdhi, rm, rs);
  /external/qemu/target-arm/
translate.c 1381 int rdhi, rdlo, rd0, rd1, i; local
2384 int acc, rd0, rd1, rdhi, rdlo; local
    [all...]

Completed in 158 milliseconds