Searched refs:logd (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h49 virtual void logd(const DiffLogBuilder &Log) = 0;
86 void logd(const DiffLogBuilder &Log);
H A DDiffLog.cpp31 DiffLogBuilder::~DiffLogBuilder() { consumer.logd(*this); }
H A DDiffConsumer.cpp190 void DiffConsumer::logd(const DiffLogBuilder &Log) { function in class:DiffConsumer
/freebsd-10.0-release/contrib/gcc/
H A Dexpmed.c3621 int logd;
3623 logd = floor_log2 (d);
3635 masklow = ((HOST_WIDE_INT) 1 << logd) - 1;
3636 shift = GEN_INT (GET_MODE_BITSIZE (mode) - logd);
3680 masklow = ((HOST_WIDE_INT) 1 << logd) - 1;
3701 masklow = (HOST_WIDE_INT) -1 << logd;
3722 int logd;
3724 logd = floor_log2 (d);
3725 shift = build_int_cst (NULL_TREE, logd);
3768 int ushift = GET_MODE_BITSIZE (mode) - logd;
3609 int logd; local
3710 int logd; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c15432 cCL(logd, e508180, 2, (RF, RF_IF), rd_rm),

Completed in 283 milliseconds