Searched refs:valy2 (Results 1 – 2 of 2) sorted by relevance
22293 dw_val_ref valy2 = &y->dw_loc_oprnd2; in compare_loc_operands() local22358 || valx2->val_class != valy2->val_class) in compare_loc_operands()22363 return valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()22365 return valx2->v.val_vec.elt_size == valy2->v.val_vec.elt_size in compare_loc_operands()22366 && valx2->v.val_vec.length == valy2->v.val_vec.length in compare_loc_operands()22367 && memcmp (valx2->v.val_vec.array, valy2->v.val_vec.array, in compare_loc_operands()22371 return valx2->v.val_double.low == valy2->v.val_double.low in compare_loc_operands()22372 && valx2->v.val_double.high == valy2->v.val_double.high; in compare_loc_operands()22374 return rtx_equal_p (valx2->v.val_addr, valy2->v.val_addr); in compare_loc_operands()22381 && valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()[all …]
30761 dw_val_ref valy2 = &y->dw_loc_oprnd2; in compare_loc_operands() local30829 || valx2->val_class != valy2->val_class) in compare_loc_operands()30834 return valx2->v.val_int == valy2->v.val_int; in compare_loc_operands()30836 return valx2->v.val_vec.elt_size == valy2->v.val_vec.elt_size in compare_loc_operands()30837 && valx2->v.val_vec.length == valy2->v.val_vec.length in compare_loc_operands()30838 && memcmp (valx2->v.val_vec.array, valy2->v.val_vec.array, in compare_loc_operands()30842 return valx2->v.val_double.low == valy2->v.val_double.low in compare_loc_operands()30843 && valx2->v.val_double.high == valy2->v.val_double.high; in compare_loc_operands()30845 return *valx2->v.val_wide == *valy2->v.val_wide; in compare_loc_operands()30847 return rtx_equal_p (valx2->v.val_addr, valy2->v.val_addr); in compare_loc_operands()[all …]