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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp2896 emit_vex_arith(0x58, dst, nds, src, VEX_SIMD_F2, /* vector256 */ false);
2901 emit_vex_arith(0x58, dst, nds, src, VEX_SIMD_F2, /* vector256 */ false);
2906 emit_vex_arith(0x58, dst, nds, src, VEX_SIMD_F3, /* vector256 */ false);
2911 emit_vex_arith(0x58, dst, nds, src, VEX_SIMD_F3, /* vector256 */ false);
2916 emit_vex_arith(0x5E, dst, nds, src, VEX_SIMD_F2, /* vector256 */ false);
2921 emit_vex_arith(0x5E, dst, nds, src, VEX_SIMD_F2, /* vector256 */ false);
2926 emit_vex_arith(0x5E, dst, nds, src, VEX_SIMD_F3, /* vector256 */ false);
2931 emit_vex_arith(0x5E, dst, nds, src, VEX_SIMD_F3, /* vector256 */ false);
2936 emit_vex_arith(0x59, dst, nds, src, VEX_SIMD_F2, /* vector256 */ false);
2941 emit_vex_arith(
4295 void Assembler::emit_vex_arith(int opcode, XMMRegister dst, XMMRegister nds, function in class:Assembler
4303 void Assembler::emit_vex_arith(int opcode, XMMRegister dst, XMMRegister nds, function in class:Assembler
[all...]
H A Dassembler_x86.hpp679 void emit_vex_arith(int opcode, XMMRegister dst, XMMRegister nds,
681 void emit_vex_arith(int opcode, XMMRegister dst, XMMRegister nds,

Completed in 65 milliseconds