Lines Matching refs:StrOpc
1059 unsigned StrOpc; in ARMEmitStore() local
1078 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1080 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1082 StrOpc = ARM::STRBi12; in ARMEmitStore()
1091 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1093 StrOpc = ARM::t2STRHi12; in ARMEmitStore()
1095 StrOpc = ARM::STRH; in ARMEmitStore()
1105 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1107 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1109 StrOpc = ARM::STRi12; in ARMEmitStore()
1122 StrOpc = isThumb2 ? ARM::t2STRi12 : ARM::STRi12; in ARMEmitStore()
1124 StrOpc = ARM::VSTRS; in ARMEmitStore()
1134 StrOpc = ARM::VSTRD; in ARMEmitStore()
1141 SrcReg = constrainOperandRegClass(TII.get(StrOpc), SrcReg, 0); in ARMEmitStore()
1143 TII.get(StrOpc)) in ARMEmitStore()