Home
last modified time | relevance | path

Searched refs:isUInt10 (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h332 bool isUInt10() { return (m_type == TypeUInt16) && !(m_value.asInt & 0xfc00); } in isUInt10() function
342 uint8_t getUInt10() { ASSERT(isUInt10()); return m_value.asInt; } in getUInt10()
702 if (!(rd & 8) && imm.isUInt10()) { in add()
950 else if ((rn == ARM::sp) && !(rt & 8) && imm.isUInt10()) in ldr()
1210 else if ((rn == ARM::sp) && !(rt & 8) && imm.isUInt10()) in str()