Home
last modified time | relevance | path

Searched defs:IdxMode (Results 1 – 5 of 5) sorted by relevance

/external/capstone/arch/ARM/
DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h434 getIndexedLoadAction(unsigned IdxMode, EVT VT) const { in getIndexedLoadAction()
444 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal()
455 getIndexedStoreAction(unsigned IdxMode, EVT VT) const { in getIndexedStoreAction()
465 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal()
1083 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction()
1096 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
/external/llvm/include/llvm/Target/
DTargetLowering.h710 getIndexedLoadAction(unsigned IdxMode, MVT VT) const { in getIndexedLoadAction()
718 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal()
728 getIndexedStoreAction(unsigned IdxMode, MVT VT) const { in getIndexedStoreAction()
736 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal()
1456 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction()
1470 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp357 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local
437 unsigned IdxMode = ARM_AM::getAM3IdxMode(MO3.getImm()); in printAddrMode3Operand() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp444 unsigned IdxMode = ARM_AM::getAM2IdxMode(MO3.getImm()); in printAddrMode2Operand() local