Searched refs:RTL_HASH (Results 1 – 3 of 3) sorted by relevance
312 #define RTL_HASH(RTL) ((long) (RTL) & 0777777) macro376 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0)); in attr_rtx_1()407 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0) + RTL_HASH (arg1)); in attr_rtx_1()430 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0)); in attr_rtx_1()451 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0) + RTL_HASH (arg1)); in attr_rtx_1()
497 #define RTL_HASH(RTL) ((long) (RTL) & 0777777) macro569 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0));599 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0) + RTL_HASH (arg1));623 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0));644 hashcode = ((HOST_WIDE_INT) code + RTL_HASH (arg0) + RTL_HASH (arg1));
7769 * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.