Searched refs:is32bit (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.h52 bool is32bit() const { return bmiHeader.biBitCount == 32; } function in struct:WebCore::BitmapInfo
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h263 /// @param is32bit - Instructon is only 32-bit
270 bool is32bit,
H A DX86DisassemblerTables.cpp659 bool is32bit,
666 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT))
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h64 bool is32bit() const { return m_bmpInfo.is32bit(); } function in class:WebCore::SharedBitmap
H A DSharedBitmap.cpp308 bmpInfo = BitmapInfo::createBottomUp(IntSize(copyWidth, copyHeight), (useAlpha && is32bit()) ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16);
333 RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16, false);
419 bool useAlpha = op == CompositeSourceOver && hasAlpha() && is32bit();
H A DGraphicsContextWinCE.cpp293 if (bmp->is32bit() && (!m_bitmap || m_bitmap->is16bit())) {
325 ASSERT(bmp && bmp->bytes() && bmp->is32bit());
555 if (!m_bitmap || !m_bitmap->is32bit())
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c4739 Bool is32bit = typeOfIRExpr(irsb->tyenv, argL0 ) == Ity_I32; local
4741 IROp opAND = is32bit ? Iop_And32 : Iop_And64;
4742 IROp opOR = is32bit ? Iop_Or32 : Iop_Or64;
4743 IROp opCMPORDS = is32bit ? Iop_CmpORD32S : Iop_CmpORD64S;
4744 IROp opCMPORDU = is32bit ? Iop_CmpORD32U : Iop_CmpORD64U;
4745 IROp opCMPNE = is32bit ? Iop_CmpNE32 : Iop_CmpNE64;
4746 IROp opCMPEQ = is32bit ? Iop_CmpEQ32 : Iop_CmpEQ64;
4747 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0);
4748 IRExpr* const2 = is32bit ? mkU32(2) : mkU64(2);
4749 IRExpr* const4 = is32bit
[all...]

Completed in 106 milliseconds