Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-reassoc.c5359 if (rf1->count != rf2->count) in compare_repeat_factors()
5376 repeat_factor *rf1, *rf2; in attempt_builtin_powi() local
5403 rf1->count += oe->count; in attempt_builtin_powi()
5467 if (rf1->repr && rf1->count > 0) in attempt_builtin_powi()
5473 power = rf1->count; in attempt_builtin_powi()
5531 if (rf1->count >= 2) in attempt_builtin_powi()
5538 power = rf1->count; in attempt_builtin_powi()
5565 rf1->repr = rf1->factor; in attempt_builtin_powi()
5579 op1 = rf1->factor; in attempt_builtin_powi()
5588 rf1->repr = target_ssa; in attempt_builtin_powi()
[all …]
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwnvar.h871 uint16_t rf1; member
H A Dif_bwn_phy_g.c2258 sav->rf1 = BWN_RF_READ(mac, 0x7a); in bwn_lo_save()
2286 tmp = sav->rf1; in bwn_lo_save()
2353 BWN_RF_WRITE(mac, 0x7a, sav->rf1); in bwn_lo_restore()