Searched refs:emit_sse_operand (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 1906 emit_sse_operand(dst, src); in cvtsd2si() 1915 emit_sse_operand(dst, src); in cvtsi2sd() 1924 emit_sse_operand(dst, src); in cvtss2sd() 1933 emit_sse_operand(dst, src); in cvtsd2ss() 1942 emit_sse_operand(dst, src); in addsd() 1951 emit_sse_operand(dst, src); in addsd() 1960 emit_sse_operand(dst, src); in mulsd() 1969 emit_sse_operand(dst, src); in mulsd() 1978 emit_sse_operand(dst, src); in subsd() 1987 emit_sse_operand(dst, src); in divsd() [all …]
|
D | assembler-ia32.h | 1071 void emit_sse_operand(XMMRegister reg, const Operand& adr); 1072 void emit_sse_operand(XMMRegister dst, XMMRegister src); 1073 void emit_sse_operand(Register dst, XMMRegister src); 1074 void emit_sse_operand(XMMRegister dst, Register src);
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.cc | 2212 emit_sse_operand(dst, src); in andps() 2221 emit_sse_operand(dst, src); in andps() 2230 emit_sse_operand(dst, src); in orps() 2239 emit_sse_operand(dst, src); in orps() 2248 emit_sse_operand(dst, src); in xorps() 2257 emit_sse_operand(dst, src); in xorps() 2266 emit_sse_operand(dst, src); in addps() 2275 emit_sse_operand(dst, src); in addps() 2284 emit_sse_operand(dst, src); in subps() 2293 emit_sse_operand(dst, src); in subps() [all …]
|
D | assembler-x64.h | 1313 void emit_sse_operand(XMMRegister dst, XMMRegister src); 1314 void emit_sse_operand(XMMRegister reg, const Operand& adr); 1315 void emit_sse_operand(XMMRegister dst, Register src); 1316 void emit_sse_operand(Register dst, XMMRegister src);
|