Home
last modified time | relevance | path

Searched refs:cmpmode (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc382 do_ifelse (machine_mode cmpmode, rtx_code comparison, in do_ifelse() argument
389 gcc_assert (GET_MODE (cr) == cmpmode); in do_ifelse()
391 cr = gen_reg_rtx (cmpmode); in do_ifelse()
396 emit_move_insn (cr, gen_rtx_COMPARE (cmpmode, a, b)); in do_ifelse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c382 do_ifelse (machine_mode cmpmode, rtx_code comparison, in do_ifelse() argument
389 gcc_assert (GET_MODE (cr) == cmpmode); in do_ifelse()
391 cr = gen_reg_rtx (cmpmode); in do_ifelse()
396 emit_move_insn (cr, gen_rtx_COMPARE (cmpmode, a, b)); in do_ifelse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2865 machine_mode cmpmode; in ix86_expand_int_compare() local
2876 cmpmode = SELECT_CC_MODE (code, op0, op1); in ix86_expand_int_compare()
2877 flags = gen_rtx_REG (cmpmode, FLAGS_REG); in ix86_expand_int_compare()
2881 tmp = gen_rtx_COMPARE (cmpmode, op0, op1); in ix86_expand_int_compare()
3887 machine_mode cmpmode = GET_MODE (cmp); in ix86_expand_sse_movcc() local
3899 if (mode != cmpmode && VECTOR_MODE_P (cmpmode)) in ix86_expand_sse_movcc()
3901 cmp = force_reg (cmpmode, cmp); in ix86_expand_sse_movcc()
3906 if (mode != cmpmode in ix86_expand_sse_movcc()
3907 && GET_MODE_CLASS (cmpmode) == MODE_INT) in ix86_expand_sse_movcc()
3911 cmp = force_reg (cmpmode, cmp); in ix86_expand_sse_movcc()
[all …]
H A Di386.md21181 machine_mode cmpmode = SELECT_CC_MODE (code, operands[1], cmp_op);
21182 rtx flags = gen_rtx_REG (cmpmode, FLAGS_REG);
21184 rtx tmp = gen_rtx_COMPARE (cmpmode, operands[1], cmp_op);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2652 machine_mode cmpmode; in ix86_expand_int_compare() local
2655 cmpmode = SELECT_CC_MODE (code, op0, op1); in ix86_expand_int_compare()
2656 flags = gen_rtx_REG (cmpmode, FLAGS_REG); in ix86_expand_int_compare()
2660 tmp = gen_rtx_COMPARE (cmpmode, op0, op1); in ix86_expand_int_compare()
3530 machine_mode cmpmode = GET_MODE (cmp); in ix86_expand_sse_movcc() local
3540 bool maskcmp = mode != cmpmode && ix86_valid_mask_cmp_mode (mode); in ix86_expand_sse_movcc()
3546 if (mode != cmpmode && VECTOR_MODE_P (cmpmode)) in ix86_expand_sse_movcc()
3548 cmp = force_reg (cmpmode, cmp); in ix86_expand_sse_movcc()
3555 cmp = force_reg (cmpmode, cmp); in ix86_expand_sse_movcc()
3564 switch (cmpmode) in ix86_expand_sse_movcc()
[all …]
H A Di386.md18404 machine_mode cmpmode = SELECT_CC_MODE (code, operands[1], operands[2]);
18405 rtx flags = gen_rtx_REG (cmpmode, FLAGS_REG);
18407 rtx tmp = gen_rtx_COMPARE (cmpmode, operands[1], operands[2]);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c4437 machine_mode cmpmode = cmode; in emit_conditional_move() local
4440 OPTAB_WIDEN, &comparison, &cmpmode); in emit_conditional_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc4941 machine_mode cmpmode = comp.mode; in emit_conditional_move() local
4944 OPTAB_WIDEN, &comparison, &cmpmode); in emit_conditional_move()
H A DChangeLog-202132763 cmpmode, it should be MODE_INT.