Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp135 AdSize16 = 1, AdSize32 = 2, AdSize64 = 3 enumerator
451 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext()
455 else if (AdSize == X86Local::AdSize16) in insnContext()
876 case X86Local::AdSize16: AddressSize = 16; break; in emitDecodePath()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h345 AdSize16 = 1 << AdSizeShift, enumerator
DX86MCCodeEmitter.cpp1202 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86InstrControl.td108 "jcxz\t$dst", [], IIC_JCXZ>, AdSize16;
DX86InstrFormats.td158 def AdSize16 : AddressSize<1>; // Encodes a 16-bit address.
166 class AdSize16 { AddressSize AdSize = AdSize16; }
DX86InstrInfo.td1308 "mov{b}\t{$src, %al|al, $src}", [], IIC_MOV_MEM>, AdSize16;
1312 OpSize16, AdSize16;
1316 AdSize16, OpSize32;
1337 "mov{b}\t{%al, $dst|$dst, al}", [], IIC_MOV_MEM>, AdSize16;
1341 OpSize16, AdSize16;
1345 OpSize32, AdSize16;