Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c1681 HOST_WIDE_INT const_low;
2475 const_low = INTVAL (operands[1]);
2476 const_high = (const_low >= 0) - 1;
2480 const_low = CONST_DOUBLE_LOW (operands[1]);
2541 w = (const_low >> 24) & 0xff;
2542 x = (const_low >> 16) & 0xff;
2543 y = (const_low >> 8) & 0xff;
2544 z = const_low & 0xff;
2670 w = (const_low >> 24) & 0xff;
2671 x = (const_low >> 16) & 0xff;
[all …]
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c848 int const_low; /* Low bound of constant we can accept. */ in gen_int_relational() member
917 if (value < p_info->const_low in gen_int_relational()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c3143 int const_low; /* low bound of constant we can accept */ member
3214 if (value < p_info->const_low