Searched refs:mips_emit_scc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/mips/ |
| HD | mips-protos.h | 169 extern bool mips_emit_scc (enum rtx_code, rtx);
|
| HD | mips.md | 4487 { if (mips_emit_scc (EQ, operands[0])) DONE; else FAIL; }) 4515 { if (mips_emit_scc (NE, operands[0])) DONE; else FAIL; }) 4531 { if (mips_emit_scc (GT, operands[0])) DONE; else FAIL; }) 4556 { if (mips_emit_scc (GE, operands[0])) DONE; else FAIL; }) 4572 { if (mips_emit_scc (LT, operands[0])) DONE; else FAIL; }) 4602 { if (mips_emit_scc (LE, operands[0])) DONE; else FAIL; }) 4636 { if (mips_emit_scc (GTU, operands[0])) DONE; else FAIL; }) 4661 { if (mips_emit_scc (GEU, operands[0])) DONE; else FAIL; }) 4677 { if (mips_emit_scc (LTU, operands[0])) DONE; else FAIL; }) 4707 { if (mips_emit_scc (LEU, operands[0])) DONE; else FAIL; })
|
| HD | mips.c | 3265 mips_emit_scc (enum rtx_code code, rtx target) in mips_emit_scc() function
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2004 | 23134 (mips_emit_scc): Declare. 23140 (mips_emit_scc): New functions. 23145 (sltu, sleu): Use mips_emit_scc.
|