TypeConversions

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

12.0_PUBLIC

addedmethod: checkGenIntExt
static void checkGenIntExt(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: checkGenLongExt
static void checkGenLongExt(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: forceUniform
static ghidra.pcode.emu.jit.analysis.JitType forceUniform(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType myType, ghidra.pcode.emu.jit.analysis.JitType otherType, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generate
static ghidra.pcode.emu.jit.analysis.JitType generate(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateIntToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateIntToInt(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateIntToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateIntToLong(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateIntToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateIntToMpInt(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateLongToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateLongToInt(ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateLongToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateLongToLong(ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateLongToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateLongToMpInt(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateMpIntToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateMpIntToInt(ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateMpIntToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateMpIntToLong(ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateMpIntToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateMpIntToMpInt(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateToInt(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateToLong(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
addedmethod: generateToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateToMpInt(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, ghidra.pcode.emu.jit.gen.type.TypeConversions.Ext ext, org.objectweb.asm.MethodVisitor mv)
removedmethod: checkGenIntMask
static void checkGenIntMask(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: checkGenLongMask
static void checkGenLongMask(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: forceUniformSExt
static ghidra.pcode.emu.jit.analysis.JitType forceUniformSExt(ghidra.pcode.emu.jit.analysis.JitType myType, ghidra.pcode.emu.jit.analysis.JitType otherType, org.objectweb.asm.MethodVisitor mv)
removedmethod: forceUniformZExt
static ghidra.pcode.emu.jit.analysis.JitType forceUniformZExt(ghidra.pcode.emu.jit.analysis.JitType myType, ghidra.pcode.emu.jit.analysis.JitType otherType, org.objectweb.asm.MethodVisitor mv)
removedmethod: generate
static ghidra.pcode.emu.jit.analysis.JitType generate(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateIntToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateIntToInt(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateIntToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateIntToLong(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateIntToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateIntToMpInt(ghidra.pcode.emu.jit.analysis.JitType.IntJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateLongToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateLongToInt(ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateLongToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateLongToLong(ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateLongToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateLongToMpInt(ghidra.pcode.emu.jit.analysis.JitType.LongJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateMpIntToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateMpIntToInt(ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateMpIntToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateMpIntToLong(ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateMpIntToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateMpIntToMpInt(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateSExtIntToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateSExtIntToLong(org.objectweb.asm.MethodVisitor mv)
removedmethod: generateToInt
static ghidra.pcode.emu.jit.analysis.JitType.IntJitType generateToInt(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.IntJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateToLong
static ghidra.pcode.emu.jit.analysis.JitType.LongJitType generateToLong(ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.LongJitType to, org.objectweb.asm.MethodVisitor mv)
removedmethod: generateToMpInt
static ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType generateToMpInt(ghidra.pcode.emu.jit.gen.JitCodeGenerator gen, ghidra.pcode.emu.jit.analysis.JitType from, ghidra.pcode.emu.jit.analysis.JitType.MpIntJitType to, org.objectweb.asm.MethodVisitor mv)

11.3_PUBLIC

introducedInitial version