Searched refs:PrefixByte (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 55 def XACQUIRE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "xacquire", []>; 56 def XRELEASE_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "xrelease", []>;
|
D | X86InstrSystem.td | 166 def CS_PREFIX : I<0x2E, PrefixByte, (outs), (ins), "cs", []>; 167 def SS_PREFIX : I<0x36, PrefixByte, (outs), (ins), "ss", []>; 168 def DS_PREFIX : I<0x3E, PrefixByte, (outs), (ins), "ds", []>; 169 def ES_PREFIX : I<0x26, PrefixByte, (outs), (ins), "es", []>; 170 def FS_PREFIX : I<0x64, PrefixByte, (outs), (ins), "fs", []>; 171 def GS_PREFIX : I<0x65, PrefixByte, (outs), (ins), "gs", []>;
|
D | X86InstrInfo.td | 2232 def LOCK_PREFIX : I<0xF0, PrefixByte, (outs), (ins), "lock", []>; 2237 def REX64_PREFIX : I<0x48, PrefixByte, (outs), (ins), "rex64", []>, 2241 def DATA16_PREFIX : I<0x66, PrefixByte, (outs), (ins), "data16", []>; 2247 def REP_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "rep", []>; 2249 def REPNE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "repne", []>;
|
D | X86InstrFormats.td | 30 def PrefixByte : Format<10>;
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 624 PrefixByte = 10, enumerator 964 return (TSFlags & X86II::FormMask) == PrefixByte; in isPrefix() 1100 case X86II::PrefixByte: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 892 case X86II::PrefixByte: in emitVEXOpcodePrefix() 1441 case X86II::PrefixByte: in encodeInstruction()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 105 PrefixByte = 10, enumerator
|
D | X86RecognizableInstr.cpp | 465 case X86Local::PrefixByte: in emitInstructionSpecifier() 771 case X86Local::PrefixByte: in emitDecodePath()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 65 case X86II::PrefixByte: in isInvalidMemoryInstr()
|