Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c312 #define RTL_HASH(RTL) ((long) (RTL) & 0777777) macro
376 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c497 #define RTL_HASH(RTL) ((long) (RTL) & 0777777) macro
569 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));
H A DChangeLog.07769 * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.