Home
last modified time | relevance | path

Searched refs:emit_bcnd (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/m88k/
Dm88k-protos.h26 extern void emit_bcnd (enum rtx_code, rtx);
Dm88k.md1510 emit_bcnd (EQ, operands[0]);
1523 emit_bcnd (NE, operands[0]);
1536 emit_bcnd (GT, operands[0]);
1562 emit_bcnd (LT, operands[0]);
1588 emit_bcnd (GE, operands[0]);
1614 emit_bcnd (LE, operands[0]);
Dm88k.c1981 emit_bcnd (enum rtx_code op, rtx label) in emit_bcnd() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/
Dm88k-protos.h26 extern void emit_bcnd PARAMS ((enum rtx_code, rtx));
Dm88k.md1547 emit_bcnd (EQ, operands[0]);
1560 emit_bcnd (NE, operands[0]);
1573 emit_bcnd (GT, operands[0]);
1599 emit_bcnd (LT, operands[0]);
1625 emit_bcnd (GE, operands[0]);
1651 emit_bcnd (LE, operands[0]);
Dm88k.c2631 emit_bcnd (op, label) in emit_bcnd() function