Searched refs:ix86_expand_setcc (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386-protos.h | 103 extern int ix86_expand_setcc (enum rtx_code, rtx);
|
| HD | i386.md | 13258 "if (ix86_expand_setcc (EQ, operands[0])) DONE; else FAIL;") 13264 "if (ix86_expand_setcc (NE, operands[0])) DONE; else FAIL;") 13270 "if (ix86_expand_setcc (GT, operands[0])) DONE; else FAIL;") 13276 "if (ix86_expand_setcc (GTU, operands[0])) DONE; else FAIL;") 13282 "if (ix86_expand_setcc (LT, operands[0])) DONE; else FAIL;") 13288 "if (ix86_expand_setcc (LTU, operands[0])) DONE; else FAIL;") 13294 "if (ix86_expand_setcc (GE, operands[0])) DONE; else FAIL;") 13300 "if (ix86_expand_setcc (GEU, operands[0])) DONE; else FAIL;") 13306 "if (ix86_expand_setcc (LE, operands[0])) DONE; else FAIL;") 13312 "if (ix86_expand_setcc (LEU, operands[0])) DONE; else FAIL;") [all …]
|
| HD | i386.c | 11013 ix86_expand_setcc (enum rtx_code code, rtx dest) in ix86_expand_setcc() function 11937 ix86_expand_setcc (code, tmp); in ix86_expand_fp_movcc()
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-2000 | 4875 (ix86_expand_fp_movcc): Call ix86_expand_setcc for most 22385 (ix86_expand_setcc): Lose the unordered argument, update all callers. 22389 (ix86_expand_branch, ix86_expand_setcc): Update. 31373 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set 31512 * i386.c (ix86_expand_setcc): Fix typo.
|
| HD | ChangeLog-2001 | 8051 * i386.c (ix86_expand_setcc): Always expect target to be QImode. 16521 * config/i386/i386.c (ix86_expand_setcc): Don't use method 0 26120 * i386.c (ix86_expand_setcc): Support 64bit. 31593 (ix86_expand_setcc): Update to handle multiple test conditions.
|
| HD | ChangeLog-2005 | 11327 * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc, 22905 ix86_expand_branch, ix86_expand_setcc, 23748 (ix86_expand_setcc): Only emit REG_EQUAL if both ix86_compare_op0
|
| HD | ChangeLog-2003 | 6503 * config/i386/i386.c (ix86_expand_setcc): Annotate the floating
|