Lines Matching defs:OpBytes
786 unsigned OpBytes;
792 OpBytes = 1;
799 OpBytes = EmitVBRValue(VT, OS) + 1;
802 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS);
812 unsigned OpBytes;
815 OpBytes = 1;
822 OpBytes = EmitVBRValue(VT, OS) + 1;
829 return OpBytes + 1;
836 unsigned OpBytes;
843 OpBytes = EmitVBRValue(VT, OS);
845 return OpBytes + 3;
850 OpBytes = 1;
857 OpBytes = EmitVBRValue(VT, OS) + 1;
872 return OpBytes + 1;