Lines Matching refs:divmul
237 val = gctx->divmul[0]; in atom_get_src_int()
240 val = gctx->divmul[1]; in atom_get_src_int()
507 gctx->divmul[0] = val; in atom_put_dst()
510 gctx->divmul[1] = val; in atom_put_dst()
681 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
682 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
684 ctx->ctx->divmul[0] = 0; in atom_op_div()
685 ctx->ctx->divmul[1] = 0; in atom_op_div()
700 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
702 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
703 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
705 ctx->ctx->divmul[0] = 0; in atom_op_div32()
706 ctx->ctx->divmul[1] = 0; in atom_op_div32()
811 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
824 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
825 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1282 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1283 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()