Home
last modified time | relevance | path

Searched refs:rs6000_emit_minmax (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000-protos.h82 extern void rs6000_emit_minmax (rtx, enum rtx_code, rtx, rtx);
H A Drs6000.md1776 rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]);
1810 rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]);
1844 rs6000_emit_minmax (operands[0], UMIN, operands[1], operands[2]);
1867 rs6000_emit_minmax (operands[0], UMAX, operands[1], operands[2]);
5282 "{ rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]); DONE;}")
5291 "{ rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]); DONE;}")
5301 { rs6000_emit_minmax (operands[0], GET_CODE (operands[3]),
5570 "{ rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]); DONE;}")
5579 "{ rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]); DONE;}")
5589 { rs6000_emit_minmax (operands[0], GET_CODE (operands[3]),
H A Drs6000.c12111 rs6000_emit_minmax (rtx dest, enum rtx_code code, rtx op0, rtx op1) in rs6000_emit_minmax() function
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h117 extern void rs6000_emit_minmax PARAMS ((rtx, enum rtx_code, rtx, rtx));
H A Drs6000.md2050 rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]);
2084 rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]);
2118 rs6000_emit_minmax (operands[0], UMIN, operands[1], operands[2]);
2141 rs6000_emit_minmax (operands[0], UMAX, operands[1], operands[2]);
5332 "{ rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]); DONE;}")
5341 "{ rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]); DONE;}")
5351 { rs6000_emit_minmax (operands[0], GET_CODE (operands[3]),
5566 "{ rs6000_emit_minmax (operands[0], SMAX, operands[1], operands[2]); DONE;}")
5575 "{ rs6000_emit_minmax (operands[0], SMIN, operands[1], operands[2]); DONE;}")
5585 { rs6000_emit_minmax (operands[0], GET_CODE (operands[3]),
H A Drs6000.c8836 rs6000_emit_minmax (dest, code, op0, op1) in rs6000_emit_minmax() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.53040 * config/rs6000/rs6000.md (maxsf3): Use rs6000_emit_minmax.
3042 (minsf3): Use rs6000_emit_minmax.
3044 rs6000_emit_minmax.
3049 (maxdf3): Use rs6000_emit_minmax.
3051 (mindf3): Use rs6000_emit_minmax.
3053 rs6000_emit_minmax.
3061 (rs6000_emit_minmax): New function.
H A DChangeLog.71567 * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned