Searched refs:x87_arith_op (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 812 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op() function 840 x87_arith_op(p, dst, arg, in x87_fmul() 848 x87_arith_op(p, dst, arg, in x87_fsub() 856 x87_arith_op(p, dst, arg, in x87_fsubr() 864 x87_arith_op(p, dst, arg, in x87_fadd() 872 x87_arith_op(p, dst, arg, in x87_fdiv() 880 x87_arith_op(p, dst, arg, in x87_fdivr()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 1655 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op() function 1684 x87_arith_op(p, dst, src, in x87_fmul() 1693 x87_arith_op(p, dst, src, in x87_fsub() 1702 x87_arith_op(p, dst, src, in x87_fsubr() 1711 x87_arith_op(p, dst, src, in x87_fadd() 1720 x87_arith_op(p, dst, src, in x87_fdiv() 1729 x87_arith_op(p, dst, src, in x87_fdivr()
|