Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsync.md387 ix86_expand_setcc (operands[0], EQ, gen_rtx_REG (CCZmode, FLAGS_REG),
435 ix86_expand_setcc (operands[0], EQ, gen_rtx_REG (CCZmode, FLAGS_REG),
861 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
898 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
936 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
974 ix86_expand_setcc (operands[0], (enum rtx_code) INTVAL (operands[4]),
1045 ix86_expand_setcc (operands[0], (enum rtx_code) INTVAL (operands[4]),
H A Di386-protos.h143 extern void ix86_expand_setcc (rtx, enum rtx_code, rtx, rtx);
H A Di386.md1357 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1523 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1572 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1587 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1613 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
17031 ix86_expand_setcc (scratch, ORDERED,
17064 ix86_expand_setcc (scratch, ORDERED,
17082 ix86_expand_setcc (scratch, ORDERED,
17096 ix86_expand_setcc (operands[0], ORDERED,
19709 ix86_expand_setcc (scratch, NE,
[all …]
H A Di386-expand.cc2909 ix86_expand_setcc (rtx dest, enum rtx_code code, rtx op0, rtx op1) in ix86_expand_setcc() function
4242 ix86_expand_setcc (tmp, code, op0, op1); in ix86_expand_fp_movcc()
13750 ix86_expand_setcc (target, EQ, in ix86_expand_builtin()
23450 ix86_expand_setcc (target_bool, EQ, gen_rtx_REG (CCZmode, FLAGS_REG), in ix86_expand_cmpxchg_loop()
23455 ix86_expand_setcc (target_bool, EQ, gen_rtx_REG (CCZmode, FLAGS_REG), in ix86_expand_cmpxchg_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsync.md372 ix86_expand_setcc (operands[0], EQ, gen_rtx_REG (CCZmode, FLAGS_REG),
410 ix86_expand_setcc (operands[0], EQ, gen_rtx_REG (CCZmode, FLAGS_REG),
649 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
686 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
724 ix86_expand_setcc (tem, EQ, gen_rtx_REG (CCCmode, FLAGS_REG), const0_rtx);
H A Di386-protos.h138 extern void ix86_expand_setcc (rtx, enum rtx_code, rtx, rtx);
H A Di386.md1279 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1445 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1477 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
1503 ix86_expand_setcc (operands[0], GET_CODE (operands[1]),
14613 ix86_expand_setcc (scratch, ORDERED,
14637 ix86_expand_setcc (scratch, ORDERED,
17104 ix86_expand_setcc (scratch, NE,
20912 ix86_expand_setcc (operands[0], NE,
H A Di386-expand.c2688 ix86_expand_setcc (rtx dest, enum rtx_code code, rtx op0, rtx op1) in ix86_expand_setcc() function
3858 ix86_expand_setcc (tmp, code, op0, op1); in ix86_expand_fp_movcc()
12083 ix86_expand_setcc (target, EQ, in ix86_expand_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-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.
H A DChangeLog-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.
H A DChangeLog-201018872 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
18880 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
18882 (ix86_expand_setcc): Ditto.
18891 Update calls to ix86_expand_setcc to directly pass operands[2] and
H A DChangeLog-200917503 (ix86_split_fp_branch, ix86_expand_setcc,
23523 (ix86_expand_setcc): Return void.
23524 * config/i386/i386-protos.h (ix86_expand_setcc): Return void.
H A DChangeLog-200511326 * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
22904 ix86_expand_branch, ix86_expand_setcc,
23747 (ix86_expand_setcc): Only emit REG_EQUAL if both ix86_compare_op0
H A DChangeLog-201224846 * config/i386/i386.md (xtest): Use NE condition in ix86_expand_setcc.
H A DChangeLog-201620880 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
H A DChangeLog-20036503 * config/i386/i386.c (ix86_expand_setcc): Annotate the floating