Searched refs:emit_bcnd (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/m88k/ |
| D | m88k-protos.h | 26 extern void emit_bcnd (enum rtx_code, rtx);
|
| D | m88k.md | 1510 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]);
|
| D | m88k.c | 1981 emit_bcnd (enum rtx_code op, rtx label) in emit_bcnd() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| D | m88k-protos.h | 26 extern void emit_bcnd PARAMS ((enum rtx_code, rtx));
|
| D | m88k.md | 1547 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]);
|
| D | m88k.c | 2631 emit_bcnd (op, label) in emit_bcnd() function
|