Searched defs:B24 (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp60 static constexpr IValueT B24 = 1 << 24; member in namespace:__anon20643
1049 B25 | B24 | B20 | B15 | B14 | B13 | B12 | B4 |
1239 B24 | B23 | B21 | B20 | B19 | B17 | B16 | B10 | B9 | Opcode;
1370 const IValueT Encoding = (CondARM32::AL << kConditionShift) | B24 | B21 |
1418 int32_t Encoding = (encodeCondition(Cond) << kConditionShift) | B24 | B21 |
1429 const IValueT Encoding = (encodeCondition(Cond) << kConditionShift) | B24 |
1452 B24 | B22 | B21 | (0xF << 16) | (0xf << 8) | B4;
1501 (encodeCondition(CondARM32::kNone) << kConditionShift) | B26 | B24 | B22 |
1631 IValueT Encoding = (Cond << kConditionShift) | B24 | B23 | B11 | B10 | B9 |
1756 IValueT Opcode = B25 | B24 | (IsMov
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2596 B24 = 1 << 24, enumerator in enum:v8::internal::__anon23419
/external/v8/src/arm/
H A Dconstants-arm.h203 B24 = 1 << 24, enumerator in enum:v8::internal::__anon23018
/external/v8/src/s390/
H A Dconstants-s390.h1736 B24 = 1 << 24, enumerator in enum:v8::internal::__anon23477

Completed in 295 milliseconds