Searched refs:p_high (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/ |
| H A D | v850.c | 266 const_double_split (x, p_high, p_low) in const_double_split() argument 268 HOST_WIDE_INT *p_high; 281 *p_high = t[1]; /* since v850 is little endian */ 287 REAL_VALUE_TO_TARGET_SINGLE (rv, *p_high); 293 *p_high = CONST_DOUBLE_HIGH (x);
|
| /openbsd-src/gnu/gcc/gcc/config/v850/ |
| H A D | v850.c | 339 const_double_split (rtx x, HOST_WIDE_INT * p_high, HOST_WIDE_INT * p_low) in const_double_split() argument 351 *p_high = t[1]; /* since v850 is little endian */ in const_double_split() 357 REAL_VALUE_TO_TARGET_SINGLE (rv, *p_high); in const_double_split() 363 *p_high = CONST_DOUBLE_HIGH (x); in const_double_split()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
| H A D | d30v.c | 2583 d30v_split_double (value, p_high, p_low) in d30v_split_double() argument 2585 rtx *p_high; 2612 *p_high = gen_rtx (REG, SImode, regno); 2618 split_double (value, p_high, p_low);
|