Home
last modified time | relevance | path

Searched refs:IdxMode (Results 1 – 25 of 80) sorted by relevance

1234

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetLowering.h482 getIndexedLoadAction(unsigned IdxMode, EVT VT) const { in getIndexedLoadAction() argument
483 assert( IdxMode < ISD::LAST_INDEXED_MODE && in getIndexedLoadAction()
494 (getIndexedLoadAction(IdxMode, VT) == Legal || in isIndexedLoadLegal()
495 getIndexedLoadAction(IdxMode, VT) == Custom); in isIndexedLoadLegal()
504 assert( IdxMode < ISD::LAST_INDEXED_MODE && in getIndexedStoreAction()
515 (getIndexedStoreAction(IdxMode, VT) == Legal || in isIndexedStoreLegal()
516 getIndexedStoreAction(IdxMode, VT) == Custom); in isIndexedStoreLegal()
1088 void setIndexedLoadAction(unsigned IdxMode, MVT VT, in setIndexedLoadAction() argument
1091 IdxMode < ISD::LAST_INDEXED_MODE && in setIndexedLoadAction()
1103 void setIndexedStoreAction(unsigned IdxMode, MVT VT, in setIndexedStoreAction() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h1117 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1131 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1145 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1159 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2035 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2044 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2052 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2062 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1117 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1131 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1145 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1159 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2035 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2044 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2052 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2062 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1117 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1121 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1131 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1135 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1145 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1159 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2035 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2044 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2052 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2062 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1269 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1273 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1283 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1287 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1297 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1311 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2180 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2189 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2197 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2207 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1286 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1290 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1300 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1304 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1314 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1328 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2217 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2226 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2234 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2244 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1273 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1277 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1287 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1291 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1301 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1315 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2215 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2224 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2232 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2242 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h1286 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1290 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1300 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1304 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1314 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1328 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2217 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2226 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2234 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2244 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1269 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1273 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1283 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1287 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1297 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1311 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2189 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2198 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2206 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2216 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DTargetLowering.h1240 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1244 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1254 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1258 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1268 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1282 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2162 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2171 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2179 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2189 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1286 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1290 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1300 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1304 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1314 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1328 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2217 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2226 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2234 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2244 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1287 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1291 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1301 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1305 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1315 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1329 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2230 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2239 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2247 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2257 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1286 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1290 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1300 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1304 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1314 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1328 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2217 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2226 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2234 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2244 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1269 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1273 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1283 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1287 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1297 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1311 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2189 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2198 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2206 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2216 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1286 return getIndexedModeAction(IdxMode, VT, IMAB_Load); in getIndexedLoadAction()
1290 bool isIndexedLoadLegal(unsigned IdxMode, EVT VT) const { in isIndexedLoadLegal() argument
1300 return getIndexedModeAction(IdxMode, VT, IMAB_Store); in getIndexedStoreAction()
1304 bool isIndexedStoreLegal(unsigned IdxMode, EVT VT) const { in isIndexedStoreLegal() argument
1314 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedLoad); in getIndexedMaskedLoadAction()
1328 return getIndexedModeAction(IdxMode, VT, IMAB_MaskedStore); in getIndexedMaskedStoreAction()
2217 setIndexedModeAction(IdxMode, VT, IMAB_Load, Action); in setIndexedLoadAction()
2226 setIndexedModeAction(IdxMode, VT, IMAB_Store, Action); in setIndexedStoreAction()
2234 void setIndexedMaskedLoadAction(unsigned IdxMode, MVT VT, in setIndexedMaskedLoadAction() argument
2244 void setIndexedMaskedStoreAction(unsigned IdxMode, MVT VT, in setIndexedMaskedStoreAction() argument
[all …]
/dports/devel/capstone4/capstone-4.0.2/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/devel/capstone3/capstone-3.0.5/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu42/qemu-4.2.1/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/devel/py-capstone/capstone-4.0.1/src/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu/qemu-6.2.0/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()
/dports/emulators/qemu60/qemu-6.0.0/capstone/arch/ARM/
H A DARMAddressingModes.h443 unsigned IdxMode) in ARM_AM_getAM2Opc() argument
447 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ; in ARM_AM_getAM2Opc()
486 unsigned IdxMode) in getAM3Opc() argument
489 return ((int)isSub << 8) | Offset | (IdxMode << 9); in getAM3Opc()

1234