Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000-protos.h76 extern void rs6000_emit_cbranch (enum rtx_code, rtx);
Drs6000.md11150 "{ 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 …]
Drs6000.c11448 rs6000_emit_cbranch (enum rtx_code code, rtx loc) in rs6000_emit_cbranch() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000-protos.h113 extern void rs6000_emit_cbranch PARAMS ((enum rtx_code, rtx));
Drs6000.md11287 "{ 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 …]
Drs6000.c8472 rs6000_emit_cbranch (code, loc) in rs6000_emit_cbranch() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.49611 (rs6000_emit_cbranch): New function.
9624 (bCOND patterns): Call rs6000_emit_cbranch.