Lines Matching refs:divmul
234 val = gctx->divmul[0]; in atom_get_src_int()
237 val = gctx->divmul[1]; in atom_get_src_int()
504 gctx->divmul[0] = val; in atom_put_dst()
507 gctx->divmul[1] = val; in atom_put_dst()
678 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
679 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
681 ctx->ctx->divmul[0] = 0; in atom_op_div()
682 ctx->ctx->divmul[1] = 0; in atom_op_div()
697 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
699 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
700 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
702 ctx->ctx->divmul[0] = 0; in atom_op_div32()
703 ctx->ctx->divmul[1] = 0; in atom_op_div32()
808 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
821 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
822 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1279 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1280 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()