HomeSort by: relevance | last modified time | path
    Searched defs:p_high (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/v850/
v850.cc 242 const_double_split (rtx x, HOST_WIDE_INT * p_high, HOST_WIDE_INT * p_low)
252 *p_high = t[1]; /* since v850 is little endian */
257 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), *p_high);
263 *p_high = CONST_DOUBLE_HIGH (x);
256 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), *p_high); local
  /src/external/gpl3/gcc.old/dist/gcc/config/v850/
v850.cc 242 const_double_split (rtx x, HOST_WIDE_INT * p_high, HOST_WIDE_INT * p_low)
252 *p_high = t[1]; /* since v850 is little endian */
257 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), *p_high);
263 *p_high = CONST_DOUBLE_HIGH (x);
256 REAL_VALUE_TO_TARGET_SINGLE (*CONST_DOUBLE_REAL_VALUE (x), *p_high); local
  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 1400 dynamic_prop p_low, p_high, p_stride; local
1403 p_high.set_const_val (d.high);
1410 &p_low, &p_high, 0, &p_stride,
1437 dynamic_prop p_low, p_high, p_stride; local
1440 p_high.set_const_val (d.high);
1447 &p_low, &p_high, 0, &p_stride,
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 1400 dynamic_prop p_low, p_high, p_stride; local
1403 p_high.set_const_val (d.high);
1410 &p_low, &p_high, 0, &p_stride,
1437 dynamic_prop p_low, p_high, p_stride; local
1440 p_high.set_const_val (d.high);
1447 &p_low, &p_high, 0, &p_stride,

Completed in 30 milliseconds