Searched defs:vcvttsd2si (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 556 __ vcvttsd2si(r9, xmm6); in TEST() local 557 __ vcvttsd2si(rax, Operand(rbx, r9, times_4, 10000)); in TEST() local
|
D | test-assembler-x64.cc | 1403 __ vcvttsd2si(rcx, xmm6); in TEST() local 1408 __ vcvttsd2si(rcx, Operand(rsp, 0)); in TEST() local
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1387 void vcvttsd2si(Register dst, XMMRegister src) { in vcvttsd2si() function 1391 void vcvttsd2si(Register dst, const Operand& src) { in vcvttsd2si() function
|