Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DBaseCodeCursor.java58 protected final void advance(int amount) { in advance() argument
59 cursor += amount; in advance()
/dalvik/vm/mterp/x86-atom/
DOP_SHR_LONG.S46 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
DOP_SHR_LONG_2ADDR.S47 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
/dalvik/vm/arch/arm/
DCallEABI.S195 @ Expand the stack by the specified amount. We want to extract the
/dalvik/vm/compiler/codegen/arm/Thumb2/
DFactory.cpp709 static int encodeShift(int code, int amount) { in encodeShift() argument
710 return ((amount & 0x1f) << 2) | code; in encodeShift()
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S17250 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
17341 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount