Home | History | Annotate | Download | only in cctest

Lines Matching refs:Operand

214   __ movq(rax, Operand(arg1, 0));
215 __ movq(r11, Operand(arg2, 0));
217 __ movq(Operand(arg1, 0), rax);
218 __ movq(Operand(arg2, 0), r11);
242 __ movq(rax, Operand(arg2, 0));
243 __ orl(Operand(arg1, 0), rax);
288 __ movq(rax, Operand(arg2, 0));
289 __ subl(Operand(arg1, 0), rax);
315 __ movq(r11, Operand(arg2, 0));
316 __ testl(Operand(arg1, 0), r11);
341 __ movq(rax, Operand(arg2, 0));
342 __ xorl(Operand(arg1, 0), rax);
374 __ movq(rax, Operand(rbp, -3 * kStackElementSize));
473 CHECK(Operand(rax, offset).AddressUsesRegister(rax));
474 CHECK(!Operand(rax, offset).AddressUsesRegister(r8));
475 CHECK(!Operand(rax, offset).AddressUsesRegister(rcx));
477 CHECK(Operand(rax, rax, times_1, offset).AddressUsesRegister(rax));
478 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(r8));
479 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(rcx));
481 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rax));
482 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rcx));
483 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r8));
484 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r9));
485 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rdx));
486 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rsp));
488 CHECK(Operand(rsp, offset).AddressUsesRegister(rsp));
489 CHECK(!Operand(rsp, offset).AddressUsesRegister(rax));
490 CHECK(!Operand(rsp, offset).AddressUsesRegister(r15));
492 CHECK(Operand(rbp, offset).AddressUsesRegister(rbp));
493 CHECK(!Operand(rbp, offset).AddressUsesRegister(rax));
494 CHECK(!Operand(rbp, offset).AddressUsesRegister(r13));
496 CHECK(Operand(rbp, rax, times_1, offset).AddressUsesRegister(rbp));
497 CHECK(Operand(rbp, rax, times_1, offset).AddressUsesRegister(rax));
498 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(rcx));
499 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(r13));
500 CHECK(!Operand(rbp, rax, times_1, offset).AddressUsesRegister(r8));
501 CHECK(!Operand
503 CHECK(Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rsp));
504 CHECK(Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rbp));
505 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(rax));
506 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(r15));
507 CHECK(!Operand(rsp, rbp, times_1, offset).AddressUsesRegister(r13));
623 __ movdqa(xmm0, Operand(rsp, 0));
770 __ subq(rsp, Immediate(kDoubleSize)); // For memory operand
793 __ movsd(Operand(rsp, 0), xmm1);
794 __ vfmadd132sd(xmm8, xmm2, Operand(rsp, 0));
800 __ movsd(Operand(rsp, 0), xmm2);
801 __ vfmadd213sd(xmm8, xmm0, Operand(rsp, 0));
807 __ movsd(Operand(rsp, 0), xmm1);
808 __ vfmadd231sd(xmm8, xmm0, Operand(rsp, 0));
839 __ movsd(Operand(rsp, 0), xmm1);
840 __ vfmsub132sd(xmm8, xmm2, Operand(rsp, 0));
846 __ movsd(Operand(rsp, 0), xmm2);
847 __ vfmsub213sd(xmm8, xmm0, Operand(rsp, 0));
853 __ movsd(Operand(rsp, 0), xmm1);
854 __ vfmsub231sd(xmm8, xmm0, Operand(rsp, 0));
888 __ movsd(Operand(rsp, 0), xmm1);
889 __ vfnmadd132sd(xmm8, xmm2, Operand(rsp, 0));
895 __ movsd(Operand(rsp, 0), xmm2);
896 __ vfnmadd213sd(xmm8, xmm0, Operand(rsp, 0));
902 __ movsd(Operand(rsp, 0), xmm1);
903 __ vfnmadd231sd(xmm8, xmm0, Operand(rsp, 0));
937 __ movsd(Operand(rsp, 0), xmm1);
938 __ vfnmsub132sd(xmm8, xmm2, Operand(rsp, 0));
944 __ movsd(Operand(rsp, 0), xmm2);
945 __ vfnmsub213sd(xmm8, xmm0, Operand(rsp, 0));
951 __ movsd(Operand(rsp, 0), xmm1);
952 __ vfnmsub231sd(xmm8, xmm0, Operand(rsp, 0));
996 __ subq(rsp, Immediate(kDoubleSize)); // For memory operand
1019 __ movss(Operand(rsp, 0), xmm1);
1020 __ vfmadd132ss(xmm8, xmm2, Operand(rsp, 0));
1026 __ movss(Operand(rsp, 0), xmm2);
1027 __ vfmadd213ss(xmm8, xmm0, Operand(rsp, 0));
1033 __ movss(Operand(rsp, 0), xmm1);
1034 __ vfmadd231ss(xmm8, xmm0, Operand(rsp, 0));
1065 __ movss(Operand(rsp, 0), xmm1);
1066 __ vfmsub132ss(xmm8, xmm2, Operand(rsp, 0));
1072 __ movss(Operand(rsp, 0), xmm2);
1073 __ vfmsub213ss(xmm8, xmm0, Operand(rsp, 0));
1079 __ movss(Operand(rsp, 0), xmm1);
1080 __ vfmsub231ss(xmm8, xmm0, Operand(rsp, 0));
1114 __ movss(Operand(rsp, 0), xmm1);
1115 __ vfnmadd132ss(xmm8, xmm2, Operand(rsp, 0));
1121 __ movss(Operand(rsp, 0), xmm2);
1122 __ vfnmadd213ss(xmm8, xmm0, Operand(rsp, 0));
1128 __ movss(Operand(rsp, 0), xmm1);
1129 __ vfnmadd231ss(xmm8, xmm0, Operand(rsp, 0));
1163 __ movss(Operand(rsp, 0), xmm1);
1164 __ vfnmsub132ss(xmm8, xmm2, Operand(rsp, 0));
1170 __ movss(Operand(rsp, 0), xmm2);
1171 __ vfnmsub213ss(xmm8, xmm0, Operand(rsp, 0));
1177 __ movss(Operand(rsp, 0), xmm1);
1178 __ vfnmsub231ss(xmm8, xmm0, Operand(rsp, 0));
1292 __ subq(rsp, Immediate(kDoubleSize * 2)); // For memory operand
1296 __ vmovss(Operand(rsp, 0), xmm4);
1297 __ vmovss(xmm5, Operand(rsp, 0));
1377 __ subq(rsp, Immediate(kDoubleSize * 2)); // For memory operand
1381 __ vmovsd(Operand(rsp, kDoubleSize), xmm4);
1382 __ vmovsd(xmm5, Operand(rsp, kDoubleSize));
1389 __ movq(Operand(rsp, 0), rdx);
1390 __ vcvtsd2ss(xmm6, xmm6, Operand(rsp, 0));
1393 __ vmovss(Operand(rsp, 0), xmm8);
1394 __ vcvtss2sd(xmm9, xmm8, Operand(rsp, 0));
1407 __ vmovsd(Operand(rsp, 0), xmm6);
1408 __ vcvttsd2si(rcx, Operand(rsp, 0));
1421 __ vmovsd(Operand(rsp, 0), xmm6);
1422 __ vcvttsd2siq(rcx, Operand(rsp, 0));
1488 __ vmovsd(Operand(rsp, 0), xmm5);
1493 __ vsqrtsd(xmm7, xmm7, Operand(rsp, 0));
1516 __ movl(Operand(rsp, 0), rdx);
1517 __ vcvtlsi2sd(xmm7, xmm7, Operand(rsp, 0));
1541 __ movq(Operand(rsp, 0), rdx);
1542 __ vmovq(xmm6, Operand(rsp, 0));
1617 __ movq(rcx, V8_UINT64_C(0x1122334455667788)); // source operand
1618 __ pushq(rcx); // For memory operand
1630 __ andnq(r8, rdx, Operand(rsp, 0));
1642 __ andnl(r8, rdx, Operand(rsp, 0));
1657 __ bextrq(r8, Operand(rsp, 0), rdx);
1669 __ bextrl(r8, Operand(rsp, 0), rdx);
1682 __ blsiq(r8, Operand(rsp, 0));
1694 __ blsil(r8, Operand(rsp, 0));
1707 __ blsmskq(r8, Operand(rsp, 0));
1719 __ blsmskl(r8, Operand(rsp, 0));
1732 __ blsrq(r8, Operand(rsp, 0));
1744 __ blsrl(r8, Operand(rsp, 0));
1757 __ tzcntq(r8, Operand(rsp, 0));
1769 __ tzcntl(r8, Operand(rsp, 0));
1807 __ movq(rcx, V8_UINT64_C(0x1122334455667788)); // source operand
1808 __ pushq(rcx); // For memory operand
1817 __ lzcntq(r8, Operand(rsp, 0));
1829 __ lzcntl(r8, Operand(rsp, 0));
1867 __ movq(rcx, V8_UINT64_C(0x1111111111111100)); // source operand
1868 __ pushq(rcx); // For memory operand
1877 __ popcntq(r8, Operand(rsp, 0));
1889 __ popcntl(r8, Operand(rsp, 0));
1927 __ movq(rcx, V8_UINT64_C(0x1122334455667788)); // source operand
1928 __ pushq(rcx); // For memory operand
1940 __ bzhiq(r8, Operand(rsp, 0), rdx);
1952 __ bzhil(r8, Operand(rsp, 0), rdx);
1970 __ mulxq(r8, r9, Operand(rsp, 0));
1988 __ mulxl(r8, r9, Operand(rsp, 0));
2006 __ pdepq(r8, rdx, Operand(rsp, 0));
2018 __ pdepl(r8, rdx, Operand(rsp, 0));
2033 __ pextq(r8, rdx, Operand(rsp, 0));
2045 __ pextl(r8, rdx, Operand(rsp, 0));
2060 __ sarxq(r8, Operand(rsp, 0), rdx);
2072 __ sarxl(r8, Operand(rsp, 0), rdx);
2087 __ shlxq(r8, Operand(rsp, 0), rdx);
2099 __ shlxl(r8, Operand(rsp, 0), rdx);
2114 __ shrxq(r8, Operand(rsp, 0), rdx);
2126 __ shrxl(r8, Operand(rsp, 0), rdx);
2139 __ rorxq(r8, Operand(rsp, 0), 0x4);
2151 __ rorxl(r8, Operand(rsp, 0), 0x4);
2191 __ leaq(arg2, Operand(&table));
2192 __ jmp(Operand(arg2, arg1, times_8, 0));
2239 __ leaq(arg2, Operand(&table));
2240 __ jmp(Operand(arg2, arg1, times_8, 0));