Home
last modified time | relevance | path

Searched refs:alpha_emit_setcc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha-protos.h102 extern rtx alpha_emit_setcc (enum rtx_code);
H A Dalpha.md4037 "{ 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 …]
H A Dalpha.c2653 alpha_emit_setcc (enum rtx_code code) in alpha_emit_setcc() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha-protos.h154 extern rtx alpha_emit_setcc PARAMS ((enum rtx_code));
H A Dalpha.md3874 "{ 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 …]
H A Dalpha.c3404 alpha_emit_setcc (code) in alpha_emit_setcc() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.46858 * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
7571 (alpha_emit_setcc): New.
7575 (sne): Use alpha_emit_setcc.