Home
last modified time | relevance | path

Searched refs:PrefixByte (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrTSX.td57 def XACQUIRE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "xacquire", []>;
58 def XRELEASE_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "xrelease", []>;
H A DX86InstrSystem.td164 def CS_PREFIX : I<0x2E, PrefixByte, (outs), (ins), "cs", []>;
165 def SS_PREFIX : I<0x36, PrefixByte, (outs), (ins), "ss", []>;
166 def DS_PREFIX : I<0x3E, PrefixByte, (outs), (ins), "ds", []>;
167 def ES_PREFIX : I<0x26, PrefixByte, (outs), (ins), "es", []>;
168 def FS_PREFIX : I<0x64, PrefixByte, (outs), (ins), "fs", []>;
169 def GS_PREFIX : I<0x65, PrefixByte, (outs), (ins), "gs", []>;
177 def ADDR16_PREFIX : I<0x67, PrefixByte, (outs), (ins), "addr16", []>,
179 def ADDR32_PREFIX : I<0x67, PrefixByte, (outs), (ins), "addr32", []>,
H A DX86InstrInfo.td2256 def LOCK_PREFIX : I<0xF0, PrefixByte, (outs), (ins), "lock", []>;
2261 def REX64_PREFIX : I<0x48, PrefixByte, (outs), (ins), "rex64", []>,
2265 def DATA16_PREFIX : I<0x66, PrefixByte, (outs), (ins), "data16", []>;
2271 def REP_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "rep", []>;
2273 def REPNE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "repne", []>;
H A DX86InstrFormats.td30 def PrefixByte : Format<10>;
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp56 RI.Form == X86Local::PrefixByte) in run()
H A DX86RecognizableInstr.h108 PrefixByte = 10, enumerator
H A DX86RecognizableInstr.cpp490 case X86Local::PrefixByte: in emitInstructionSpecifier()
810 case X86Local::PrefixByte: in emitDecodePath()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h631 PrefixByte = 10, enumerator
980 return (TSFlags & X86II::FormMask) == PrefixByte; in isPrefix()
1116 case X86II::PrefixByte: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp823 case X86II::PrefixByte: in emitVEXOpcodePrefix()
1385 case X86II::PrefixByte: in encodeInstruction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp71 case X86II::PrefixByte: in isInvalidMemoryInstr()