Searched defs:B7 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A Dattr-mode-enums.c31 enum { A7, B7 } __attribute__((mode(TI))) x7 = A7; enumerator in enum:__anon2503
/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp15 struct __declspec(align(16)) B7 { B7() { printf("B7 = %p\n", this); } }; function
/external/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp19 typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supported for enumeration types}} enumerator in enum:__anon3350
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp43 static constexpr IValueT B7 = 1 << 7; member in namespace:__anon23450
1137 (Rd << kRdShift) | (Rs << kRsShift) | B7 | B4 |
1593 emitMemOpEnc3(Cond, L | B7 | B5 | B4, Rt, OpAddress, TInfo, Ldrh);
1651 B8 | B7 | B4 | (MemExOpcode << kMemExOpcodeShift) |
1930 emitMemOpEnc3(Cond, B7 | B5 | B4, Rt, OpAddress, TInfo, Strh);
2333 constexpr IValueT VabssOpcode = B23 | B21 | B20 | B7 | B6;
2347 constexpr IValueT VabsdOpcode = B23 | B21 | B20 | B7 | B6;
2601 constexpr IValueT VcvtdiOpcode = B23 | B21 | B20 | B19 | B8 | B7 | B6;
2625 B23 | B21 | B20 | B18 | B17 | B16 | B8 | B7 | B6;
2639 constexpr IValueT VcvtisOpcode = B23 | B21 | B20 | B19 | B18 | B16 | B7 | B
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2587 B7 = 1 << 7, enumerator in enum:v8::internal::__anon27822
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h362 UINT64 B7; member in struct:__anon24982
/external/v8/src/arm/
H A Dconstants-arm.h190 B7 = 1 << 7, enumerator in enum:v8::internal::__anon27421
/external/v8/src/s390/
H A Dconstants-s390.h1727 B7 = 1 << 7, enumerator in enum:v8::internal::__anon27880

Completed in 333 milliseconds