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

/external/webkit/JavaScriptCore/assembler/
H A DARMv7Assembler.h337 bool isUInt10() { return (m_type == TypeUInt16) && !(m_value.asInt & 0xfc00); } function in class:JSC::ARMThumbImmediate
347 uint8_t getUInt10() { ASSERT(isUInt10()); return m_value.asInt; }
725 if (!(rd & 8) && imm.isUInt10()) {
973 else if ((rn == ARMRegisters::sp) && !(rt & 8) && imm.isUInt10())
1233 else if ((rn == ARMRegisters::sp) && !(rt & 8) && imm.isUInt10())

Completed in 11 milliseconds