Lines Matching refs:StrOpc
1041 unsigned StrOpc; in ARMEmitStore() local
1060 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1062 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1064 StrOpc = ARM::STRBi12; in ARMEmitStore()
1073 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1075 StrOpc = ARM::t2STRHi12; in ARMEmitStore()
1077 StrOpc = ARM::STRH; in ARMEmitStore()
1087 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1089 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1091 StrOpc = ARM::STRi12; in ARMEmitStore()
1104 StrOpc = isThumb2 ? ARM::t2STRi12 : ARM::STRi12; in ARMEmitStore()
1106 StrOpc = ARM::VSTRS; in ARMEmitStore()
1117 StrOpc = ARM::VSTRD; in ARMEmitStore()
1124 SrcReg = constrainOperandRegClass(TII.get(StrOpc), SrcReg, 0); in ARMEmitStore()
1126 TII.get(StrOpc)) in ARMEmitStore()