• Home
  • Raw
  • Download

Lines Matching refs:last_pc_

344   last_pc_ = NULL;  in Assembler()
392 last_pc_ = pc_; in cpuid()
400 last_pc_ = pc_; in pushad()
407 last_pc_ = pc_; in popad()
414 last_pc_ = pc_; in pushfd()
421 last_pc_ = pc_; in popfd()
428 last_pc_ = pc_; in push()
448 last_pc_ = pc_; in push()
455 last_pc_ = pc_; in push()
463 if (FLAG_peephole_optimization && (reloc_info_writer.last_pc() <= last_pc_)) { in pop()
468 byte instr = last_pc_[0]; in pop()
472 pc_ = last_pc_; in pop()
478 last_pc_[0] = 0x8b; in pop()
486 last_pc_ = NULL; in pop()
489 byte op1 = last_pc_[1]; in pop()
493 last_pc_[0] = 0x8b; in pop()
494 last_pc_[1] = op1; in pop()
495 last_pc_ = NULL; in pop()
502 (last_pc_[1] == 0x04) && in pop()
503 (last_pc_[2] == 0x24)) { in pop()
509 last_pc_[0] = 0x83; in pop()
510 last_pc_[1] = 0xc4; in pop()
511 last_pc_[2] = 0x04; in pop()
512 last_pc_ = NULL; in pop()
519 byte imm8 = last_pc_[1]; in pop()
523 last_pc_[0] = 0x31; in pop()
524 last_pc_[1] = 0xc0; in pop()
527 last_pc_ = NULL; in pop()
535 last_pc_[0] = 0xb8; in pop()
550 last_pc_ = NULL; in pop()
559 last_pc_[0] = 0xb8; in pop()
560 last_pc_ = NULL; in pop()
574 last_pc_ = pc_; in pop()
581 last_pc_ = pc_; in pop()
589 last_pc_ = pc_; in enter()
598 last_pc_ = pc_; in leave()
606 last_pc_ = pc_; in mov_b()
614 last_pc_ = pc_; in mov_b()
624 last_pc_ = pc_; in mov_b()
632 last_pc_ = pc_; in mov_w()
641 last_pc_ = pc_; in mov_w()
650 last_pc_ = pc_; in mov()
658 last_pc_ = pc_; in mov()
666 last_pc_ = pc_; in mov()
674 last_pc_ = pc_; in mov()
682 last_pc_ = pc_; in mov()
690 last_pc_ = pc_; in mov()
699 last_pc_ = pc_; in mov()
708 last_pc_ = pc_; in mov()
716 last_pc_ = pc_; in movsx_b()
725 last_pc_ = pc_; in movsx_w()
734 last_pc_ = pc_; in movzx_b()
743 last_pc_ = pc_; in movzx_w()
753 last_pc_ = pc_; in cmov()
764 last_pc_ = pc_; in cmov()
775 last_pc_ = pc_; in cmov()
785 last_pc_ = pc_; in cld()
792 last_pc_ = pc_; in rep_movs()
800 last_pc_ = pc_; in rep_stos()
808 last_pc_ = pc_; in stos()
815 last_pc_ = pc_; in xchg()
827 last_pc_ = pc_; in adc()
834 last_pc_ = pc_; in adc()
842 last_pc_ = pc_; in add()
850 if (FLAG_peephole_optimization && (reloc_info_writer.last_pc() <= last_pc_)) { in add()
851 byte instr = last_pc_[0]; in add()
857 pc_ = last_pc_; in add()
858 last_pc_ = NULL; in add()
867 last_pc_ = pc_; in add()
879 last_pc_ = pc_; in and_()
886 last_pc_ = pc_; in and_()
894 last_pc_ = pc_; in and_()
901 last_pc_ = pc_; in and_()
909 last_pc_ = pc_; in cmpb()
919 last_pc_ = pc_; in cmpb()
928 last_pc_ = pc_; in cmpb()
937 last_pc_ = pc_; in cmpw()
947 last_pc_ = pc_; in cmp()
954 last_pc_ = pc_; in cmp()
961 last_pc_ = pc_; in cmp()
969 last_pc_ = pc_; in cmp()
976 last_pc_ = pc_; in cmp()
983 last_pc_ = pc_; in cmpb_al()
991 last_pc_ = pc_; in cmpw_ax()
1000 last_pc_ = pc_; in dec_b()
1008 last_pc_ = pc_; in dec_b()
1016 last_pc_ = pc_; in dec()
1023 last_pc_ = pc_; in dec()
1031 last_pc_ = pc_; in cdq()
1038 last_pc_ = pc_; in idiv()
1046 last_pc_ = pc_; in imul()
1054 last_pc_ = pc_; in imul()
1063 last_pc_ = pc_; in imul()
1078 last_pc_ = pc_; in inc()
1085 last_pc_ = pc_; in inc()
1093 last_pc_ = pc_; in lea()
1101 last_pc_ = pc_; in mul()
1109 last_pc_ = pc_; in neg()
1117 last_pc_ = pc_; in not_()
1125 last_pc_ = pc_; in or_()
1132 last_pc_ = pc_; in or_()
1140 last_pc_ = pc_; in or_()
1147 last_pc_ = pc_; in or_()
1155 last_pc_ = pc_; in rcl()
1170 last_pc_ = pc_; in rcr()
1185 last_pc_ = pc_; in sar()
1200 last_pc_ = pc_; in sar_cl()
1208 last_pc_ = pc_; in sbb()
1216 last_pc_ = pc_; in shld()
1225 last_pc_ = pc_; in shl()
1240 last_pc_ = pc_; in shl_cl()
1248 last_pc_ = pc_; in shrd()
1257 last_pc_ = pc_; in shr()
1272 last_pc_ = pc_; in shr_cl()
1280 last_pc_ = pc_; in subb()
1293 last_pc_ = pc_; in sub()
1300 last_pc_ = pc_; in sub()
1309 last_pc_ = pc_; in subb()
1317 last_pc_ = pc_; in sub()
1325 last_pc_ = pc_; in test()
1352 last_pc_ = pc_; in test()
1360 last_pc_ = pc_; in test_b()
1368 last_pc_ = pc_; in test()
1377 last_pc_ = pc_; in test_b()
1386 last_pc_ = pc_; in xor_()
1393 last_pc_ = pc_; in xor_()
1401 last_pc_ = pc_; in xor_()
1409 last_pc_ = pc_; in xor_()
1416 last_pc_ = pc_; in bt()
1425 last_pc_ = pc_; in bts()
1434 last_pc_ = pc_; in hlt()
1441 last_pc_ = pc_; in int3()
1448 last_pc_ = pc_; in nop()
1456 last_pc_ = pc_; in rdtsc()
1464 last_pc_ = pc_; in ret()
1510 last_pc_ = NULL; in bind_to()
1534 last_pc_ = NULL; in bind()
1542 last_pc_ = NULL; in bind()
1557 last_pc_ = pc_; in call()
1576 last_pc_ = pc_; in call()
1586 last_pc_ = pc_; in call()
1595 last_pc_ = pc_; in call()
1604 last_pc_ = pc_; in jmp()
1629 last_pc_ = pc_; in jmp()
1638 last_pc_ = pc_; in jmp()
1646 last_pc_ = pc_; in jmp()
1655 last_pc_ = pc_; in jmp()
1674 last_pc_ = pc_; in j()
1705 last_pc_ = pc_; in j()
1717 last_pc_ = pc_; in j()
1728 last_pc_ = pc_; in j()
1751 last_pc_ = pc_; in fld()
1758 last_pc_ = pc_; in fstp()
1765 last_pc_ = pc_; in fld1()
1773 last_pc_ = pc_; in fldpi()
1781 last_pc_ = pc_; in fldz()
1789 last_pc_ = pc_; in fldln2()
1797 last_pc_ = pc_; in fld_s()
1805 last_pc_ = pc_; in fld_d()
1813 last_pc_ = pc_; in fstp_s()
1821 last_pc_ = pc_; in fstp_d()
1829 last_pc_ = pc_; in fst_d()
1837 last_pc_ = pc_; in fild_s()
1845 last_pc_ = pc_; in fild_d()
1853 last_pc_ = pc_; in fistp_s()
1862 last_pc_ = pc_; in fisttp_s()
1871 last_pc_ = pc_; in fisttp_d()
1879 last_pc_ = pc_; in fist_s()
1887 last_pc_ = pc_; in fistp_d()
1895 last_pc_ = pc_; in fabs()
1903 last_pc_ = pc_; in fchs()
1911 last_pc_ = pc_; in fcos()
1919 last_pc_ = pc_; in fsin()
1927 last_pc_ = pc_; in fyl2x()
1935 last_pc_ = pc_; in fadd()
1942 last_pc_ = pc_; in fsub()
1949 last_pc_ = pc_; in fisub_s()
1957 last_pc_ = pc_; in fmul()
1964 last_pc_ = pc_; in fdiv()
1971 last_pc_ = pc_; in faddp()
1978 last_pc_ = pc_; in fsubp()
1985 last_pc_ = pc_; in fsubrp()
1992 last_pc_ = pc_; in fmulp()
1999 last_pc_ = pc_; in fdivp()
2006 last_pc_ = pc_; in fprem()
2014 last_pc_ = pc_; in fprem1()
2022 last_pc_ = pc_; in fxch()
2029 last_pc_ = pc_; in fincstp()
2037 last_pc_ = pc_; in ffree()
2044 last_pc_ = pc_; in ftst()
2052 last_pc_ = pc_; in fucomp()
2059 last_pc_ = pc_; in fucompp()
2067 last_pc_ = pc_; in fucomi()
2075 last_pc_ = pc_; in fucomip()
2083 last_pc_ = pc_; in fcompp()
2091 last_pc_ = pc_; in fnstsw_ax()
2099 last_pc_ = pc_; in fwait()
2106 last_pc_ = pc_; in frndint()
2114 last_pc_ = pc_; in fnclex()
2122 last_pc_ = pc_; in sahf()
2130 last_pc_ = pc_; in setcc()
2140 last_pc_ = pc_; in cvttss2si()
2151 last_pc_ = pc_; in cvttsd2si()
2162 last_pc_ = pc_; in cvtsi2sd()
2173 last_pc_ = pc_; in cvtss2sd()
2184 last_pc_ = pc_; in cvtsd2ss()
2195 last_pc_ = pc_; in addsd()
2206 last_pc_ = pc_; in mulsd()
2217 last_pc_ = pc_; in subsd()
2228 last_pc_ = pc_; in divsd()
2239 last_pc_ = pc_; in xorpd()
2249 last_pc_ = pc_; in sqrtsd()
2259 last_pc_ = pc_; in andpd()
2270 last_pc_ = pc_; in ucomisd()
2281 last_pc_ = pc_; in movmskpd()
2292 last_pc_ = pc_; in cmpltsd()
2304 last_pc_ = pc_; in movaps()
2314 last_pc_ = pc_; in movdqa()
2325 last_pc_ = pc_; in movdqa()
2336 last_pc_ = pc_; in movdqu()
2347 last_pc_ = pc_; in movdqu()
2358 last_pc_ = pc_; in movntdqa()
2370 last_pc_ = pc_; in movntdq()
2381 last_pc_ = pc_; in prefetch()
2391 last_pc_ = pc_; in movdbl()
2398 last_pc_ = pc_; in movdbl()
2406 last_pc_ = pc_; in movsd()
2417 last_pc_ = pc_; in movsd()
2428 last_pc_ = pc_; in movsd()
2439 last_pc_ = pc_; in movss()
2450 last_pc_ = pc_; in movss()
2461 last_pc_ = pc_; in movss()
2472 last_pc_ = pc_; in movd()
2483 last_pc_ = pc_; in movd()
2494 last_pc_ = pc_; in pand()
2505 last_pc_ = pc_; in pxor()
2516 last_pc_ = pc_; in por()
2527 last_pc_ = pc_; in ptest()
2539 last_pc_ = pc_; in psllq()
2551 last_pc_ = pc_; in psllq()
2562 last_pc_ = pc_; in psrlq()
2574 last_pc_ = pc_; in psrlq()
2585 last_pc_ = pc_; in pshufd()
2597 last_pc_ = pc_; in pextrd()
2610 last_pc_ = pc_; in pinsrd()
2709 if (last_pc_ != NULL) { in GrowBuffer()
2710 last_pc_ += pc_delta; in GrowBuffer()