Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc31694 dw_val_ref valx1 = &x->dw_loc_oprnd1; in compare_loc_operands() local
31753 return valx1->v.val_int == valy1->v.val_int; in compare_loc_operands()
31758 gcc_assert (valx1->val_class == dw_val_class_loc in compare_loc_operands()
31762 return valx1->v.val_loc->dw_loc_addr == valy1->v.val_loc->dw_loc_addr; in compare_loc_operands()
31764 if (valx1->v.val_unsigned != valy1->v.val_unsigned in compare_loc_operands()
31789 return valx1->v.val_int == valy1->v.val_int in compare_loc_operands()
31793 return rtx_equal_p (valx1->v.val_addr, valy1->v.val_addr); in compare_loc_operands()
31799 rtx ax1 = valx1->val_entry->addr.rtl; in compare_loc_operands()
31805 return valx1->val_class == dw_val_class_die_ref in compare_loc_operands()
31806 && valx1->val_class == valy1->val_class in compare_loc_operands()
[all …]