Searched refs:otherops (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c8763 rtx otherops[3];
8769 otherops[0] = gen_rtx_REG (SImode, 1 + reg0);
8799 otherops[0] = operands[0];
8800 otherops[1] = XEXP (XEXP (XEXP (operands[1], 0), 1), 0);
8801 otherops[2] = XEXP (XEXP (XEXP (operands[1], 0), 1), 1);
8805 if (reg_overlap_mentioned_p (otherops[0], otherops[2]))
8808 output_asm_insn ("add%?\t%1, %1, %2", otherops);
8809 output_asm_insn ("ldr%?d\t%0, [%1] @split", otherops);
8815 if (GET_CODE (otherops[
8748 rtx otherops[3]; local
[all...]

Completed in 136 milliseconds