Searched refs:prefixq_and_encode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.inline.hpp76 inline int Assembler::prefixq_and_encode(int reg_enc) { return reg_enc; } function in class:Assembler
79 inline int Assembler::prefixq_and_encode(int dst_enc, int src_enc) { return dst_enc << 3 | src_enc; } function in class:Assembler
H A Dassembler_x86.cpp4192 int encode = (rex_w) ? prefixq_and_encode(dst_enc, src_enc) :
4490 int Assembler::prefixq_and_encode(int reg_enc) { function in class:Assembler
4520 int Assembler::prefixq_and_encode(int dst_enc, int src_enc) { function in class:Assembler
4704 (void) prefixq_and_encode(dst->encoding());
4716 (int) prefixq_and_encode(dst->encoding(), src->encoding());
4734 (void) prefixq_and_encode(dst->encoding());
4746 (void) prefixq_and_encode(dst->encoding(), src->encoding());
4759 (void) prefixq_and_encode(dst->encoding());
4771 (int) prefixq_and_encode(dst->encoding(), src->encoding());
4776 int encode = prefixq_and_encode(ds
[all...]
H A Dassembler_x86.hpp563 int prefixq_and_encode(int reg_enc);
566 int prefixq_and_encode(int dst_enc, int src_enc);

Completed in 110 milliseconds