Searched refs:shift (Results 26 - 33 of 33) sorted by relevance

12

/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S2299 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2365 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2401 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2437 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2473 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2509 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
5655 * Long integer shift. This is different from the generic 32/64-bit
5656 * binary operations because vAA/vBB are 64-bit but vCC (the shift
5658 * 6 bits of the shift distance.
5672 sll v0, a0, a2 # rlo<- alo << (shift
[all...]
H A DInterpAsm-armv5te-vfp.S142 * bits that hold the shift distance are used for the half/byte/sign flags.
1876 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1934 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1966 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1998 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2030 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2062 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2093 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2176 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2208 * Note: using the usual FETCH/and/shift stuf
[all...]
H A DInterpAsm-armv7-a-neon.S142 * bits that hold the shift distance are used for the half/byte/sign flags.
1880 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1938 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1970 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2002 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2034 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2066 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2097 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2180 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2212 * Note: using the usual FETCH/and/shift stuf
[all...]
H A DInterpAsm-armv7-a.S142 * bits that hold the shift distance are used for the half/byte/sign flags.
1880 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1938 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1970 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2002 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2034 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2066 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2097 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2180 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2212 * Note: using the usual FETCH/and/shift stuf
[all...]
H A DInterpAsm-armv5te.S142 * bits that hold the shift distance are used for the half/byte/sign flags.
1898 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1956 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
1988 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2020 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2052 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2084 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2115 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2198 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17
2230 * Note: using the usual FETCH/and/shift stuf
[all...]
/dalvik/vm/reflect/
H A DAnnotation.cpp63 int shift = 0; local
73 assert(shift < 32);
76 result |= (val & 0x7f) << shift;
77 shift += 7;
/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java247 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
248 short literal = (short) (insn.getLiteral() >> shift);
/dalvik/vm/mterp/armv5te/
H A Dfooter.S325 lsl r3,r3,#(32 - JIT_PROF_SIZE_LOG_2) @ shift out excess bits
523 ldr r2, [rFP, ip, lsr #6] @ r2<- vA (shift right 8, left 2)
527 ldr r2, [rFP, ip, lsr #10] @ r2<- vG (shift right 12, left 2)

Completed in 168 milliseconds

12