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

/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
2874 void Assembler::xorl(Register dst, int32_t imm32) { function in class:Assembler
2879 void Assembler::xorl(Register dst, Address src) { function in class:Assembler
2886 void Assembler::xorl(Register dst, Register src) { function in class:Assembler
5584 xorl(swap_reg, tmp_reg);
5589 xorl(swap_reg, Address(tmp_reg, Klass::prototype_header_offset()));
5793 xorl(x_hi, x_hi);
5799 xorl(x_hi, x_hi);
5804 xorl(x_h
[all...]

Completed in 75 milliseconds