This is a branch opcode that takes a jump table pointer, jump table index and an index into the table to do an indirect branch.
We pass both the table pointer and JTI to allow targets like ARM64 to more easily use the existing jump table compression optimization without having to walk up the block to find a paired G_JUMP_TABLE.
I think if you declared it as ptype0, you get this for free