Lines Matching defs:x86
94 namespace x86 {
243 /// Opcodes in x86 are generally the first byte of instruction, though two-byte
410 } // namespace x86
554 if (disasm->GetArchitecture().GetMachine() == llvm::Triple::x86)
555 return x86::GetControlFlowKind(/*is_64b=*/false, m_opcode);
557 return x86::GetControlFlowKind(/*is_64b=*/true, m_opcode);
1138 case llvm::Triple::x86:
1453 // So far the only supported flavor is "intel" on x86. The base class will
1455 if (triple.getArch() == llvm::Triple::x86 ||
1715 if (triple.getArch() == llvm::Triple::x86 ||