Lines Matching refs:emit_2ub
73 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub() function
242 emit_2ub(p, 0x0f, 0x80 + cc); in x86_jcc()
252 emit_2ub(p, 0x0f, 0x80 + cc); in x86_jcc_forward()
438 emit_2ub(p, 0xF3, X86_TWOB); in sse_movss()
480 emit_2ub(p, X86_TWOB, 0x5F); in sse_maxps()
504 emit_2ub(p, X86_TWOB, 0x5D); in sse_minps()
512 emit_2ub(p, X86_TWOB, 0x5C); in sse_subps()
520 emit_2ub(p, X86_TWOB, 0x59); in sse_mulps()
536 emit_2ub(p, X86_TWOB, 0x58); in sse_addps()
552 emit_2ub(p, X86_TWOB, 0x55); in sse_andnps()
560 emit_2ub(p, X86_TWOB, 0x54); in sse_andps()
568 emit_2ub(p, X86_TWOB, 0x52); in sse_rsqrtps()
586 emit_2ub(p, X86_TWOB, 0x12); in sse_movhlps()
595 emit_2ub(p, X86_TWOB, 0x16); in sse_movlhps()
603 emit_2ub(p, X86_TWOB, 0x56); in sse_orps()
611 emit_2ub(p, X86_TWOB, 0x57); in sse_xorps()
624 emit_2ub(p, X86_TWOB, 0x2d); in sse_cvtps2pi()
637 emit_2ub(p, X86_TWOB, 0xC6); in sse_shufps()
647 emit_2ub(p, X86_TWOB, 0xC2); in sse_cmpps()
721 emit_2ub(p, X86_TWOB, 0x53); in sse2_rcpps()
737 emit_2ub(p, 0x66, X86_TWOB); in sse2_movd()
767 emit_2ub(p, 0xd9, 0xee); in x87_fldz()
781 emit_2ub(p, 0xd9, 0xe8); in x87_fld1()
786 emit_2ub(p, 0xd9, 0xea); in x87_fldl2e()
791 emit_2ub(p, 0xd9, 0xed); in x87_fldln2()
801 emit_2ub(p, 0xdb, 0xe2); in x87_fnclex()
822 emit_2ub(p, dst0ub0, dst0ub1+arg.idx); in x87_arith_op()
824 emit_2ub(p, arg0ub0, arg0ub1+arg.idx); in x87_arith_op()
889 emit_2ub(p, 0xde, 0xc8+dst.idx); in x87_fmulp()
896 emit_2ub(p, 0xde, 0xe8+dst.idx); in x87_fsubp()
903 emit_2ub(p, 0xde, 0xe0+dst.idx); in x87_fsubrp()
910 emit_2ub(p, 0xde, 0xc0+dst.idx); in x87_faddp()
917 emit_2ub(p, 0xde, 0xf8+dst.idx); in x87_fdivp()
924 emit_2ub(p, 0xde, 0xf0+dst.idx); in x87_fdivrp()
930 emit_2ub(p, 0xdd, 0xe0+arg.idx); in x87_fucom()
936 emit_2ub(p, 0xdd, 0xe8+arg.idx); in x87_fucomp()
941 emit_2ub(p, 0xda, 0xe9); in x87_fucompp()
947 emit_2ub(p, 0xd9, 0xc8+arg.idx); in x87_fxch()
952 emit_2ub(p, 0xd9, 0xe1); in x87_fabs()
957 emit_2ub(p, 0xd9, 0xe0); in x87_fchs()
962 emit_2ub(p, 0xd9, 0xff); in x87_fcos()
968 emit_2ub(p, 0xd9, 0xfc); in x87_fprndint()
973 emit_2ub(p, 0xd9, 0xfd); in x87_fscale()
978 emit_2ub(p, 0xd9, 0xfe); in x87_fsin()
983 emit_2ub(p, 0xd9, 0xfb); in x87_fsincos()
988 emit_2ub(p, 0xd9, 0xfa); in x87_fsqrt()
993 emit_2ub(p, 0xd9, 0xf4); in x87_fxtract()
1002 emit_2ub(p, 0xd9, 0xf0); in x87_f2xm1()
1010 emit_2ub(p, 0xd9, 0xf1); in x87_fyl2x()
1020 emit_2ub(p, 0xd9, 0xf9); in x87_fyl2xp1()
1027 emit_2ub(p, 0xd9, 0xc0 + arg.idx); in x87_fld()
1037 emit_2ub(p, 0xdd, 0xd0 + dst.idx); in x87_fst()
1047 emit_2ub(p, 0xdd, 0xd8 + dst.idx); in x87_fstp()
1057 emit_2ub(p, 0xd8, 0xd0 + dst.idx); in x87_fcom()
1067 emit_2ub(p, 0xd8, 0xd8 + dst.idx); in x87_fcomp()
1081 emit_2ub(p, 0xdf, 0xe0); in x87_fnstsw()
1098 emit_2ub(p, 0x0f, 0x77); in mmx_emms()
1111 emit_2ub(p, X86_TWOB, 0x6b); in mmx_packssdw()
1124 emit_2ub(p, X86_TWOB, 0x67); in mmx_packuswb()