Searched refs:vregG (Results 1 – 4 of 4) sorted by relevance
28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4))); in writeToFile()
30 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4))); in writeToFile()
60 public byte vregG; field in Instruction.InvokeFormatInfo110 newInsn.invokeFormatInfo.vregG = invokeFormatInfo.vregG; in clone()141 invokeFormatInfo.vregG = (byte) (rawBytes[1] & 0xf); in read()230 vregs = ", v" + invokeFormatInfo.vregG; in toString()