Home | History | Annotate | Download | only in cctest

Lines Matching refs:rbx

65   __ movq(rbx,  Operand(rsp, rcx, times_2, 0));  // [rsp+rcx*4]
68 __ addq(rdx, rbx);
69 __ addq(rdx, Operand(rbx, 0));
70 __ addq(rdx, Operand(rbx, 16));
71 __ addq(rdx, Operand(rbx, 1999));
72 __ addq(rdx, Operand(rbx, -4));
73 __ addq(rdx, Operand(rbx, -1999));
95 __ addq(rbx, Immediate(12));
103 __ cmpb(rbx, Operand(rbp, rcx, times_2, 0));
104 __ cmpb(Operand(rbp, rcx, times_2, 0), rbx);
143 __ bts(Operand(rbx, rcx, times_4, 0), rcx);
150 __ pushq(Operand(rbx, rcx, times_4, 0));
151 __ pushq(Operand(rbx, rcx, times_4, 0));
152 __ pushq(Operand(rbx, rcx, times_4, 10000));
155 __ popq(Operand(rbx, rcx, times_4, 0));
173 __ movq(Operand(rbx, rcx, times_4, 10000), Immediate(12345));
174 __ movq(Operand(rbx, rcx, times_4, 10000), rdx);
178 __ decb(Operand(rbx, rcx, times_4, 10000));
188 __ testq(Operand(rbx, rcx, times_4, 10000), rdx);
192 __ imulq(rdx, Operand(rbx, rcx, times_4, 10000));
193 __ imulq(rdx, Operand(rbx, rcx, times_4, 10000), Immediate(12));
194 __ imulq(rdx, Operand(rbx, rcx, times_4, 10000), Immediate(1000));
197 __ imull(r15, Operand(rbx, rcx, times_4, 10000));
198 __ imull(r15, Operand(rbx, rcx, times_4, 10000), Immediate(12));
199 __ imull(r15, Operand(rbx, rcx, times_4, 10000), Immediate(1000));
202 __ incq(Operand(rbx, rcx, times_4, 10000));
203 __ pushq(Operand(rbx, rcx, times_4, 10000));
204 __ popq(Operand(rbx, rcx, times_4, 10000));
206 // __ jmp(Operand(rbx, rcx, times_4, 10000));
208 __ leaq(rdx, Operand(rbx, rcx, times_4, 10000));
210 __ orq(rdx, Operand(rbx, rcx, times_4, 10000));
221 __ sbbq(rdx, rbx);
222 __ shld(rdx, rbx);
226 __ shrd(rdx, rbx);
234 __ addq(rbx, Immediate(12));
237 __ andq(rbx, Immediate(12345));
239 __ cmpq(rbx, Immediate(12345));
240 __ cmpq(rbx, Immediate(12));
244 __ orq(rbx, Immediate(12345));
246 __ subq(rbx, Immediate(12));
249 __ xorq(rbx, Immediate(12345));
256 __ subq(rdx, Operand(rbx, rcx, times_4, 10000));
257 __ subq(rdx, rbx);
260 __ testq(Operand(rbx, rcx, times_8, 10000), rdx);
261 __ testb(Operand(rcx, rbx, times_2, 1000), rdx);
266 __ xorq(rdx, Operand(rbx, rcx, times_8, 10000));
267 __ bts(Operand(rbx, rcx, times_8, 10000), rdx);
283 // __ call(Operand(rbx, rcx, times_4, 10000));
292 // __ jmp(Operand(rbx, rcx, times_4, 10000));
353 __ fld_s(Operand(rbx, rcx, times_4, 10000));
354 __ fstp_s(Operand(rbx, rcx, times_4, 10000));
356 __ fld_d(Operand(rbx, rcx, times_4, 10000));
357 __ fstp_d(Operand(rbx, rcx, times_4, 10000));
360 __ fild_s(Operand(rbx, rcx, times_4, 10000));
361 __ fistp_s(Operand(rbx, rcx, times_4, 10000));
362 __ fild_d(Operand(rbx, rcx, times_4, 10000));
363 __ fistp_d(Operand(rbx, rcx, times_4, 10000));
384 __ cvttss2si(rdx, Operand(rbx, rcx, times_4, 10000));
387 __ cvtsd2ss(xmm0, Operand(rbx, rcx, times_4, 10000));
392 __ andps(xmm0, Operand(rbx, rcx, times_4, 10000));
394 __ orps(xmm0, Operand(rbx, rcx, times_4, 10000));
396 __ xorps(xmm0, Operand(rbx, rcx, times_4, 10000));
400 __ addss(xmm1, Operand(rbx, rcx, times_4, 10000));
402 __ mulss(xmm1, Operand(rbx, rcx, times_4, 10000));
404 __ subss(xmm1, Operand(rbx, rcx, times_4, 10000));
406 __ divss(xmm1, Operand(rbx, rcx, times_4, 10000));
408 __ maxss(xmm1, Operand(rbx, rcx, times_4, 10000));
410 __ minss(xmm1, Operand(rbx, rcx, times_4, 10000));
412 __ addps(xmm1, Operand(rbx, rcx, times_4, 10000));
414 __ subps(xmm1, Operand(rbx, rcx, times_4, 10000));
416 __ mulps(xmm1, Operand(rbx, rcx, times_4, 10000));
418 __ divps(xmm1, Operand(rbx, rcx, times_4, 10000));
421 __ ucomiss(xmm0, Operand(rbx, rcx, times_4, 10000));
425 __ cvttsd2si(rdx, Operand(rbx, rcx, times_4, 10000));
428 __ cvttsd2siq(rdx, Operand(rbx, rcx, times_4, 10000));
429 __ cvtqsi2sd(xmm1, Operand(rbx, rcx, times_4, 10000));
431 __ movsd(xmm1, Operand(rbx, rcx, times_4, 10000));
432 __ movsd(Operand(rbx, rcx, times_4, 10000), xmm1);
434 __ movdqa(xmm0, Operand(rbx, rcx, times_4, 10000));
435 __ movdqa(Operand(rbx, rcx, times_4, 10000), xmm0);
438 __ addsd(xmm1, Operand(rbx, rcx, times_4, 10000));
440 __ mulsd(xmm1, Operand(rbx, rcx, times_4, 10000));
442 __ subsd(xmm1, Operand(rbx, rcx, times_4, 10000));
444 __ divsd(xmm1, Operand(rbx, rcx, times_4, 10000));
446 __ minsd(xmm1, Operand(rbx, rcx, times_4, 10000));
448 __ maxsd(xmm1, Operand(rbx, rcx, times_4, 10000));
471 __ cmovq(equal, rax, Operand(rbx, 0));
472 __ cmovq(not_equal, rax, Operand(rbx, 1));
473 __ cmovq(below_equal, rax, Operand(rbx, 2));
474 __ cmovq(above, rax, Operand(rbx, 3));
490 __ pextrd(rbx, xmm15, 0);
536 __ vmovss(xmm9, Operand(rbx, rcx, times_4, 10000));
537 __ vmovss(Operand(rbx, rcx, times_4, 10000), xmm0);
540 rbx, rcx, times_4, 10000));
542 __ vmulss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
544 __ vsubss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
546 __ vdivss(xmm0, xmm1, Operand(rbx, rcx, times_2, 10000));
548 __ vminss(xmm9, xmm1, Operand(rbx, rcx, times_8, 10000));
550 __ vmaxss(xmm9, xmm1, Operand(rbx, rcx, times_1, 10000));
552 __ vmovss(Operand(rbx, r9, times_4, 10000), xmm1);
554 __ vucomiss(xmm8, Operand(rbx, rdx, times_2, 10981));
557 __ vmovd(xmm9, Operand(rbx, rcx, times_4, 10000));
560 __ vmovq(xmm9, Operand(rbx, rcx, times_4, 10000));
564 __ vmovsd(xmm9, Operand(rbx, rcx, times_4, 10000));
565 __ vmovsd(Operand(rbx, rcx, times_4, 10000), xmm0);
568 __ vaddsd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
570 __ vmulsd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
572 __ vsubsd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
574 __ vdivsd(xmm0, xmm1, Operand(rbx, rcx, times_2, 10000));
576 __ vminsd(xmm9, xmm1, Operand(rbx, rcx, times_8, 10000));
578 __ vmaxsd(xmm9, xmm1, Operand(rbx, rcx, times_1, 10000));
581 __ vsqrtsd(xmm9, xmm1, Operand(rbx, rcx, times_1, 10000));
583 __ vucomisd(xmm8, Operand(rbx, rdx, times_2, 10981));
587 __ vcvtss2sd(xmm4, xmm9, Operand(rbx, rcx, times_1, 10000));
588 __ vcvtsd2ss(xmm9, xmm3, Operand(rbx, rcx, times_1, 10000));
590 __ vcvtlsi2sd(xmm9, xmm3, Operand(rbx, r9, times_4, 10000));
593 __ vcvttsd2si(rax, Operand(rbx, r9, times_4, 10000));
595 __ vcvttsd2siq(r8, Operand(r9, rbx, times_4, 10000));
603 __ vandps(xmm9, xmm1, Operand(rbx, rcx, times_4, 10000));
605 __ vxorps(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
608 __ vandpd(xmm9, xmm1, Operand(rbx, rcx, times_4, 10000));
610 __ vorpd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
612 __ vxorpd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
615 __ vpcmpeqd(xmm15, xmm0, Operand(rbx, rcx, times_4, 10000));
626 __ vfmadd132sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
628 __ vfmadd213sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
630 __ vfmadd231sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
640 __ vfmsub132sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
642 __ vfmsub213sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
644 __ vfmsub231sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
647 __ vfnmadd132sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
649 __ vfnmadd213sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
651 __ vfnmadd231sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
654 __ vfnmsub132sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
656 __ vfnmsub213sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
658 __ vfnmsub231sd(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
661 __ vfmadd132ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
663 __ vfmadd213ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
665 __ vfmadd231ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
668 __ vfmsub132ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
670 __ vfmsub213ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
672 __ vfmsub231ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
675 __ vfnmadd132ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
677 __ vfnmadd213ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
679 __ vfnmadd231ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
682 __ vfnmsub132ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
684 __ vfnmsub213ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
686 __ vfnmsub231ss(xmm0, xmm1, Operand(rbx, rcx, times_4, 10000));
694 __ andnq(rax, rbx, rcx);
695 __ andnq(rax, rbx, Operand(rbx, rcx, times_4, 10000));
696 __ andnl(rax, rbx, rcx);
697 __ andnl(rax, rbx, Operand(rbx, rcx, times_4, 10000));
698 __ bextrq(rax, rbx, rcx);
699 __ bextrq(rax, Operand(rbx, rcx, times_4, 10000), rbx);
700 __ bextrl(rax, rbx, rcx);
701 __ bextrl(rax, Operand(rbx, rcx, times_4, 10000), rbx);
702 __ blsiq(rax, rbx);
703 __ blsiq(rax, Operand(rbx, rcx, times_4, 10000));
704 __ blsil(rax, rbx);
705 __ blsil(rax, Operand(rbx, rcx, times_4, 10000));
706 __ blsmskq(rax, rbx);
707 __ blsmskq(rax, Operand(rbx, rcx, times_4, 10000));
708 __ blsmskl(rax, rbx);
709 __ blsmskl(rax, Operand(rbx, rcx, times_4, 10000));
710 __ blsrq(rax, rbx);
711 __ blsrq(rax, Operand(rbx, rcx, times_4, 10000));
712 __ blsrl(rax, rbx);
713 __ blsrl(rax, Operand(rbx, rcx, times_4, 10000));
714 __ tzcntq(rax, rbx);
715 __ tzcntq(rax, Operand(rbx, rcx, times_4, 10000));
716 __ tzcntl(rax, rbx);
717 __ tzcntl(rax, Operand(rbx, rcx, times_4, 10000));
725 __ lzcntq(rax, rbx);
726 __ lzcntq(rax, Operand(rbx, rcx, times_4, 10000));
727 __ lzcntl(rax, rbx);
728 __ lzcntl(rax, Operand(rbx, rcx, times_4, 10000));
736 __ popcntq(rax, rbx);
737 __ popcntq(rax, Operand(rbx, rcx, times_4, 10000));
738 __ popcntl(rax, rbx);
739 __ popcntl(rax, Operand(rbx, rcx, times_4, 10000));
747 __ bzhiq(rax, rbx, rcx);
748 __ bzhiq(rax, Operand(rbx, rcx, times_4, 10000), rbx);
749 __ bzhil(rax, rbx, rcx);
750 __ bzhil(rax, Operand(rbx, rcx, times_4, 10000), rbx);
751 __ mulxq(rax, rbx, rcx);
752 __ mulxq(rax, rbx, Operand(rbx, rcx, times_4, 10000));
753 __ mulxl(rax, rbx, rcx);
754 __ mulxl(rax, rbx, Operand(rbx, rcx, times_4, 10000));
755 __ pdepq(rax, rbx, rcx);
756 __ pdepq(rax, rbx, Operand(rbx, rcx, times_4, 10000));
757 __ pdepl(rax, rbx, rcx);
758 __ pdepl(rax, rbx, Operand(rbx, rcx, times_4, 10000));
759 __ pextq(rax, rbx, rcx);
760 __ pextq(rax, rbx, Operand(rbx, rcx, times_4, 10000));
761 __ pextl(rax, rbx, rcx);
762 __ pextl(rax, rbx, Operand(rbx, rcx, times_4, 10000));
763 __ sarxq(rax, rbx, rcx);
764 __ sarxq(rax, Operand(rbx, rcx, times_4, 10000), rbx);
765 __ sarxl(rax, rbx, rcx);
766 __ sarxl(rax, Operand(rbx, rcx, times_4, 10000), rbx);
767 __ shlxq(rax, rbx, rcx);
768 __ shlxq(rax, Operand(rbx, rcx, times_4, 10000), rbx);
769 __ shlxl(rax, rbx, rcx);
770 __ shlxl(rax, Operand(rbx, rcx, times_4, 10000), rbx);
771 __ shrxq(rax, rbx, rcx);
772 __ shrxq(rax, Operand(rbx, rcx, times_4, 10000), rbx);
773 __ shrxl(rax, rbx, rcx);
774 __ shrxl(rax, Operand(rbx, rcx, times_4, 10000), rbx);
775 __ rorxq(rax, rbx, 63);
776 __ rorxq(rax, Operand(rbx, rcx, times_4, 10000), 63);
777 __ rorxl(rax, rbx, 31);
778 __ rorxl(rax, Operand(rbx, rcx, times_4, 10000), 31);
785 __ xchgw(rax, Operand(rbx, 8));
787 __ xchgq(rax, rbx);
788 __ xchgq(rbx, rbx);
789 __ xchgq(rbx, Operand(rsp, 12));
795 __ cmpxchgw(Operand(rbx, rcx, times_4, 10000), rax);
796 __ cmpxchgl(Operand(rbx, rcx, times_4, 10000), rax);
797 __ cmpxchgq(Operand(rbx, rcx, times_4, 10000), rax);
803 __ cmpxchgl(Operand(rsp, 12), rbx);