Searched refs:rs6000_emit_cbranch (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000-protos.h | 76 extern void rs6000_emit_cbranch (enum rtx_code, rtx);
|
| D | rs6000.md | 11150 "{ rs6000_emit_cbranch (EQ, operands[0]); DONE; }") 11155 "{ rs6000_emit_cbranch (NE, operands[0]); DONE; }") 11160 "{ rs6000_emit_cbranch (GE, operands[0]); DONE; }") 11165 "{ rs6000_emit_cbranch (GT, operands[0]); DONE; }") 11170 "{ rs6000_emit_cbranch (LE, operands[0]); DONE; }") 11175 "{ rs6000_emit_cbranch (LT, operands[0]); DONE; }") 11180 "{ rs6000_emit_cbranch (GEU, operands[0]); DONE; }") 11185 "{ rs6000_emit_cbranch (GTU, operands[0]); DONE; }") 11190 "{ rs6000_emit_cbranch (LEU, operands[0]); DONE; }") 11195 "{ rs6000_emit_cbranch (LTU, operands[0]); DONE; }") [all …]
|
| D | rs6000.c | 11448 rs6000_emit_cbranch (enum rtx_code code, rtx loc) in rs6000_emit_cbranch() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000-protos.h | 113 extern void rs6000_emit_cbranch PARAMS ((enum rtx_code, rtx));
|
| D | rs6000.md | 11287 "{ rs6000_emit_cbranch (EQ, operands[0]); DONE; }") 11292 "{ rs6000_emit_cbranch (NE, operands[0]); DONE; }") 11297 "{ rs6000_emit_cbranch (GE, operands[0]); DONE; }") 11302 "{ rs6000_emit_cbranch (GT, operands[0]); DONE; }") 11307 "{ rs6000_emit_cbranch (LE, operands[0]); DONE; }") 11312 "{ rs6000_emit_cbranch (LT, operands[0]); DONE; }") 11317 "{ rs6000_emit_cbranch (GEU, operands[0]); DONE; }") 11322 "{ rs6000_emit_cbranch (GTU, operands[0]); DONE; }") 11327 "{ rs6000_emit_cbranch (LEU, operands[0]); DONE; }") 11332 "{ rs6000_emit_cbranch (LTU, operands[0]); DONE; }") [all …]
|
| D | rs6000.c | 8472 rs6000_emit_cbranch (code, loc) in rs6000_emit_cbranch() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.4 | 9611 (rs6000_emit_cbranch): New function. 9624 (bCOND patterns): Call rs6000_emit_cbranch.
|