Searched refs:real2 (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/jansson/src/ |
| HD | value.c | 883 static int json_real_equal(json_t *real1, json_t *real2) in json_real_equal() argument 885 return json_real_value(real1) == json_real_value(real2); in json_real_equal()
|
| /trueos/contrib/gcc/ |
| HD | c-common.c | 2114 int real1, real2; in shorten_compare() local 2134 real2 = TREE_CODE (TREE_TYPE (primop1)) == REAL_TYPE; in shorten_compare() 2155 real1 = real2; in shorten_compare() 2156 real2 = temi; in shorten_compare() 2195 if (!real1 && !real2 in shorten_compare() 2344 else if (real1 && real2 in shorten_compare() 2349 else if (real1 && real2 in shorten_compare() 2362 else if (unsignedp0 == unsignedp1 && real1 == real2 in shorten_compare() 2389 if (!real1 && !real2 && integer_zerop (primop1) in shorten_compare()
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 14098 rtx synth, offset, reg, real2; in spe_synthesize_frame_save() local 14122 real2 = copy_rtx (real); in spe_synthesize_frame_save() 14123 PUT_MODE (SET_DEST (real2), SImode); in spe_synthesize_frame_save() 14124 reg = SET_SRC (real2); in spe_synthesize_frame_save() 14125 real2 = replace_rtx (real2, reg, gen_rtx_REG (SImode, REGNO (reg))); in spe_synthesize_frame_save() 14126 synth = copy_rtx (real2); in spe_synthesize_frame_save() 14130 offset = XEXP (XEXP (SET_DEST (real2), 0), 1); in spe_synthesize_frame_save() 14131 real2 = replace_rtx (real2, offset, GEN_INT (INTVAL (offset) + 4)); in spe_synthesize_frame_save() 14145 RTX_FRAME_RELATED_P (real2) = 1; in spe_synthesize_frame_save() 14147 real = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, synth, real2)); in spe_synthesize_frame_save() [all …]
|