Package ghidra.app.plugin.processors.sleigh.expression
package ghidra.app.plugin.processors.sleigh.expression
-
ClassDescriptionForm a new expression by ANDing two PatternExpressionsBase class for binary operators that combine PatternExpressionsA constant value associated with an alwaysTrue patternContiguous bits in the non-instruction part of the context interpreted as an integer valueForm new expression by dividing one PatternExpression by anotherThe integer offset of the address following the current instructionForm new expression by left shifting PatternExpression the amount determined by another PatternExpressionForm new expression by taking twos complement of a PatternExpressionForm new expression by multiplying two PatternExpressionsThe integer offset of the address following the current instructionForm new expression by complementing a PatternExpressionAn Expression representing the value of a Constructor operandForm new expression by ORing together two PatternExpressionsAn expression which results in a pattern for a specific InstructionContextThis is a PatternExpression which can be interpreted as an integer value.Expression formed by adding together two PatternExpressionsForm new expression by right shifting a PatternExpression the amount determined by another PatternExpressionThe offset value of the current instructions addressNew expression formed by subtracting two PatternExpressionsA contiguous set of bits within instruction stream, interpreted as an integer valueBase class for unary operators on PatternExpressionsForm new expression by XORing two PatternExpressions