Home
last modified time | relevance | path

Searched refs:const_high (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c1682 HOST_WIDE_INT const_high;
2476 const_high = (const_low >= 0) - 1;
2481 const_high = CONST_DOUBLE_HIGH (operands[1]);
2537 s = (const_high >> 24) & 0xff;
2538 t = (const_high >> 16) & 0xff;
2539 u = (const_high >> 8) & 0xff;
2540 v = const_high & 0xff;
2666 s = (const_high >> 24) & 0xff;
2667 t = (const_high >> 16) & 0xff;
2668 u = (const_high >> 8) & 0xff;
[all …]
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c849 int const_high; /* High bound of constant we can accept. */ in gen_int_relational() member
918 || value > p_info->const_high) in gen_int_relational()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c3144 int const_high; /* high bound of constant we can accept */ member
3215 || value > p_info->const_high