OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpSize16
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.cpp
118
OpSize16
= 1, OpSize32 = 2
402
if (HasREX_WPrefix && (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD))
404
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XD)
406
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XS)
408
else if (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD)
425
if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XD)
427
else if (OpSize == X86Local::
OpSize16
&& OpPrefix == X86Local::XS)
429
else if (OpSize == X86Local::
OpSize16
|| OpPrefix == X86Local::PD)
882
if(OpSize == X86Local::
OpSize16
) {
883
// For
OpSize16
instructions, a declared 16-bit register o
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
324
//
OpSize16
means this is a 16-bit instruction and needs 0x66 prefix in
330
OpSize16
= 1,
X86MCCodeEmitter.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
660
if (((TSFlags & X86II::OpSizeMask) >> X86II::OpSizeShift) == X86II::
OpSize16
)
[
all
...]
Completed in 117 milliseconds