Searched refs:vex_prefix (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp584 void vex_prefix(bool vex_r, bool vex_b, bool vex_x, bool vex_w,
588 void vex_prefix(Address adr, int nds_enc, int xreg_enc,
592 void vex_prefix(XMMRegister dst, XMMRegister nds, Address src, function in class:Assembler
596 vex_prefix(src, nds_enc, dst_enc, pre, VEX_OPCODE_0F, false, vector256);
H A Dassembler_x86.cpp1726 vex_prefix(dst, xnoreg, src, VEX_SIMD_F3, vector256);
1737 vex_prefix(src, xnoreg, dst, VEX_SIMD_F3, vector256);
2485 vex_prefix(src, dst_enc, dst_enc, VEX_SIMD_66, VEX_OPCODE_0F_38, false, vector256);
3334 vex_prefix(src, nds_enc, dst_enc, VEX_SIMD_66, VEX_OPCODE_0F_38, false, vector256);
3618 vex_prefix(src, dst_enc, dst_enc, VEX_SIMD_66, VEX_OPCODE_0F_3A, false, vector256);
3631 vex_prefix(dst, 0, src_enc, VEX_SIMD_66, VEX_OPCODE_0F_3A, false, vector256);
3656 vex_prefix(src, dst_enc, dst_enc, VEX_SIMD_66, VEX_OPCODE_0F_3A, false, vector256);
3669 vex_prefix(dst, 0, src_enc, VEX_SIMD_66, VEX_OPCODE_0F_3A, false, vector256);
4205 void Assembler::vex_prefix(bool vex_r, bool vex_b, bool vex_x, bool vex_w, int nds_enc, VexSimdPrefix pre, VexOpcode opc, bool vector256) { function in class:Assembler
4228 void Assembler::vex_prefix(Addres function in class:Assembler
[all...]

Completed in 351 milliseconds