JitCompiledPassage

Package: ghidra.pcode.emu.jit.gen.tgt
Type: class

12.0_PUBLIC

addedmethod: intLeft
static void intLeft(int[] out, int outBytes, int[] val, int[] amt)
addedmethod: intLeft
static void intLeft(int[] out, int outBytes, int[] val, long amt)
addedmethod: intLeft
static void intLeft(int[] out, int outBytes, int[] val, int amt)
addedmethod: intLeft
static long intLeft(long val, int[] amt)
addedmethod: intLeft
static long intLeft(int val, int[] amt)
addedmethod: intRight
static void intRight(int[] out, int outBytes, int[] val, int[] amt)
addedmethod: intRight
static void intRight(int[] out, int outBytes, int[] val, long amt)
addedmethod: intRight
static void intRight(int[] out, int outBytes, int[] val, int amt)
addedmethod: intRight
static long intRight(long val, int[] amt)
addedmethod: intRight
static long intRight(int val, int[] amt)
addedmethod: intSRight
static void intSRight(int[] out, int outBytes, int[] val, int[] amt)
addedfield: MASK_I2UL
static long MASK_I2UL
addedmethod: mpIntDivide
static void mpIntDivide(int[] out, int[] inL, int[] inR)
addedmethod: mpIntMultiply
static void mpIntMultiply(int[] out, int[] inL, int[] inR)
addedmethod: mpIntSignedDivide
static void mpIntSignedDivide(int[] out, int[] inL, int[] inR)
addedmethod: mpToString
static java.lang.String mpToString(int[] legs)
addedmethod: sBorrowMpInt
static int sBorrowMpInt(int[] a, int[] b, int shift)
addedmethod: sCarryMpInt
static int sCarryMpInt(int[] a, int[] b, int shift)

11.4_PUBLIC

addedmethod: setCounterAndContext
void setCounterAndContext(long counter, ghidra.program.model.lang.RegisterValue context)
addedmethod: writeCounterAndContext
void writeCounterAndContext(long counter, ghidra.program.model.lang.RegisterValue context)
removedmethod: retireCounterAndContext
void retireCounterAndContext(long counter, ghidra.program.model.lang.RegisterValue context)

11.3_PUBLIC

introducedInitial version