Searched defs:B8 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dattr-mode-enums.c34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8; enumerator in enum:__anon2504
/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp16 struct B8 { char c[5]; B8() { printf("B8 = %p\n", this); } }; function in struct:B8
27 struct B8X { short a; B8X() : a(0x000000B8) { printf("B8 = %p\n", this); } };
29 struct AA : B8, B1, virtual B0 {
39 // CHECK-NEXT: 0 | struct B8 (base)
52 // CHECK-X64-NEXT: 0 | struct B8 (base)
61 struct AB : B8, B1, virtual B0 {
68 // CHECK-NEXT: 0 | struct B8 (base)
78 // CHECK-X64-NEXT: 0 | struct B8 (bas
[all...]
/external/google-breakpad/src/common/
H A Dtest_assembler.h356 Section &B8(uint8_t value) { contents_ += value; return *this; } function in class:google_breakpad::test_assembler::Section
363 &B8(const Label &label), &B16(const Label &label),
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp44 static constexpr IValueT B8 = 1 << 8; member in namespace:__anon23450
1108 const IValueT Encoding = B27 | B26 | B25 | B11 | B9 | B8 | B4 |
1274 constexpr IValueT VFPOpcode = B27 | B26 | B25 | B11 | B9 | B8;
1651 B8 | B7 | B4 | (MemExOpcode << kMemExOpcodeShift) |
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);
2403 constexpr IValueT VaddqfOpcode = B11 | B8;
2427 constexpr IValueT VandqOpcode = B8 | B4;
2439 constexpr IValueT VbslqOpcode = B24 | B20 | B8 | B
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2588 B8 = 1 << 8, enumerator in enum:v8::internal::__anon27822
/external/v8/src/arm/
H A Dconstants-arm.h191 B8 = 1 << 8, enumerator in enum:v8::internal::__anon27421
/external/v8/src/s390/
H A Dconstants-s390.h1728 B8 = 1 << 8, enumerator in enum:v8::internal::__anon27880

Completed in 224 milliseconds