Searched refs:p_low (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 269 HOST_WIDE_INT *p_low; 282 *p_low = t[0]; /* high is second word */ 288 *p_low = 0; 294 *p_low = CONST_DOUBLE_LOW (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 352 *p_low = t[0]; /* high is second word */ in const_double_split() 358 *p_low = 0; in const_double_split() 364 *p_low = CONST_DOUBLE_LOW (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 2586 rtx *p_low; 2613 *p_low = gen_rtx (REG, SImode, regno+1); 2618 split_double (value, p_high, p_low);
|