Lines Matching refs:divmul
235 val = gctx->divmul[0]; in atom_get_src_int()
238 val = gctx->divmul[1]; in atom_get_src_int()
505 gctx->divmul[0] = val; in atom_put_dst()
508 gctx->divmul[1] = val; in atom_put_dst()
679 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
680 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
682 ctx->ctx->divmul[0] = 0; in atom_op_div()
683 ctx->ctx->divmul[1] = 0; in atom_op_div()
698 val64 |= ((uint64_t)ctx->ctx->divmul[1]) << 32; in atom_op_div32()
700 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_div32()
701 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_div32()
703 ctx->ctx->divmul[0] = 0; in atom_op_div32()
704 ctx->ctx->divmul[1] = 0; in atom_op_div32()
809 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
822 ctx->ctx->divmul[0] = lower_32_bits(val64); in atom_op_mul32()
823 ctx->ctx->divmul[1] = upper_32_bits(val64); in atom_op_mul32()
1280 ctx->divmul[0] = 0; in amdgpu_atom_execute_table()
1281 ctx->divmul[1] = 0; in amdgpu_atom_execute_table()