Lines Matching refs:emit_operand
362 emit_operand(esi, src); in push()
376 emit_operand(eax, dst); in pop()
398 emit_operand(dst, src); in mov_b()
405 emit_operand(eax, dst); in mov_b()
414 emit_operand(src, dst); in mov_b()
422 emit_operand(dst, src); in mov_w()
430 emit_operand(src, dst); in mov_w()
438 emit_operand(eax, dst); in mov_w()
468 emit_operand(dst, src); in mov()
482 emit_operand(eax, dst); in mov()
490 emit_operand(eax, dst); in mov()
498 emit_operand(src, dst); in mov()
506 emit_operand(dst, src); in movsx_b()
514 emit_operand(dst, src); in movsx_w()
522 emit_operand(dst, src); in movzx_b()
530 emit_operand(dst, src); in movzx_w()
574 emit_operand(dst, src); in xchg()
587 emit_operand(dst, src); in adc()
594 emit_operand(dst, src); in add()
601 emit_operand(src, dst); in add()
626 emit_operand(dst, src); in and_()
639 emit_operand(src, dst); in and_()
649 emit_operand(edi, op); // edi == 7 in cmpb()
659 emit_operand(reg, op); in cmpb()
667 emit_operand(reg, op); in cmpb()
676 emit_operand(edi, op); in cmpw()
696 emit_operand(reg, op); in cmp()
715 emit_operand(eax, op); // eax has same code as register al. in cmpb_al()
723 emit_operand(eax, op); // eax has same code as register ax. in cmpw_ax()
738 emit_operand(ecx, dst); in dec_b()
751 emit_operand(ecx, dst); in dec()
764 emit_operand(edi, src); in idiv()
771 emit_operand(esi, src); in div()
786 emit_operand(dst, src); in imul()
799 emit_operand(dst, src); in imul()
803 emit_operand(dst, src); in imul()
818 emit_operand(eax, dst); in inc()
825 emit_operand(dst, src); in lea()
846 emit_operand(ebx, dst); in neg()
860 emit_operand(edx, dst); in not_()
873 emit_operand(dst, src); in or_()
886 emit_operand(src, dst); in or_()
944 emit_operand(edi, dst); in sar()
947 emit_operand(edi, dst); in sar()
956 emit_operand(edi, dst); in sar_cl()
963 emit_operand(dst, src); in sbb()
971 emit_operand(dst, src); in shld()
980 emit_operand(esp, dst); in shl()
983 emit_operand(esp, dst); in shl()
992 emit_operand(esp, dst); in shl_cl()
1000 emit_operand(dst, src); in shrd()
1009 emit_operand(ebp, dst); in shr()
1012 emit_operand(ebp, dst); in shr()
1021 emit_operand(ebp, dst); in shr_cl()
1034 emit_operand(dst, src); in sub()
1041 emit_operand(src, dst); in sub()
1067 emit_operand(reg, op); in test()
1075 emit_operand(reg, op); in test_b()
1089 emit_operand(eax, op); in test()
1118 emit_operand(eax, op); in test_b()
1132 emit_operand(dst, src); in xor_()
1139 emit_operand(src, dst); in xor_()
1153 emit_operand(src, dst); in bt()
1161 emit_operand(src, dst); in bts()
1169 emit_operand(dst, src); in bsr()
1322 emit_operand(edx, adr); in call()
1385 emit_operand(esp, adr); in jmp()
1497 emit_operand(eax, adr); in fld_s()
1504 emit_operand(eax, adr); in fld_d()
1511 emit_operand(ebx, adr); in fstp_s()
1518 emit_operand(edx, adr); in fst_s()
1525 emit_operand(ebp, adr); in fldcw()
1532 emit_operand(edi, adr); in fnstcw()
1539 emit_operand(ebx, adr); in fstp_d()
1546 emit_operand(edx, adr); in fst_d()
1553 emit_operand(eax, adr); in fild_s()
1560 emit_operand(ebp, adr); in fild_d()
1567 emit_operand(ebx, adr); in fistp_s()
1575 emit_operand(ecx, adr); in fisttp_s()
1583 emit_operand(ecx, adr); in fisttp_d()
1590 emit_operand(edx, adr); in fist_s()
1597 emit_operand(edi, adr); in fistp_d()
1686 emit_operand(eax, adr); in fadd_d()
1705 emit_operand(esp, adr); in fisub_s()
1874 emit_operand(esi, adr); in fnsave()
1881 emit_operand(esp, adr); in frstor()
1997 emit_operand(ireg, dst); in emit_arith()
2004 emit_operand(ireg, dst); in emit_arith()
2010 void Assembler::emit_operand(Register reg, const Operand& adr) { in emit_operand() function in v8::internal::Assembler