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:__anon23450
1068 B25 | B24 | B20 | B15 | B14 | B13 | B12 | B4 |
1258 B24 | B23 | B21 | B20 | B19 | B17 | B16 | B10 | B9 | Opcode;
1389 const IValueT Encoding = (CondARM32::AL << kConditionShift) | B24 | B21 |
1437 int32_t Encoding = (encodeCondition(Cond) << kConditionShift) | B24 | B21 |
1448 const IValueT Encoding = (encodeCondition(Cond) << kConditionShift) | B24 |
1471 B24 | B22 | B21 | (0xF << 16) | (0xf << 8) | B4;
1520 (encodeCondition(CondARM32::kNone) << kConditionShift) | B26 | B24 | B22 |
1650 IValueT Encoding = (Cond << kConditionShift) | B24 | B23 | B11 | B10 | B9 |
1775 IValueT Opcode = B25 | B24 | (IsMov
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2596 B24 = 1 << 24, enumerator in enum:v8::internal::__anon27822
/external/v8/src/arm/
H A Dconstants-arm.h203 B24 = 1 << 24, enumerator in enum:v8::internal::__anon27421
/external/v8/src/s390/
H A Dconstants-s390.h1736 B24 = 1 << 24, enumerator in enum:v8::internal::__anon27880

Completed in 70 milliseconds