|
LLVM
3.7.0
|
#include "X86InstComments.h"#include "MCTargetDesc/X86MCTargetDesc.h"#include "Utils/X86ShuffleDecode.h"#include "llvm/MC/MCInst.h"#include "llvm/CodeGen/MachineValueType.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| static void | getZeroExtensionTypes (const MCInst *MI, MVT &SrcVT, MVT &DstVT) |
| Extracts the src/dst types for a given zero extension instruction. More... | |
Extracts the src/dst types for a given zero extension instruction.
Definition at line 28 of file X86InstComments.cpp.
References llvm::MCInst::getOpcode(), llvm_unreachable, llvm::MVT::v16i16, llvm::MVT::v16i8, llvm::MVT::v2i64, llvm::MVT::v4i32, llvm::MVT::v4i64, llvm::MVT::v8i16, and llvm::MVT::v8i32.
Referenced by llvm::EmitAnyX86InstComments().
1.8.6