Searched refs:rs6000_emit_cbranch (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000-protos.h | 76 extern void rs6000_emit_cbranch (enum rtx_code, rtx);
|
| D | rs6000.md | 11151 "{ rs6000_emit_cbranch (EQ, operands[0]); DONE; }") 11156 "{ rs6000_emit_cbranch (NE, operands[0]); DONE; }") 11161 "{ rs6000_emit_cbranch (GE, operands[0]); DONE; }") 11166 "{ rs6000_emit_cbranch (GT, operands[0]); DONE; }") 11171 "{ rs6000_emit_cbranch (LE, operands[0]); DONE; }") 11176 "{ rs6000_emit_cbranch (LT, operands[0]); DONE; }") 11181 "{ rs6000_emit_cbranch (GEU, operands[0]); DONE; }") 11186 "{ rs6000_emit_cbranch (GTU, operands[0]); DONE; }") 11191 "{ rs6000_emit_cbranch (LEU, operands[0]); DONE; }") 11196 "{ rs6000_emit_cbranch (LTU, operands[0]); DONE; }") [all …]
|
| D | rs6000.c | 11481 rs6000_emit_cbranch (enum rtx_code code, rtx loc) in rs6000_emit_cbranch() function
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 9617 (rs6000_emit_cbranch): New function. 9630 (bCOND patterns): Call rs6000_emit_cbranch.
|