OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CD8_Scale
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h
206
// The
CD8_Scale
field from the record
207
uint8_t
CD8_Scale
;
X86RecognizableInstr.cpp
95
CD8_Scale
= byteFromRec(Rec, "
CD8_Scale
");
357
encoding != ENCODING_SIB) ||
CD8_Scale
== 0)
359
encoding = (OperandEncoding)(encoding + Log2_32(
CD8_Scale
));
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
123
int
CD8_Scale
=
125
if (!HasEVEX ||
CD8_Scale
== 0)
128
assert(isPowerOf2_32(
CD8_Scale
) && "Unexpected CD8 scale!");
129
if (Value & (
CD8_Scale
- 1)) // Unaligned offset
132
int CDisp8 = Value /
CD8_Scale
;
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026