Searched refs:PrefixByte (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrTSX.td | 55 def XACQUIRE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "xacquire", []>; 56 def XRELEASE_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "xrelease", []>;
|
| H A D | X86InstrSystem.td | 163 def CS_PREFIX : I<0x2E, PrefixByte, (outs), (ins), "cs", []>; 164 def SS_PREFIX : I<0x36, PrefixByte, (outs), (ins), "ss", []>; 165 def DS_PREFIX : I<0x3E, PrefixByte, (outs), (ins), "ds", []>; 166 def ES_PREFIX : I<0x26, PrefixByte, (outs), (ins), "es", []>; 167 def FS_PREFIX : I<0x64, PrefixByte, (outs), (ins), "fs", []>; 168 def GS_PREFIX : I<0x65, PrefixByte, (outs), (ins), "gs", []>; 176 def ADDR16_PREFIX : I<0x67, PrefixByte, (outs), (ins), "addr16", []>, 178 def ADDR32_PREFIX : I<0x67, PrefixByte, (outs), (ins), "addr32", []>,
|
| H A D | X86InstrInfo.td | 2241 def LOCK_PREFIX : I<0xF0, PrefixByte, (outs), (ins), "lock", []>; 2246 def REX64_PREFIX : I<0x48, PrefixByte, (outs), (ins), "rex64", []>, 2250 def DATA16_PREFIX : I<0x66, PrefixByte, (outs), (ins), "data16", []>; 2256 def REP_PREFIX : I<0xF3, PrefixByte, (outs), (ins), "rep", []>; 2258 def REPNE_PREFIX : I<0xF2, PrefixByte, (outs), (ins), "repne", []>;
|
| H A D | X86InstrFormats.td | 30 def PrefixByte : Format<10>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 626 PrefixByte = 10, enumerator 966 return (TSFlags & X86II::FormMask) == PrefixByte; in isPrefix() 1102 case X86II::PrefixByte: in getMemoryOperandNo()
|
| H A D | X86MCCodeEmitter.cpp | 892 case X86II::PrefixByte: in emitVEXOpcodePrefix() 1455 case X86II::PrefixByte: in encodeInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.h | 105 PrefixByte = 10, enumerator
|
| H A D | X86RecognizableInstr.cpp | 465 case X86Local::PrefixByte: in emitInstructionSpecifier() 771 case X86Local::PrefixByte: in emitDecodePath()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | Target.cpp | 66 case X86II::PrefixByte: in isInvalidMemoryInstr()
|