Home
last modified time | relevance | path

Searched refs:divmul (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
A Datom.c241 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()
698 ctx->ctx->divmul[0] = 0; in atom_op_div()
699 ctx->ctx->divmul[1] = 0; in atom_op_div()
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()
1301 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
[all …]
A Datom.h140 uint32_t divmul[2]; member
/drivers/gpu/drm/radeon/
A Datom.c239 val = gctx->divmul[0]; in atom_get_src_int()
242 val = gctx->divmul[1]; in atom_get_src_int()
516 gctx->divmul[0] = val; in atom_put_dst()
519 gctx->divmul[1] = val; in atom_put_dst()
694 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
695 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
697 ctx->ctx->divmul[0] = 0; in atom_op_div()
698 ctx->ctx->divmul[1] = 0; in atom_op_div()
802 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
1248 ctx->divmul[0] = 0; in atom_execute_table_scratch_unlocked()
[all …]
A Datom.h135 uint32_t divmul[2]; member

Completed in 11 milliseconds