Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c266 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 Dv850.c339 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 Dd30v.c2583 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);