Lines Matching defs:p
139 static void do_realloc( struct x86_function *p ) in do_realloc()
174 static unsigned char *reserve( struct x86_function *p, int bytes ) in reserve()
188 static void emit_1b( struct x86_function *p, char b0 ) in emit_1b()
194 static void emit_1i( struct x86_function *p, int i0 ) in emit_1i()
200 static void emit_1ub( struct x86_function *p, unsigned char b0 ) in emit_1ub()
206 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub()
213 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub()
227 static void emit_modrm( struct x86_function *p, in emit_modrm()
271 static void emit_modrm_noreg( struct x86_function *p, in emit_modrm_noreg()
284 static void emit_op_modrm( struct x86_function *p, in emit_op_modrm()
359 int x86_get_label( struct x86_function *p ) in x86_get_label()
371 void x64_rexw(struct x86_function *p) in x64_rexw()
377 void x86_jcc( struct x86_function *p, in x86_jcc()
405 int x86_jcc_forward( struct x86_function *p, in x86_jcc_forward()
414 int x86_jmp_forward( struct x86_function *p) in x86_jmp_forward()
422 int x86_call_forward( struct x86_function *p) in x86_call_forward()
433 void x86_fixup_fwd_jump( struct x86_function *p, in x86_fixup_fwd_jump()
439 void x86_jmp( struct x86_function *p, int label) in x86_jmp()
446 void x86_call( struct x86_function *p, struct x86_reg reg) in x86_call()
454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm()
463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm()
476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm()
493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm()
513 x86_group1_imm( struct x86_function *p, in x86_group1_imm()
530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm()
536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm()
542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm()
548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm()
554 void x86_xor_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_xor_imm()
560 void x86_cmp_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_cmp_imm()
567 void x86_push( struct x86_function *p, in x86_push()
583 void x86_push_imm32( struct x86_function *p, in x86_push_imm32()
594 void x86_pop( struct x86_function *p, in x86_pop()
603 void x86_inc( struct x86_function *p, in x86_inc()
616 void x86_dec( struct x86_function *p, in x86_dec()
629 void x86_ret( struct x86_function *p ) in x86_ret()
636 void x86_retw( struct x86_function *p, unsigned short imm ) in x86_retw()
642 void x86_sahf( struct x86_function *p ) in x86_sahf()
648 void x86_mov( struct x86_function *p, in x86_mov()
672 void x86_mov16( struct x86_function *p, in x86_mov16()
681 void x86_mov8( struct x86_function *p, in x86_mov8()
689 void x64_mov64( struct x86_function *p, in x64_mov64()
715 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8()
722 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16()
729 void x86_cmovcc( struct x86_function *p, in x86_cmovcc()
739 void x86_xor( struct x86_function *p, in x86_xor()
747 void x86_cmp( struct x86_function *p, in x86_cmp()
755 void x86_lea( struct x86_function *p, in x86_lea()
764 void x86_test( struct x86_function *p, in x86_test()
773 void x86_add( struct x86_function *p, in x86_add()
783 void x86_mul( struct x86_function *p, in x86_mul()
792 void x86_imul( struct x86_function *p, in x86_imul()
802 void x86_sub( struct x86_function *p, in x86_sub()
810 void x86_or( struct x86_function *p, in x86_or()
818 void x86_and( struct x86_function *p, in x86_and()
826 void x86_div( struct x86_function *p, in x86_div()
833 void x86_bswap( struct x86_function *p, struct x86_reg reg ) in x86_bswap()
841 void x86_shr_imm( struct x86_function *p, struct x86_reg reg, unsigned imm ) in x86_shr_imm()
857 void x86_sar_imm( struct x86_function *p, struct x86_reg reg, unsigned imm ) in x86_sar_imm()
873 void x86_shl_imm( struct x86_function *p, struct x86_reg reg, unsigned imm ) in x86_shl_imm()
894 void sse_prefetchnta( struct x86_function *p, struct x86_reg ptr) in sse_prefetchnta()
902 void sse_prefetch0( struct x86_function *p, struct x86_reg ptr) in sse_prefetch0()
910 void sse_prefetch1( struct x86_function *p, struct x86_reg ptr) in sse_prefetch1()
918 void sse_movntps( struct x86_function *p, in sse_movntps()
933 void sse_movss( struct x86_function *p, in sse_movss()
942 void sse_movaps( struct x86_function *p, in sse_movaps()
951 void sse_movups( struct x86_function *p, in sse_movups()
960 void sse_movhps( struct x86_function *p, in sse_movhps()
970 void sse_movlps( struct x86_function *p, in sse_movlps()
980 void sse_maxps( struct x86_function *p, in sse_maxps()
989 void sse_maxss( struct x86_function *p, in sse_maxss()
998 void sse_divss( struct x86_function *p, in sse_divss()
1007 void sse_minps( struct x86_function *p, in sse_minps()
1016 void sse_subps( struct x86_function *p, in sse_subps()
1025 void sse_mulps( struct x86_function *p, in sse_mulps()
1034 void sse_mulss( struct x86_function *p, in sse_mulss()
1043 void sse_addps( struct x86_function *p, in sse_addps()
1052 void sse_addss( struct x86_function *p, in sse_addss()
1061 void sse_andnps( struct x86_function *p, in sse_andnps()
1070 void sse_andps( struct x86_function *p, in sse_andps()
1079 void sse_rsqrtps( struct x86_function *p, in sse_rsqrtps()
1088 void sse_rsqrtss( struct x86_function *p, in sse_rsqrtss()
1098 void sse_movhlps( struct x86_function *p, in sse_movhlps()
1108 void sse_movlhps( struct x86_function *p, in sse_movlhps()
1118 void sse_orps( struct x86_function *p, in sse_orps()
1127 void sse_xorps( struct x86_function *p, in sse_xorps()
1136 void sse_cvtps2pi( struct x86_function *p, in sse_cvtps2pi()
1150 void sse2_cvtdq2ps( struct x86_function *p, in sse2_cvtdq2ps()
1163 void sse_shufps( struct x86_function *p, in sse_shufps()
1174 void sse_unpckhps( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse_unpckhps()
1181 void sse_unpcklps( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse_unpcklps()
1188 void sse_cmpps( struct x86_function *p, in sse_cmpps()
1199 void sse_pmovmskb( struct x86_function *p, in sse_pmovmskb()
1208 void sse_movmskps( struct x86_function *p, in sse_movmskps()
1221 void sse2_movd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movd()
1236 void sse2_movq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movq()
1257 void sse2_movdqu( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movdqu()
1264 void sse2_movdqa( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movdqa()
1271 void sse2_movsd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movsd()
1278 void sse2_movupd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movupd()
1285 void sse2_movapd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_movapd()
1295 void sse2_pshufd( struct x86_function *p, in sse2_pshufd()
1306 void sse2_pshuflw( struct x86_function *p, in sse2_pshuflw()
1317 void sse2_pshufhw( struct x86_function *p, in sse2_pshufhw()
1328 void sse2_cvttps2dq( struct x86_function *p, in sse2_cvttps2dq()
1337 void sse2_cvtps2dq( struct x86_function *p, in sse2_cvtps2dq()
1346 void sse2_cvtsd2ss( struct x86_function *p, in sse2_cvtsd2ss()
1355 void sse2_cvtpd2ps( struct x86_function *p, in sse2_cvtpd2ps()
1364 void sse2_packssdw( struct x86_function *p, in sse2_packssdw()
1373 void sse2_packsswb( struct x86_function *p, in sse2_packsswb()
1382 void sse2_packuswb( struct x86_function *p, in sse2_packuswb()
1391 void sse2_punpcklbw( struct x86_function *p, in sse2_punpcklbw()
1400 void sse2_punpcklwd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpcklwd()
1407 void sse2_punpckldq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpckldq()
1414 void sse2_punpcklqdq( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_punpcklqdq()
1421 void sse2_psllw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psllw_imm()
1429 void sse2_pslld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_pslld_imm()
1437 void sse2_psllq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psllq_imm()
1445 void sse2_psrlw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrlw_imm()
1453 void sse2_psrld_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrld_imm()
1461 void sse2_psrlq_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrlq_imm()
1469 void sse2_psraw_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psraw_imm()
1477 void sse2_psrad_imm( struct x86_function *p, struct x86_reg dst, unsigned imm ) in sse2_psrad_imm()
1485 void sse2_por( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in sse2_por()
1492 void sse2_rcpps( struct x86_function *p, in sse2_rcpps()
1501 void sse2_rcpss( struct x86_function *p, in sse2_rcpss()
1513 static void note_x87_pop( struct x86_function *p ) in note_x87_pop()
1519 static void note_x87_push( struct x86_function *p ) in note_x87_push()
1525 void x87_assert_stack_empty( struct x86_function *p ) in x87_assert_stack_empty()
1531 void x87_fist( struct x86_function *p, struct x86_reg dst ) in x87_fist()
1538 void x87_fistp( struct x86_function *p, struct x86_reg dst ) in x87_fistp()
1546 void x87_fild( struct x86_function *p, struct x86_reg arg ) in x87_fild()
1554 void x87_fldz( struct x86_function *p ) in x87_fldz()
1562 void x87_fldcw( struct x86_function *p, struct x86_reg arg ) in x87_fldcw()
1571 void x87_fld1( struct x86_function *p ) in x87_fld1()
1578 void x87_fldl2e( struct x86_function *p ) in x87_fldl2e()
1585 void x87_fldln2( struct x86_function *p ) in x87_fldln2()
1592 void x87_fwait( struct x86_function *p ) in x87_fwait()
1598 void x87_fnclex( struct x86_function *p ) in x87_fnclex()
1604 void x87_fclex( struct x86_function *p ) in x87_fclex()
1610 void x87_fcmovb( struct x86_function *p, struct x86_reg arg ) in x87_fcmovb()
1617 void x87_fcmove( struct x86_function *p, struct x86_reg arg ) in x87_fcmove()
1624 void x87_fcmovbe( struct x86_function *p, struct x86_reg arg ) in x87_fcmovbe()
1631 void x87_fcmovnb( struct x86_function *p, struct x86_reg arg ) in x87_fcmovnb()
1638 void x87_fcmovne( struct x86_function *p, struct x86_reg arg ) in x87_fcmovne()
1645 void x87_fcmovnbe( struct x86_function *p, struct x86_reg arg ) in x87_fcmovnbe()
1654 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op()
1680 void x87_fmul( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fmul()
1689 void x87_fsub( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fsub()
1698 void x87_fsubr( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fsubr()
1707 void x87_fadd( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fadd()
1716 void x87_fdiv( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fdiv()
1725 void x87_fdivr( struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x87_fdivr()
1734 void x87_fmulp( struct x86_function *p, struct x86_reg dst ) in x87_fmulp()
1743 void x87_fsubp( struct x86_function *p, struct x86_reg dst ) in x87_fsubp()
1752 void x87_fsubrp( struct x86_function *p, struct x86_reg dst ) in x87_fsubrp()
1761 void x87_faddp( struct x86_function *p, struct x86_reg dst ) in x87_faddp()
1770 void x87_fdivp( struct x86_function *p, struct x86_reg dst ) in x87_fdivp()
1779 void x87_fdivrp( struct x86_function *p, struct x86_reg dst ) in x87_fdivrp()
1788 void x87_ftst( struct x86_function *p ) in x87_ftst()
1794 void x87_fucom( struct x86_function *p, struct x86_reg arg ) in x87_fucom()
1801 void x87_fucomp( struct x86_function *p, struct x86_reg arg ) in x87_fucomp()
1809 void x87_fucompp( struct x86_function *p ) in x87_fucompp()
1817 void x87_fxch( struct x86_function *p, struct x86_reg arg ) in x87_fxch()
1824 void x87_fabs( struct x86_function *p ) in x87_fabs()
1830 void x87_fchs( struct x86_function *p ) in x87_fchs()
1836 void x87_fcos( struct x86_function *p ) in x87_fcos()
1843 void x87_fprndint( struct x86_function *p ) in x87_fprndint()
1849 void x87_fscale( struct x86_function *p ) in x87_fscale()
1855 void x87_fsin( struct x86_function *p ) in x87_fsin()
1861 void x87_fsincos( struct x86_function *p ) in x87_fsincos()
1867 void x87_fsqrt( struct x86_function *p ) in x87_fsqrt()
1873 void x87_fxtract( struct x86_function *p ) in x87_fxtract()
1883 void x87_f2xm1( struct x86_function *p ) in x87_f2xm1()
1892 void x87_fyl2x( struct x86_function *p ) in x87_fyl2x()
1904 void x87_fyl2xp1( struct x86_function *p ) in x87_fyl2xp1()
1912 void x87_fld( struct x86_function *p, struct x86_reg arg ) in x87_fld()
1924 void x87_fst( struct x86_function *p, struct x86_reg dst ) in x87_fst()
1935 void x87_fstp( struct x86_function *p, struct x86_reg dst ) in x87_fstp()
1947 void x87_fpop( struct x86_function *p ) in x87_fpop()
1953 void x87_fcom( struct x86_function *p, struct x86_reg dst ) in x87_fcom()
1965 void x87_fcomp( struct x86_function *p, struct x86_reg dst ) in x87_fcomp()
1977 void x87_fcomi( struct x86_function *p, struct x86_reg arg ) in x87_fcomi()
1983 void x87_fcomip( struct x86_function *p, struct x86_reg arg ) in x87_fcomip()
1991 void x87_fnstsw( struct x86_function *p, struct x86_reg dst ) in x87_fnstsw()
2006 void x87_fnstcw( struct x86_function *p, struct x86_reg dst ) in x87_fnstcw()
2023 void mmx_emms( struct x86_function *p ) in mmx_emms()
2031 void mmx_packssdw( struct x86_function *p, in mmx_packssdw()
2045 void mmx_packuswb( struct x86_function *p, in mmx_packuswb()
2059 void mmx_movd( struct x86_function *p, in mmx_movd()
2069 void mmx_movq( struct x86_function *p, in mmx_movq()
2085 void x86_cdecl_caller_push_regs( struct x86_function *p ) in x86_cdecl_caller_push_regs()
2092 void x86_cdecl_caller_pop_regs( struct x86_function *p ) in x86_cdecl_caller_pop_regs()
2100 struct x86_reg x86_fn_arg( struct x86_function *p, in x86_fn_arg()
2150 static void x86_init_func_common( struct x86_function *p ) in x86_init_func_common()
2170 void x86_init_func( struct x86_function *p ) in x86_init_func()
2177 void x86_init_func_size( struct x86_function *p, unsigned code_size ) in x86_init_func_size()
2187 void x86_release_func( struct x86_function *p ) in x86_release_func()
2211 x86_func x86_get_func( struct x86_function *p ) in x86_get_func()