Lines Matching refs:divmul
230 val = gctx->divmul[0]; in atom_get_src_int()
233 val = gctx->divmul[1]; in atom_get_src_int()
500 gctx->divmul[0] = val; in atom_put_dst()
503 gctx->divmul[1] = val; in atom_put_dst()
674 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
675 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
677 ctx->ctx->divmul[0] = 0; in atom_op_div()
678 ctx->ctx->divmul[1] = 0; in atom_op_div()
693 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
695 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
696 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
698 ctx->ctx->divmul[0] = 0; in atom_op_div32()
699 ctx->ctx->divmul[1] = 0; in atom_op_div32()
803 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
816 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
817 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1274 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1275 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()