Methods
Modifier and Type |
Method and Description |
static Function |
makeAbs(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVANDR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVNANDR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVNORR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVORR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVXNORR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeBVXORR(java.lang.Enum<?> id,
DataType operandType) |
static Function |
makeMax(java.lang.Enum<?> id,
DataType leftType,
DataType rightType) |
static Function |
makeMin(java.lang.Enum<?> id,
DataType leftType,
DataType rightType) |