Searched refs:vtrue (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ifcvt.cc | 1722 rtx cmp_a, rtx cmp_b, rtx vfalse, rtx vtrue, rtx cc_cmp, in noce_emit_cmove() argument 1737 cond, vtrue, vfalse); in noce_emit_cmove() 1760 vtrue, vfalse, GET_MODE (x)); in noce_emit_cmove() 1775 vtrue, vfalse, GET_MODE (x), in noce_emit_cmove() 1796 if (GET_CODE (vtrue) == SUBREG && GET_CODE (vfalse) == SUBREG) in noce_emit_cmove() 1798 rtx reg_vtrue = SUBREG_REG (vtrue); in noce_emit_cmove() 1800 poly_uint64 byte_vtrue = SUBREG_BYTE (vtrue); in noce_emit_cmove() 1806 || (SUBREG_PROMOTED_VAR_P (vtrue) in noce_emit_cmove() 1808 || (SUBREG_PROMOTED_GET (vtrue) in noce_emit_cmove() 1822 target = gen_rtx_SUBREG (GET_MODE (vtrue), promoted_target, byte_vtrue); in noce_emit_cmove() [all …]
|