Lines Matching refs:divmul
241 val = gctx->divmul[0]; in atom_get_src_int()
244 val = gctx->divmul[1]; in atom_get_src_int()
517 gctx->divmul[0] = val; in atom_put_dst()
520 gctx->divmul[1] = val; in atom_put_dst()
695 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
696 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
698 ctx->ctx->divmul[0] = 0; in atom_op_div()
699 ctx->ctx->divmul[1] = 0; in atom_op_div()
714 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
716 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
717 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
719 ctx->ctx->divmul[0] = 0; in atom_op_div32()
720 ctx->ctx->divmul[1] = 0; in atom_op_div32()
825 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
838 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
839 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1301 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1302 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()