Searched refs:x87_arith_op (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 1664 static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86_reg arg, in x87_arith_op() function 1693 x87_arith_op(p, dst, src, in x87_fmul() 1702 x87_arith_op(p, dst, src, in x87_fsub() 1711 x87_arith_op(p, dst, src, in x87_fsubr() 1720 x87_arith_op(p, dst, src, in x87_fadd() 1729 x87_arith_op(p, dst, src, in x87_fdiv() 1738 x87_arith_op(p, dst, src, in x87_fdivr()
|