Searched refs:AdSize16 (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 337 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()
|
D | X86RecognizableInstr.h | 141 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 135 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/ |
D | X86BaseInfo.h | 344 AdSize16 = 1 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1165 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 388 AdSize16 = 1 << AdSizeShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1244 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 175 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address. 183 class AdSize16 { AddressSize AdSize = AdSize16; }
|
D | X86InstrInfo.td | 1569 "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]>;
|
D | X86InstrControl.td | 111 "jcxz\t$dst", []>, AdSize16, Requires<[Not64BitMode]>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 158 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address. 166 class AdSize16 { AddressSize AdSize = AdSize16; }
|
D | X86InstrControl.td | 121 "jcxz\t$dst", [], IIC_JCXZ>, AdSize16,
|
D | X86InstrInfo.td | 1440 "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;
|