OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitOffset
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/dev/acpi/
apei_reg.c
57
const uint8_t
BitOffset
= Register->
BitOffset
;
61
X >>=
BitOffset
;
85
const uint8_t
BitOffset
= Register->
BitOffset
;
88
X <<=
BitOffset
;
93
Y &= ~(Mask <<
BitOffset
);
apei_erst.c
384
const uint8_t
BitOffset
= header->RegisterRegion.
BitOffset
;
393
"
BitOffset
=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
400
BitOffset
, Mask, Value,
apei_einj.c
407
const uint8_t
BitOffset
= header->RegisterRegion.
BitOffset
;
416
"
BitOffset
=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64
423
BitOffset
, Mask, Value,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h
70
int64_t &
BitOffset
) const;
74
int64_t
BitOffset
;
75
return contains(DAG, BitSize, Other, OtherBitSize,
BitOffset
);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c
125
UINT32
BitOffset
;
174
BitOffset
= Offset;
192
BitOffset
= Offset;
201
BitOffset
= 8 * Offset;
210
BitOffset
= 8 * Offset;
219
BitOffset
= 8 * Offset;
228
BitOffset
= 8 * Offset;
244
if ((
BitOffset
+ BitCount) >
251
AcpiUtGetNodeName (ResultDesc),
BitOffset
, BitCount,
262
ObjDesc, FieldFlags, 0,
BitOffset
, BitCount)
[
all
...]
/src/sys/external/bsd/acpica/dist/hardware/
hwregs.c
103
* 1. Detected if
BitOffset
is 0 and BitWidth is 8/16/32/64;
107
* 1. Detected if
BitOffset
is not 0 or BitWidth is not 8/16/32/64;
110
* 3.
BitOffset
/BitWidth fields are used to describe the "region".
115
if (!Reg->
BitOffset
&& Reg->BitWidth &&
128
Reg->
BitOffset
+ Reg->BitWidth);
174
* pointer, Address, SpaceId, BitWidth, and
BitOffset
.
228
BitWidth = ACPI_ROUND_UP (Reg->
BitOffset
+ Reg->BitWidth, AccessWidth);
266
UINT8
BitOffset
;
290
BitWidth = Reg->
BitOffset
+ Reg->BitWidth;
291
BitOffset
= Reg->BitOffset
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp
86
unsigned
BitOffset
= i * CstEltSizeInBits;
89
UndefBits.setBits(
BitOffset
,
BitOffset
+ CstEltSizeInBits);
93
MaskBits.insertBits(cast<ConstantInt>(COp)->getValue(),
BitOffset
);
98
unsigned
BitOffset
= i * MaskEltSizeInBits;
99
APInt EltUndef = UndefBits.extractBits(MaskEltSizeInBits,
BitOffset
);
109
APInt EltBits = MaskBits.extractBits(MaskEltSizeInBits,
BitOffset
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
91
uint64_t
BitOffset
= FieldBitOffset % CGF.CGM.getContext().getCharWidth();
95
llvm::alignTo(
BitOffset
+ BitFieldSize, AlignmentBits));
105
CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar,
BitOffset
, BitFieldSize,
CGRecordLayoutBuilder.cpp
158
CharUnits bitsToCharUnits(uint64_t
BitOffset
) {
159
return Context.toCharUnitsFromBits(
BitOffset
);
407
uint64_t
BitOffset
= getFieldBitOffset(*Field);
417
if (Run == FieldEnd ||
BitOffset
>= Tail) {
419
StartBitOffset =
BitOffset
;
/src/sys/external/bsd/acpica/dist/include/
acdisasm.h
245
UINT32
BitOffset
;
actbl.h
135
UINT8
BitOffset
; /* Bit offset within the register */
amlresrc.h
412
UINT8
BitOffset
;
acrestyp.h
450
UINT8
BitOffset
;
aclocal.h
893
UINT32
BitOffset
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
538
BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t
BitOffset
)
540
BitOffset
(
BitOffset
) {}
543
uint8_t getBitOffset() const { return
BitOffset
; }
548
uint8_t
BitOffset
= 0;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp
404
int
BitOffset
= TRI->getSubRegIdxOffset(SubIdx);
405
if (
BitOffset
< 0 ||
BitOffset
% 8)
409
Offset = (unsigned)
BitOffset
/ 8;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
127
uint64_t
BitOffset
= (Offset - ByteOffset) >> AlignLog2;
128
if (
BitOffset
>= BitSize)
131
return Bits.count(
BitOffset
);
458
Value *
BitOffset
);
581
/// Build a test that bit
BitOffset
mod sizeof(Bits)*8 is set in
584
Value *
BitOffset
) {
588
BitOffset
= B.CreateZExtOrTrunc(
BitOffset
, BitsType);
590
B.CreateAnd(
BitOffset
, ConstantInt::get(BitsType, BitWidth - 1));
665
/// Build a test that bit
BitOffset
is set in the type identifier that wa
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h
185
uint32_t
BitOffset
;
187
PPEntityOffset(SourceRange R, uint32_t
BitOffset
)
189
BitOffset
(
BitOffset
) {}
228
UnderalignedInt64(uint64_t
BitOffset
) { setBitOffset(
BitOffset
); }
248
UnderalignedInt64
BitOffset
;
251
DeclOffset(SourceLocation Loc, uint64_t
BitOffset
,
254
setBitOffset(
BitOffset
, DeclTypesBlockStartOffset);
264
BitOffset
.setBitOffset(Offset - DeclTypesBlockStartOffset)
[
all
...]
Completed in 51 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026