Lines Matching refs:emit_operand

420   emit_operand(esi, src);  in push()
434 emit_operand(eax, dst); in pop()
456 emit_operand(dst, src); in mov_b()
463 emit_operand(eax, dst); in mov_b()
472 emit_operand(src, dst); in mov_b()
480 emit_operand(dst, src); in mov_w()
488 emit_operand(src, dst); in mov_w()
496 emit_operand(eax, dst); in mov_w()
526 emit_operand(dst, src); in mov()
540 emit_operand(eax, dst); in mov()
548 emit_operand(eax, dst); in mov()
556 emit_operand(src, dst); in mov()
564 emit_operand(dst, src); in movsx_b()
572 emit_operand(dst, src); in movsx_w()
580 emit_operand(dst, src); in movzx_b()
588 emit_operand(dst, src); in movzx_w()
597 emit_operand(dst, src); in cmov()
641 emit_operand(dst, src); in xchg()
654 emit_operand(dst, src); in adc()
661 emit_operand(dst, src); in add()
668 emit_operand(src, dst); in add()
693 emit_operand(dst, src); in and_()
706 emit_operand(src, dst); in and_()
716 emit_operand(edi, op); // edi == 7 in cmpb()
726 emit_operand(reg, op); in cmpb()
734 emit_operand(reg, op); in cmpb()
743 emit_operand(edi, op); in cmpw()
763 emit_operand(reg, op); in cmp()
782 emit_operand(eax, op); // eax has same code as register al. in cmpb_al()
790 emit_operand(eax, op); // eax has same code as register ax. in cmpw_ax()
805 emit_operand(ecx, dst); in dec_b()
818 emit_operand(ecx, dst); in dec()
831 emit_operand(edi, src); in idiv()
838 emit_operand(esi, src); in div()
853 emit_operand(dst, src); in imul()
866 emit_operand(dst, src); in imul()
870 emit_operand(dst, src); in imul()
885 emit_operand(eax, dst); in inc()
892 emit_operand(dst, src); in lea()
913 emit_operand(ebx, dst); in neg()
927 emit_operand(edx, dst); in not_()
940 emit_operand(dst, src); in or_()
953 emit_operand(src, dst); in or_()
1011 emit_operand(edi, dst); in sar()
1014 emit_operand(edi, dst); in sar()
1023 emit_operand(edi, dst); in sar_cl()
1030 emit_operand(dst, src); in sbb()
1038 emit_operand(dst, src); in shld()
1047 emit_operand(esp, dst); in shl()
1050 emit_operand(esp, dst); in shl()
1059 emit_operand(esp, dst); in shl_cl()
1067 emit_operand(dst, src); in shrd()
1076 emit_operand(ebp, dst); in shr()
1079 emit_operand(ebp, dst); in shr()
1088 emit_operand(ebp, dst); in shr_cl()
1101 emit_operand(dst, src); in sub()
1108 emit_operand(src, dst); in sub()
1134 emit_operand(reg, op); in test()
1142 emit_operand(reg, op); in test_b()
1156 emit_operand(eax, op); in test()
1185 emit_operand(eax, op); in test_b()
1199 emit_operand(dst, src); in xor_()
1206 emit_operand(src, dst); in xor_()
1220 emit_operand(src, dst); in bt()
1228 emit_operand(src, dst); in bts()
1236 emit_operand(dst, src); in bsr()
1389 emit_operand(edx, adr); in call()
1452 emit_operand(esp, adr); in jmp()
1564 emit_operand(eax, adr); in fld_s()
1571 emit_operand(eax, adr); in fld_d()
1578 emit_operand(ebx, adr); in fstp_s()
1585 emit_operand(edx, adr); in fst_s()
1592 emit_operand(ebx, adr); in fstp_d()
1599 emit_operand(edx, adr); in fst_d()
1606 emit_operand(eax, adr); in fild_s()
1613 emit_operand(ebp, adr); in fild_d()
1620 emit_operand(ebx, adr); in fistp_s()
1628 emit_operand(ecx, adr); in fisttp_s()
1636 emit_operand(ecx, adr); in fisttp_d()
1643 emit_operand(edx, adr); in fist_s()
1650 emit_operand(edi, adr); in fistp_d()
1744 emit_operand(esp, adr); in fisub_s()
1923 emit_operand(dst, src); in cvttss2si()
1932 emit_operand(dst, src); in cvttsd2si()
2458 emit_operand(ireg, adr); in emit_sse_operand()
2575 emit_operand(ireg, dst); in emit_arith()
2582 emit_operand(ireg, dst); in emit_arith()
2588 void Assembler::emit_operand(Register reg, const Operand& adr) { in emit_operand() function in v8::internal::Assembler