Home
last modified time | relevance | path

Searched refs:AdSize16 (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp337 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XD) in insnContext()
339 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::XS) in insnContext()
341 else if (AdSize == X86Local::AdSize16 && OpPrefix == X86Local::PD) in insnContext()
343 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
347 else if (AdSize == X86Local::AdSize16) in insnContext()
764 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
DX86RecognizableInstr.h141 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
450 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
454 else if (AdSize == X86Local::AdSize16) in insnContext()
875 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h344 AdSize16 = 1 << AdSizeShift, enumerator
DX86MCCodeEmitter.cpp1165 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h388 AdSize16 = 1 << AdSizeShift, enumerator
DX86MCCodeEmitter.cpp1244 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFormats.td175 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
183 class AdSize16 { AddressSize AdSize = AdSize16; }
DX86InstrInfo.td1569 "mov{b}\t{$src, %al|al, $src}", []>, AdSize16;
1573 OpSize16, AdSize16;
1577 AdSize16, OpSize32;
1598 "mov{b}\t{%al, $dst|$dst, al}", []>, AdSize16;
1602 OpSize16, AdSize16;
1606 OpSize32, AdSize16;
2761 XS, AdSize16, Requires<[HasWAITPKG, Not64BitMode]>;
2800 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
DX86InstrControl.td111 "jcxz\t$dst", []>, AdSize16, Requires<[Not64BitMode]>;
/external/llvm/lib/Target/X86/
DX86InstrFormats.td158 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
166 class AdSize16 { AddressSize AdSize = AdSize16; }
DX86InstrControl.td121 "jcxz\t$dst", [], IIC_JCXZ>, AdSize16,
DX86InstrInfo.td1440 "mov{b}\t{$src, %al|al, $src}", [], IIC_MOV_MEM>, AdSize16;
1444 OpSize16, AdSize16;
1448 AdSize16, OpSize32;
1469 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize16;
1473 OpSize16, AdSize16;
1477 OpSize32, AdSize16;