Searched refs:alpha_emit_setcc (Results 1 – 7 of 7) sorted by relevance
102 extern rtx alpha_emit_setcc (enum rtx_code);
4037 "{ if ((operands[1] = alpha_emit_setcc (EQ)) == NULL_RTX) FAIL; }")4043 "{ if ((operands[1] = alpha_emit_setcc (NE)) == NULL_RTX) FAIL; }")4049 "{ if ((operands[1] = alpha_emit_setcc (LT)) == NULL_RTX) FAIL; }")4055 "{ if ((operands[1] = alpha_emit_setcc (LE)) == NULL_RTX) FAIL; }")4061 "{ if ((operands[1] = alpha_emit_setcc (GT)) == NULL_RTX) FAIL; }")4067 "{ if ((operands[1] = alpha_emit_setcc (GE)) == NULL_RTX) FAIL; }")4073 "{ if ((operands[1] = alpha_emit_setcc (LTU)) == NULL_RTX) FAIL; }")4079 "{ if ((operands[1] = alpha_emit_setcc (LEU)) == NULL_RTX) FAIL; }")4085 "{ if ((operands[1] = alpha_emit_setcc (GTU)) == NULL_RTX) FAIL; }")4091 "{ if ((operands[1] = alpha_emit_setcc (GEU)) == NULL_RTX) FAIL; }")[all …]
2653 alpha_emit_setcc (enum rtx_code code) in alpha_emit_setcc() function
154 extern rtx alpha_emit_setcc PARAMS ((enum rtx_code));
3874 "{ if ((operands[1] = alpha_emit_setcc (EQ)) == NULL_RTX) FAIL; }")3880 "{ if ((operands[1] = alpha_emit_setcc (NE)) == NULL_RTX) FAIL; }")3886 "{ if ((operands[1] = alpha_emit_setcc (LT)) == NULL_RTX) FAIL; }")3892 "{ if ((operands[1] = alpha_emit_setcc (LE)) == NULL_RTX) FAIL; }")3898 "{ if ((operands[1] = alpha_emit_setcc (GT)) == NULL_RTX) FAIL; }")3904 "{ if ((operands[1] = alpha_emit_setcc (GE)) == NULL_RTX) FAIL; }")3910 "{ if ((operands[1] = alpha_emit_setcc (LTU)) == NULL_RTX) FAIL; }")3916 "{ if ((operands[1] = alpha_emit_setcc (LEU)) == NULL_RTX) FAIL; }")3922 "{ if ((operands[1] = alpha_emit_setcc (GTU)) == NULL_RTX) FAIL; }")3928 "{ if ((operands[1] = alpha_emit_setcc (GEU)) == NULL_RTX) FAIL; }")[all …]
3404 alpha_emit_setcc (code) in alpha_emit_setcc() function
6858 * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests7571 (alpha_emit_setcc): New.7575 (sne): Use alpha_emit_setcc.