Class ContextFieldSolver

java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.AbstractExpressionSolver<ContextField>
ghidra.app.plugin.assembler.sleigh.expr.ContextFieldSolver

public class ContextFieldSolver extends AbstractExpressionSolver<ContextField>
Solves expressions of a context register field

Essentially, this just encodes the goal into the field, if it can be represented in the given space and format. Otherwise, there is no solution.