Textifier get the name of an opcode from the constant Printer.OPCODES
import org.objectweb.asm.util.Printer;
// ...
Printer.OPCODES[opcode]
I think asm doesn't store tagValue in parsed objects (the tag in the constant pool), I haven't find a way to get it so far