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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp1270 emit_simd_arith_nonds(0x2F, dst, src, VEX_SIMD_66);
1275 emit_simd_arith_nonds(0x2F, dst, src, VEX_SIMD_66);
1280 emit_simd_arith_nonds(0x2F, dst, src, VEX_SIMD_NONE);
1285 emit_simd_arith_nonds(0x2F, dst, src, VEX_SIMD_NONE);
1290 emit_simd_arith_nonds(0xE6, dst, src, VEX_SIMD_F3);
1295 emit_simd_arith_nonds(0x5B, dst, src, VEX_SIMD_NONE);
1618 emit_simd_arith_nonds(0x28, dst, src, VEX_SIMD_66);
1623 emit_simd_arith_nonds(0x28, dst, src, VEX_SIMD_NONE);
1692 emit_simd_arith_nonds(0x6F, dst, src, VEX_SIMD_66);
1697 emit_simd_arith_nonds(
4281 void Assembler::emit_simd_arith_nonds(int opcode, XMMRegister dst, Address src, VexSimdPrefix pre) { function in class:Assembler
4288 void Assembler::emit_simd_arith_nonds(int opcode, XMMRegister dst, XMMRegister src, VexSimdPrefix pre) { function in class:Assembler
[all...]

Completed in 147 milliseconds