Searched refs:output_fpop (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/ |
H A D | romp.md | 2092 { return output_fpop (GET_CODE (operands[1]), operands[0], 2107 { return output_fpop (GET_CODE (operands[1]), operands[0], 2122 { return output_fpop (GET_CODE (operands[1]), operands[0], 2138 { return output_fpop (GET_CODE (operands[1]), operands[0], 2153 { return output_fpop (GET_CODE (operands[2]), operands[0], 2168 { return output_fpop (GET_CODE (operands[2]), operands[0], 2184 { return output_fpop (GET_CODE (operands[2]), operands[0], 2200 { return output_fpop (GET_CODE (operands[2]), operands[0], 2216 { return output_fpop (GET_CODE (operands[2]), operands[0], 2232 { return output_fpop (GET_CODE (operands[2]), operands[0], [all …]
|
H A D | romp-protos.h | 29 extern const char *output_fpop PARAMS ((enum rtx_code, rtx, rtx, rtx, rtx));
|
H A D | romp.c | 1480 output_fpop (code, op0, op1, op2, insn) in output_fpop() function 1759 output_fpop (code, GEN_INT (mask), gen_rtx_MEM (Pmode, addr),
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.6 | 14365 (output_fpop): Use xmalloc, not oballoc.
|