Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h173 int16_t asInt; member
193 int32_t asInt; member
227 m_value.asInt = 0; in ARMThumbImmediate()
239 m_value.asInt = value; in ARMThumbImmediate()
246 encoding.asInt = 0; in makeEncodedImm()
273 bytes.asInt = value; in makeEncodedImm()
325 bool isUInt3() { return !(m_value.asInt & 0xfff8); } in isUInt3()
326 bool isUInt4() { return !(m_value.asInt & 0xfff0); } in isUInt4()
327 bool isUInt5() { return !(m_value.asInt & 0xffe0); } in isUInt5()
328 bool isUInt6() { return !(m_value.asInt & 0xffc0); } in isUInt6()
[all …]
/external/icu4c/test/intltest/
Ditrbnf.cpp432 LLAssert(llong((int32_t)0).asInt() == (int32_t)0);
433 LLAssert(llong((int32_t)1).asInt() == (int32_t)1);
434 LLAssert(llong((int32_t)-1).asInt() == (int32_t)-1);
435 LLAssert(llong((int32_t)0x7fffffff).asInt() == (int32_t)0x7fffffff);
436 LLAssert(llong((int32_t)0xffffffff).asInt() == (int32_t)-1);
437 LLAssert(llong((int32_t)0x80000000).asInt() == (int32_t)0x80000000);
440 LLAssert(llong((int16_t)0).asInt() == (int16_t)0);
441 LLAssert(llong((int16_t)1).asInt() == (int16_t)1);
442 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1);
443 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff);
[all …]