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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp526 tail_size = 2; // the imm16
1231 void Assembler::cmpw(Address dst, int imm16) { argument
1237 emit_word(imm16);
1889 void Assembler::movw(Address dst, int imm16) { argument
1896 emit_word(imm16);
2608 void Assembler::ret(int imm16) { argument
2609 if (imm16 == 0) {
2613 emit_word(imm16);

Completed in 85 milliseconds