Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcombine.c2008 HOST_WIDE_INT mlo, olo, ilo; in try_combine() local
2014 olo = INTVAL (outer); in try_combine()
2015 ohi = olo < 0 ? -1 : 0; in try_combine()
2019 olo = CONST_DOUBLE_LOW (outer); in try_combine()
2071 olo = (olo & ~mlo) | ilo; in try_combine()
2082 immed_double_const (olo, ohi, GET_MODE (SET_DEST (temp)))); in try_combine()
/freebsd-10-stable/crypto/openssh/
DChangeLog2335 loosely on a patch from olo at fb.com, ok djm@