HomeSort by relevance Sort by last modified time
    Searched defs:asInt (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 173 int16_t asInt;
193 int32_t asInt;
227 m_value.asInt = 0;
244 m_value.asInt = value;
251 encoding.asInt = 0;
278 bytes.asInt = value;
330 bool isUInt3() { return !(m_value.asInt & 0xfff8); }
331 bool isUInt4() { return !(m_value.asInt & 0xfff0); }
332 bool isUInt5() { return !(m_value.asInt & 0xffe0); }
333 bool isUInt6() { return !(m_value.asInt & 0xffc0);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 21 milliseconds