Home
last modified time | relevance | path

Searched refs:is16Bit (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h307 bool is16Bit() const { in is16Bit() function
DX86InstrInfo.td796 def In16BitMode : Predicate<"Subtarget->is16Bit()">,
798 def Not16BitMode : Predicate<"!Subtarget->is16Bit()">,
/external/skia/src/core/
DSkScalerContext.cpp172 if (ir.isEmpty() || !ir.is16Bit()) { in getMetrics()
212 if (dst.fBounds.isEmpty() || !dst.fBounds.is16Bit()) { in getMetrics()
/external/skia/include/core/
DSkRect.h118 bool is16Bit() const { in is16Bit() function