Home | History | Annotate | Download | only in instruction

Lines Matching refs:wide

35     public boolean wide;
46 public VariableInstruction(boolean wide)
48 this.wide = wide;
72 this.wide = requiredVariableIndexSize() > 1 ||
87 this.wide = variableInstruction.wide;
242 // Only make the instruction wide if necessary.
243 wide = requiredVariableIndexSize() > 1 ||
252 return wide;
300 return (wide ? 2 : 1) + variableIndexSize() + constantSize();
315 (wide ? "_w" : "") +
332 wide ? 2 :
357 wide ? 2 :