Searched refs:mask (Results 326 - 350 of 374) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp326 BoolTest::mask btest = BoolTest::lt;
H A Difnode.cpp619 BoolTest::mask msk = if_proj->Opcode() == Op_IfTrue ? bol->_test._test : bol->_test.negate();
729 BoolTest::mask cond = fail->as_Proj()->_con ? BoolTest::lt : BoolTest::ge;
H A Dcompile.cpp2877 juint mask = (n->bottom_type() == TypeInt::INT) ? (BitsPerInt - 1) : (BitsPerLong - 1); local
2881 if (shift > mask) { // Unsigned cmp
2882 n->set_req(2, ConNode::make(this, TypeInt::make(shift & mask)));
2885 if (t == NULL || t->_lo < 0 || t->_hi > (int)mask) {
2886 Node* shift = new (this) AndINode(in2, ConNode::make(this, TypeInt::make(mask)));
H A Dloopopts.cpp1663 ProjNode* PhaseIdealLoop::insert_if_before_proj(Node* left, bool Signed, BoolTest::mask relop, Node* right, ProjNode* proj) {
1810 BoolTest::mask rel_i = stride > 0 ? bol->_test._test : BoolTest::ge;
1815 BoolTest::mask rel_u = bol->_test._test;
H A DgraphKit.hpp334 Node* Bool(Node* cmp, BoolTest::mask relop) { return _gvn.transform(new (C) BoolNode(cmp, relop)); }
H A DloopPredicate.cpp724 BoolTest::mask bt = cl->loopexit()->test_trip();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp774 assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common mask");
2419 // Jump if ((*counter_addr += increment) & mask) satisfies the condition.
2421 int increment, int mask,
2426 if (is_simm13(mask)) {
2427 andcc(scratch1, mask, G0);
2429 set(mask, scratch2);
2420 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch1, Register scratch2, Condition cond, Label *where) argument
H A DsharedRuntime_sparc.cpp1987 Register mask = G1; // to get hash field from header local
1989 // Read the header and build a mask to get its hash field. Give up if the object is not unlocked.
1994 __ sethi(markOopDesc::hash_mask, mask);
2003 __ delayed()->or3(mask, markOopDesc::hash_mask & 0x3ff, mask);
2011 __ andcc(hash, mask, hash);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLFuncs.h54 typedef void (GLAPIENTRY *glClearType)(GLbitfield mask);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java466 public long filterEvents(long mask) { return 0; } argument
476 public native long filterEvents(long mask);
H A DXToolkit.java1644 XlibWrapper.larg7);//mask
1645 int mask = Native.getInt(XlibWrapper.larg7);
1646 return ((mask & iKeyMask) != 0);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java1908 int mask =
1916 switch(mask) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp150 void methodOopDesc::mask_for(int bci, InterpreterOopMap* mask) { argument
170 instanceKlass::cast(method_holder())->mask_for(h_this, bci, mask);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java573 boolean flagTest(byte mask) { return (flags & mask) != 0; } argument
H A DPackageWriter.java751 int mask = 1<<(LG_AO_HAVE_XXX_FLAGS_HI+i);
752 archiveOptions |= mask;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp260 assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common mask");
1413 // Jump if ((*counter_addr += increment) & mask) satisfies the condition.
1415 int increment, int mask,
1423 andl(scratch, mask);
1414 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
H A Dinterp_masm_x86_64.cpp263 assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common mask");
1473 // Jump if ((*counter_addr += increment) & mask) satisfies the condition.
1475 int increment, int mask,
1483 andl(scratch, mask);
1474 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c355 awt_fill_imgcv(ImgConvertFcn **array, int mask, int value, ImgConvertFcn fcn) argument
360 if ((i & mask) == value) {
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h1889 (png_structp png_ptr, png_infop info_ptr, int freer, png_uint_32 mask));
2339 (png_structp png_ptr, png_infop info_ptr, int mask));
2491 * returns a mask for a given pass - the offset 'off' selects the row or
2492 * column version. The mask has the appropriate bit set for each column in
H A Dpngpriv.h747 int mask));
1258 #define PNG_FP_STATE 3 /* mask for the above */
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp2436 HBITMAP mask = NULL; local
2446 mask = BitmapUtil::CreateTransparencyMaskFromARGB(w, h, iconRasterBuffer);
2458 if (mask && image) {
2461 icnInfo.hbmMask = mask;
2469 if (mask) {
2470 destroy_BMP(mask);
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1700 verify_constant_pool_type(context_type *context, int index, unsigned mask) argument
1710 if ((mask & (1 << type)) == 0)
2546 /* We have to change registers, and possibly a mask */
2575 int *mask = new_masks[i].modifies; local
2576 if ((!IS_BIT_SET(mask, operand)) ||
2578 !IS_BIT_SET(mask, operand + 1))) {
3117 /* pop the masks down to the indicated one. Remember the mask
3293 * the mask to be the longest common substring of the two.
3295 * The bits set in the mask should be the or of the corresponding
3311 * weren't set for mask
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java5307 int mask = (1 << aFlag);
5308 return ((flags & mask) == mask);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java1530 protected int parseModifiers(int mask) throws IOException { argument
1552 if ((nextmod & mask) == 0) {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java2251 // create mask to update sticky bits; low
2253 long mask = ~((~0L) << (bitsDiscarded -1));
2254 sticky = sticky || ((significand & mask) != 0L ) ;

Completed in 203 milliseconds

<<1112131415