Lines Matching refs:StrOpc
1042 unsigned StrOpc; in ARMEmitStore() local
1061 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1063 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1065 StrOpc = ARM::STRBi12; in ARMEmitStore()
1075 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1077 StrOpc = ARM::t2STRHi12; in ARMEmitStore()
1079 StrOpc = ARM::STRH; in ARMEmitStore()
1090 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1092 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1094 StrOpc = ARM::STRi12; in ARMEmitStore()
1107 StrOpc = isThumb2 ? ARM::t2STRi12 : ARM::STRi12; in ARMEmitStore()
1109 StrOpc = ARM::VSTRS; in ARMEmitStore()
1120 StrOpc = ARM::VSTRD; in ARMEmitStore()
1127 SrcReg = constrainOperandRegClass(TII.get(StrOpc), SrcReg, 0); in ARMEmitStore()
1129 TII.get(StrOpc)) in ARMEmitStore()