Lines Matching refs:addr_op0

2103   rtx addr, addr_op0, addr_op1;  in nds32_output_float_load()  local
2113 addr_op0 = XEXP (addr, 0); in nds32_output_float_load()
2116 if (REG_P (addr_op0) && REG_P (addr_op1)) in nds32_output_float_load()
2118 else if (REG_P (addr_op0) && CONST_INT_P (addr_op1)) in nds32_output_float_load()
2120 else if (GET_CODE (addr_op0) == MULT && REG_P (addr_op1) in nds32_output_float_load()
2121 && REG_P (XEXP (addr_op0, 0)) in nds32_output_float_load()
2122 && CONST_INT_P (XEXP (addr_op0, 1))) in nds32_output_float_load()
2129 addr_op0 = XEXP (addr, 0); in nds32_output_float_load()
2132 if (REG_P (addr_op0) && GET_CODE (addr_op1) == PLUS in nds32_output_float_load()
2135 else if (REG_P (addr_op0) && GET_CODE (addr_op1) == PLUS in nds32_output_float_load()
2181 rtx addr, addr_op0, addr_op1; in nds32_output_float_store() local
2191 addr_op0 = XEXP (addr, 0); in nds32_output_float_store()
2194 if (REG_P (addr_op0) && REG_P (addr_op1)) in nds32_output_float_store()
2196 else if (REG_P (addr_op0) && CONST_INT_P (addr_op1)) in nds32_output_float_store()
2198 else if (GET_CODE (addr_op0) == MULT && REG_P (addr_op1) in nds32_output_float_store()
2199 && REG_P (XEXP (addr_op0, 0)) in nds32_output_float_store()
2200 && CONST_INT_P (XEXP (addr_op0, 1))) in nds32_output_float_store()
2207 addr_op0 = XEXP (addr, 0); in nds32_output_float_store()
2210 if (REG_P (addr_op0) && GET_CODE (addr_op1) == PLUS in nds32_output_float_store()
2213 else if (REG_P (addr_op0) && GET_CODE (addr_op1) == PLUS in nds32_output_float_store()