HomeSort by relevance Sort by last modified time
    Searched full:bitfields (Results 1 - 25 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
ms-bitfields.c 2 // RUN: %clang -### -mno-ms-bitfields -mms-bitfields %s 2>&1 | FileCheck %s -check-prefix=MSBITFIELDS
3 // RUN: %clang -### -mms-bitfields -mno-ms-bitfields %s 2>&1 | FileCheck %s -check-prefix=NO-MSBITFIELDS
5 // MSBITFIELDS: -mms-bitfields
6 // NO-MSBITFIELDS-NOT: -mms-bitfields
  /external/clang/test/Sema/
mms-bitfields.c 1 // RUN: %clang_cc1 -mms-bitfields -fsyntax-only -verify -triple x86_64-apple-darwin9 %s
4 // The -mms-bitfields commandline parameter should behave the same
12 // MS pads out bitfields between different types.
pragma-pack-5.c 4 // Check #pragma pack handling with bitfields.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 45 // BitFields is a series of BitFields representing a single number.
46 type BitFields []BitField
48 func (bs BitFields) String() string {
56 func (bs *BitFields) Append(b BitField) {
60 // parse extracts the bitfields from i, concatenate them and return the result
61 // as an unsigned integer and the total length of all the bitfields.
63 // the sequence of bitfields is reasonable.
64 func (bs BitFields) parse(i uint32) (u uint32, Bits uint8) {
72 // Parse extracts the bitfields from i, concatenate them and return the resul
    [all...]
decode.go 30 // First parse the value from the BitFields, shift it left by Shift
35 BitFields
46 return R0 + Reg(a.BitFields.Parse(i))
48 return Cond0LT + CondReg(a.BitFields.Parse(i))
50 return CR0 + CondReg(a.BitFields.Parse(i))
52 return F0 + Reg(a.BitFields.Parse(i))
54 return V0 + Reg(a.BitFields.Parse(i))
56 return VS0 + Reg(a.BitFields.Parse(i))
58 return SpReg(a.BitFields.Parse(i))
60 return Imm(a.BitFields.ParseSigned(i) << a.Shift
    [all...]
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 45 // BitFields is a series of BitFields representing a single number.
46 type BitFields []BitField
48 func (bs BitFields) String() string {
56 func (bs *BitFields) Append(b BitField) {
60 // parse extracts the bitfields from i, concatenate them and return the result
61 // as an unsigned integer and the total length of all the bitfields.
63 // the sequence of bitfields is reasonable.
64 func (bs BitFields) parse(i uint32) (u uint32, Bits uint8) {
72 // Parse extracts the bitfields from i, concatenate them and return the resul
    [all...]
decode.go 30 // First parse the value from the BitFields, shift it left by Shift
35 BitFields
46 return R0 + Reg(a.BitFields.Parse(i))
48 return Cond0LT + CondReg(a.BitFields.Parse(i))
50 return CR0 + CondReg(a.BitFields.Parse(i))
52 return F0 + Reg(a.BitFields.Parse(i))
54 return V0 + Reg(a.BitFields.Parse(i))
56 return VS0 + Reg(a.BitFields.Parse(i))
58 return SpReg(a.BitFields.Parse(i))
60 return Imm(a.BitFields.ParseSigned(i) << a.Shift
    [all...]
tables.go     [all...]
  /external/clang/test/SemaOpenCL/
unsupported.cl 4 int a : 1; // expected-error {{bitfields are not supported in OpenCL}}
  /external/clang/test/CodeGen/
mms-bitfields.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -mms-bitfields -emit-llvm %s -o - | FileCheck %s
struct-x86-darwin.c 17 // Bitfields
lanai-arguments.c 73 // Bitfields should be passed inreg.
le32-arguments.c 59 // Bitfields should be passed as byval structs
  /external/kernel-headers/original/uapi/asm-mips/asm/
bitfield.h 12 * * Damn ... bitfields depend from byteorder :-(
  /external/clang/test/SemaCXX/
ms_wide_bitfield.cpp 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only -mms-bitfields -verify %s 2>&1
offsetof.cpp 32 // Bitfields
  /external/vboot_reference/firmware/2lib/include/
2nvstorage_fields.h 5 * Non-volatile storage bitfields
12 * Constants for NV storage. We use this rather than structs and bitfields so
  /toolchain/binutils/binutils-2.25/gas/
bit_fix.h 22 to be inserted in bitfields other than 1, 2 and 4 bytes.
29 can handle bitfields. Ie. handle an expression, evaluate it and insert
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 3 struct Bitfields {
8 void test_Bitfields(Bitfields<0, 5> *b) {
9 (void)sizeof(Bitfields<10, 5>);
10 (void)sizeof(Bitfields<0, 1>); // expected-note{{in instantiation of template class 'Bitfields<0, 1>' requested here}}
  /external/llvm/test/DebugInfo/AArch64/
bitfields.ll 45 ; ModuleID = 'bitfields.c'
58 !1 = !DIFile(filename: "bitfields.c", directory: "/")
62 !5 = !DIFile(filename: "bitfields.c", directory: "/")
  /external/llvm/test/DebugInfo/X86/
bitfields.ll 45 ; ModuleID = 'bitfields.c'
58 !1 = !DIFile(filename: "bitfields.c", directory: "/")
62 !5 = !DIFile(filename: "bitfields.c", directory: "/")
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 40 /// * LLVM does not have bitfields - Bitfields are collected into contiguous
44 /// * It is desired that, when possible, bitfields use the appropriate iN type
53 /// * Clang ignores 0 sized bitfields and 0 sized bases but *not* zero sized
59 /// code to access fields. Bitfields in tail position with tail padding may
134 /// for itanium bitfields that are smaller than their declared type.
184 /// \brief Lowers bitfield storage types to I8 arrays for bitfields with tail
205 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
226 CGBitFieldInfo &Info = BitFields[FD->getCanonicalDecl()];
297 // Skip 0 sized bitfields
    [all...]
CGRecordLayout.h 28 /// Often we layout a sequence of bitfields as a contiguous sequence of bits.
67 /// The offset within a contiguous run of bitfields that are represented as
130 llvm::DenseMap<const FieldDecl *, CGBitFieldInfo> BitFields;
208 it = BitFields.find(FD);
209 assert(it != BitFields.end() && "Unable to find bitfield info");
  /art/runtime/base/
bit_field_test.cc 24 TEST(BitFields, Test1) {

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>