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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp499 case 0x66: // movw ... (size prefix)
520 case 0x8B: // movw r, a
521 case 0x89: // movw a, r
524 case 0xC7: // movw a, #16
1889 void Assembler::movw(Address dst, int imm16) { function in class:Assembler
1899 void Assembler::movw(Register dst, Address src) { function in class:Assembler
1907 void Assembler::movw(Address dst, Register src) { function in class:Assembler
8001 movw(dst, src);
8036 case 2: movw(dst, src); break;
8066 movw(ds
[all...]

Completed in 79 milliseconds