Searched refs:amount (Results 1 – 6 of 6) sorted by relevance
58 protected final void advance(int amount) { in advance() argument59 cursor += amount; in advance()
46 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
47 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
195 @ Expand the stack by the specified amount. We want to extract the
709 static int encodeShift(int code, int amount) { in encodeShift() argument710 return ((amount & 0x1f) << 2) | code; in encodeShift()
17250 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount17341 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount