Lines Matching refs:divmul
232 val = gctx->divmul[0]; in atom_get_src_int()
235 val = gctx->divmul[1]; in atom_get_src_int()
502 gctx->divmul[0] = val; in atom_put_dst()
505 gctx->divmul[1] = val; in atom_put_dst()
676 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
677 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
679 ctx->ctx->divmul[0] = 0; in atom_op_div()
680 ctx->ctx->divmul[1] = 0; in atom_op_div()
695 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
697 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
698 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
700 ctx->ctx->divmul[0] = 0; in atom_op_div32()
701 ctx->ctx->divmul[1] = 0; in atom_op_div32()
805 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
818 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
819 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1276 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1277 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()