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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h435 void mull(int rdhi, int rdlo, int rn, int rm, Condition cc = AL) argument
437 m_buffer.putInt(toARMWord(cc) | MULL | RN(rdhi) | RD(rdlo) | RS(rn) | RM(rm));

Completed in 75 milliseconds