Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:HexagonMCInst

1 //===- HexagonMCInst.cpp - Hexagon sub-class of MCInst --------------------===//
16 #include "MCTargetDesc/HexagonMCInst.h"
22 unsigned HexagonMCInst::getUnits(const HexagonTargetMachine* TM) const {
32 unsigned HexagonMCInst::getType() const {
39 bool HexagonMCInst::isCanon() const {
46 bool HexagonMCInst::isPrefix() const {
51 bool HexagonMCInst::isSolo() const {
57 bool HexagonMCInst::isNewValue() const {
63 bool HexagonMCInst::hasNewValue() const {
69 const MCOperand& HexagonMCInst::getNewValue() const {
87 bool HexagonMCInst::isConstExtended(void) const {
117 bool HexagonMCInst::isExtended(void) const {
123 bool HexagonMCInst::isExtendable(void) const {
129 unsigned HexagonMCInst::getBitCount(void) const {
135 unsigned short HexagonMCInst::getCExtOpNum(void) const {
141 bool HexagonMCInst::isOperandExtended(const unsigned short OperandNum) const {
149 int HexagonMCInst::getMinValue(void) const {
164 int HexagonMCInst::getMaxValue(void) const {