Searched refs:rs6000_emit_minmax (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 82 extern void rs6000_emit_minmax (rtx, enum rtx_code, rtx, rtx);
|
H A D | rs6000.md | 1776 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 D | rs6000.c | 12111 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 D | rs6000-protos.h | 117 extern void rs6000_emit_minmax PARAMS ((rtx, enum rtx_code, rtx, rtx));
|
H A D | rs6000.md | 2050 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 D | rs6000.c | 8836 rs6000_emit_minmax (dest, code, op0, op1) in rs6000_emit_minmax() function
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.5 | 3040 * 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 D | ChangeLog.7 | 1567 * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned
|