Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDi386-protos.h103 extern int ix86_expand_setcc (enum rtx_code, rtx);
HDi386.md13258 "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 …]
HDi386.c11013 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/
HDChangeLog-20004875 (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.
HDChangeLog-20018051 * 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.
HDChangeLog-200511327 * 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
HDChangeLog-20036503 * config/i386/i386.c (ix86_expand_setcc): Annotate the floating