Searched defs:andl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp1019 Node *andl = in(1); local
1020 uint andl_op = andl->Opcode();
1023 if( phase->type(andl->in(2)) == TypeLong::make( 0xFFFFFFFF ) ) {
1024 set_req(1,andl->in(1));
1034 if (andl->outcnt() > 1) return NULL;
1036 Node* x = andl->in(1);
1037 Node* y = andl->in(2);
1038 assert( x != andl && y != andl, "dead loop in ConvL2INode::Ideal" );
H A Dlibrary_call.cpp2888 Node* andl = _gvn.transform(new (C) AndLNode(tvalue, bits)); local
2894 set_result(andl);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp621 // also: orl, adcl, sbbl, andl, subl, xorl, cmpl
628 // also: orl, adcl, sbbl, andl, subl, xorl, cmpl
1081 void Assembler::andl(Address dst, int32_t imm32) { function in class:Assembler
1089 void Assembler::andl(Register dst, int32_t imm32) { function in class:Assembler
1094 void Assembler::andl(Register dst, Address src) { function in class:Assembler
1101 void Assembler::andl(Register dst, Register src) { function in class:Assembler
5566 andl(tmp_reg, markOopDesc::biased_lock_mask_in_place);
5590 andl(swap_reg, ~((int) markOopDesc::age_mask_in_place));
5634 andl(swap_reg,
5880 andl(
[all...]

Completed in 98 milliseconds