Lines Matching refs:opc
191 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) &&
196 if (instr->opc == OPC_SPILL_MACRO)
204 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) &&
209 if (instr->opc == OPC_SPILL_MACRO)
219 if (instr->opc == OPC_SPILL_MACRO) {
222 } else if (instr->opc == OPC_RELOAD_MACRO) {
231 if (instr->opc == OPC_SPILL_MACRO)
232 instr->opc = OPC_STP;
233 else if (instr->opc == OPC_RELOAD_MACRO)
234 instr->opc = OPC_LDP;