OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpSize16
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp
295
if (HasREX_WPrefix && (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD))
299
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XD)
301
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XS)
305
else if (OpSize == X86Local::
OpSize16
&& AdSize == X86Local::AdSize32)
307
else if (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD)
324
if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XD)
326
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XS)
334
else if (OpSize == X86Local::
OpSize16
&& AdSize == X86Local::AdSize16)
336
else if (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD)
864
if(OpSize == X86Local::
OpSize16
) {
[
all
...]
X86RecognizableInstr.h
145
OpSize16
= 1, OpSize32 = 2
255
/// @param OpSize - Indicates whether this is an
OpSize16
instruction.
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
750
//
OpSize16
means this is a 16-bit instruction and needs 0x66 prefix in
757
OpSize16
= 1 << OpSizeShift,
X86MCCodeEmitter.cpp
1342
(STI.hasFeature(X86::Mode16Bit) ? X86II::OpSize32 : X86II::
OpSize16
))
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026