Searched defs:B9 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp17 struct B9 { char c[6]; B9() { printf("B9 = %p\n", this); } }; function in struct:B9
136 struct AA1 : B9, B1, virtual B0 {
144 // CHECK-NEXT: 0 | struct B9 (base)
155 // CHECK-X64-NEXT: 0 | struct B9 (base)
164 struct AB1 : B9, B1, virtual B0 {
171 // CHECK-NEXT: 0 | struct B9 (base)
181 // CHECK-X64-NEXT: 0 | struct B9 (base)
190 struct AC1 : B9, B
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp45 static constexpr IValueT B9 = 1 << 9; member in namespace:__anon23450
1108 const IValueT Encoding = B27 | B26 | B25 | B11 | B9 | B8 | B4 |
1258 B24 | B23 | B21 | B20 | B19 | B17 | B16 | B10 | B9 | Opcode;
1274 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8;
1298 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9;
1650 IValueT Encoding = (Cond << kConditionShift) | B24 | B23 | B11 | B10 | B9 |
2142 B17 | B16 | B11 | B10 | B9 | B8 | B5 | B4;
2154 B16 | B11 | B10 | B9 | B8 | B5 | B4;
2364 B24 | B23 | B21 | B20 | B16 | B9 | B8 | (encodeElmtType(ElmtTy) << 18);
2463 constexpr IValueT VceqOpcode = B11 | B10 | B9;
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2589 B9 = 1 << 9, enumerator in enum:v8::internal::__anon27822
/external/v8/src/arm/
H A Dconstants-arm.h192 B9 = 1 << 9, enumerator in enum:v8::internal::__anon27421
/external/v8/src/s390/
H A Dconstants-s390.h1729 B9 = 1 << 9, enumerator in enum:v8::internal::__anon27880

Completed in 336 milliseconds