Searched refs:emit_sse_operand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | assembler-x64.cc | 1035 emit_sse_operand(dst, src); in pshufw() 2859 emit_sse_operand(dst, src); in andps() 2867 emit_sse_operand(dst, src); in andps() 2876 emit_sse_operand(dst, src); in orps() 2884 emit_sse_operand(dst, src); in orps() 2894 emit_sse_operand(dst, src); in xorps() 2903 emit_sse_operand(dst, src); in xorps() 2912 emit_sse_operand(dst, src); in addps() 2920 emit_sse_operand(dst, src); in addps() 2929 emit_sse_operand(dst, src); in subps() [all …]
|
D | assembler-x64.h | 2152 void emit_sse_operand(XMMRegister dst, XMMRegister src); 2153 void emit_sse_operand(XMMRegister reg, Operand adr); 2154 void emit_sse_operand(Register reg, Operand adr); 2155 void emit_sse_operand(XMMRegister dst, Register src); 2156 void emit_sse_operand(Register dst, XMMRegister src); 2157 void emit_sse_operand(XMMRegister dst);
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 2194 emit_sse_operand(dst, src); in cvtsd2si() 2202 emit_sse_operand(dst, src); in cvtsi2ss() 2210 emit_sse_operand(dst, src); in cvtsi2sd() 2218 emit_sse_operand(dst, src); in cvtss2sd() 2226 emit_sse_operand(dst, src); in cvtsd2ss() 2233 emit_sse_operand(dst, src); in cvtdq2ps() 2241 emit_sse_operand(dst, src); in cvttps2dq() 2249 emit_sse_operand(dst, src); in addsd() 2257 emit_sse_operand(dst, src); in mulsd() 2265 emit_sse_operand(dst, src); in subsd() [all …]
|
D | assembler-ia32.h | 1761 void emit_sse_operand(XMMRegister reg, Operand adr); 1762 void emit_sse_operand(XMMRegister dst, XMMRegister src); 1763 void emit_sse_operand(Register dst, XMMRegister src); 1764 void emit_sse_operand(XMMRegister dst, Register src);
|