Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000-protos.h76 extern void rs6000_emit_cbranch (enum rtx_code, rtx);
Drs6000.md11151 "{ 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 …]
Drs6000.c11481 rs6000_emit_cbranch (enum rtx_code code, rtx loc) in rs6000_emit_cbranch() function
/freebsd-9-stable/contrib/gcc/
DChangeLog-20009617 (rs6000_emit_cbranch): New function.
9630 (bCOND patterns): Call rs6000_emit_cbranch.