OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:T8XS
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.cpp
82
A6 = 15, A7 = 16, T8XD = 17,
T8XS
= 18, TAXD = 19
317
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
328
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
340
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
354
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
363
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
377
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
386
else if (Prefix == X86Local::XS || Prefix == X86Local::
T8XS
)
400
(Prefix == X86Local::XS || Prefix == X86Local::
T8XS
))
407
(Prefix == X86Local::XS || Prefix == X86Local::
T8XS
))
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
345
//
T8XS
- Prefix before and after 0x0F. Combination of T8 and XS.
346
T8XS
= 18 << Op0Shift,
Completed in 66 milliseconds