Home
last modified time | relevance | path

Searched refs:getAM4SubMode (Results 1 – 8 of 8) sorted by relevance

/external/capstone/arch/ARM/
DARMAddressingModes.h522 static inline ARM_AM_AMSubMode getAM4SubMode(unsigned Mode) in getAM4SubMode() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h471 static inline AMSubMode getAM4SubMode(unsigned Mode) { in getAM4SubMode() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h472 static inline AMSubMode getAM4SubMode(unsigned Mode) { in getAM4SubMode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h455 inline AMSubMode getAM4SubMode(unsigned Mode) { in getAM4SubMode() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1282 Binary |= getAddrModeUPBits(ARM_AM::getAM4SubMode(Mode)); in emitLoadStoreMultipleInstruction()
1736 Binary |= getAddrModeUPBits(ARM_AM::getAM4SubMode(Mode)); in emitVFPLoadStoreMultipleInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp491 ARM_AM::AMSubMode Mode = ARM_AM::getAM4SubMode(MI->getOperand(OpNum) in printLdStmModeOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp584 ARM_AM::getAM4SubMode(MI->getOperand(OpNum).getImm()); in printLdStmModeOperand()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp572 ARM_AM::getAM4SubMode(MI->getOperand(OpNum).getImm()); in printLdStmModeOperand()