Searched refs:two31r (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 17560 rtx two31r, tmp[4]; in ix86_expand_adjust_ufix_to_sfix_si() local 17570 two31r = const_double_from_real_value (TWO31r, scalarmode); in ix86_expand_adjust_ufix_to_sfix_si() 17571 two31r = ix86_build_const_vector (mode, 1, two31r); in ix86_expand_adjust_ufix_to_sfix_si() 17572 two31r = force_reg (mode, two31r); in ix86_expand_adjust_ufix_to_sfix_si() 17581 tmp[3] = gen_rtx_LE (mode, two31r, val); in ix86_expand_adjust_ufix_to_sfix_si() 17582 emit_insn (cmp (tmp[0], two31r, val, tmp[3])); in ix86_expand_adjust_ufix_to_sfix_si() 17583 tmp[1] = expand_simple_binop (mode, AND, tmp[0], two31r, tmp[1], in ix86_expand_adjust_ufix_to_sfix_si()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 21976 rtx two31r, tmp[4]; in ix86_expand_adjust_ufix_to_sfix_si() local 21986 two31r = const_double_from_real_value (TWO31r, scalarmode); in ix86_expand_adjust_ufix_to_sfix_si() 21987 two31r = ix86_build_const_vector (mode, 1, two31r); in ix86_expand_adjust_ufix_to_sfix_si() 21988 two31r = force_reg (mode, two31r); in ix86_expand_adjust_ufix_to_sfix_si() 21997 tmp[3] = gen_rtx_LE (mode, two31r, val); in ix86_expand_adjust_ufix_to_sfix_si() 21998 emit_insn (cmp (tmp[0], two31r, val, tmp[3])); in ix86_expand_adjust_ufix_to_sfix_si() 21999 tmp[1] = expand_simple_binop (mode, AND, tmp[0], two31r, tmp[1], in ix86_expand_adjust_ufix_to_sfix_si()
|