HomeSort by relevance Sort by last modified time
    Searched full:shift (Results 51 - 75 of 5821) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_AGET_BYTE.S 2 %include "armv5te/OP_AGET.S" { "load":"ldrsb", "shift":"0" }
OP_AGET_CHAR.S 2 %include "armv5te/OP_AGET.S" { "load":"ldrh", "shift":"1" }
OP_AGET_SHORT.S 2 %include "armv5te/OP_AGET.S" { "load":"ldrsh", "shift":"1" }
OP_APUT_BOOLEAN.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_APUT_BYTE.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_APUT_CHAR.S 2 %include "armv5te/OP_APUT.S" { "store":"strh", "shift":"1" }
OP_APUT_SHORT.S 2 %include "armv5te/OP_APUT.S" { "store":"strh", "shift":"1" }
  /dalvik/vm/mterp/mips/
OP_AGET_BOOLEAN.S 2 %include "mips/OP_AGET.S" { "load":"lbu", "shift":"0" }
OP_AGET_BYTE.S 2 %include "mips/OP_AGET.S" { "load":"lb", "shift":"0" }
OP_AGET_CHAR.S 2 %include "mips/OP_AGET.S" { "load":"lhu", "shift":"1" }
OP_AGET_SHORT.S 2 %include "mips/OP_AGET.S" { "load":"lh", "shift":"1" }
OP_APUT_BOOLEAN.S 2 %include "mips/OP_APUT.S" { "store":"sb", "shift":"0" }
OP_APUT_BYTE.S 2 %include "mips/OP_APUT.S" { "store":"sb", "shift":"0" }
OP_APUT_CHAR.S 2 %include "mips/OP_APUT.S" { "store":"sh", "shift":"1" }
OP_APUT_SHORT.S 2 %include "mips/OP_APUT.S" { "store":"sh", "shift":"1" }
  /dalvik/vm/mterp/x86/
OP_AGET_BOOLEAN.S 2 %include "x86/OP_AGET.S" { "load":"movzbl", "shift":"1" }
OP_AGET_BYTE.S 2 %include "x86/OP_AGET.S" { "load":"movsbl", "shift":"1" }
OP_AGET_CHAR.S 2 %include "x86/OP_AGET.S" { "load":"movzwl", "shift":"2" }
OP_AGET_SHORT.S 2 %include "x86/OP_AGET.S" { "load":"movswl", "shift":"2" }
  /frameworks/base/packages/InputDevices/res/raw/
keyboard_layout_russian.kcm 30 shift, capslock: '\u0401'
32 ralt+shift: '~'
38 shift: '!'
45 shift: '"'
52 shift: '\u2116'
59 shift: ';'
66 shift: '%'
73 shift: ':'
80 shift: '?'
87 shift: '*
    [all...]
keyboard_layout_slovak.kcm 28 shift: '\u00b0'
30 ralt+shift: '~'
36 shift: '1'
43 shift: '2'
50 shift: '3'
57 shift: '4'
64 shift: '5'
71 shift: '6'
78 shift: '7'
85 shift: '8
    [all...]
keyboard_layout_czech.kcm 28 shift: '\u00b0'
34 shift: '1'
41 shift: '2'
48 shift: '3'
55 shift: '4'
62 shift: '5'
69 shift: '6'
76 shift: '7'
83 shift: '8'
90 shift: '9
    [all...]
keyboard_layout_english_uk.kcm 28 shift: '\u00AC'
35 shift: '!'
41 shift: '"'
47 shift: '\u00A3'
53 shift: '$'
60 shift: '%'
66 shift: '^'
72 shift: '&'
78 shift: '*'
84 shift: '(
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_SHR_LONG.S 2 * Long integer shift. This is different from the generic 32/64-bit
3 * binary operations because vAA/vBB are 64-bit but vCC (the shift
8 sra rRESULT1, rARG1, a2 # rhi<- ahi >> (shift&31)
9 srl rRESULT0, rARG0, a2 # rlo<- alo >> (shift&31)
11 not rARG0, a2 # alo<- 31-shift (shift is 5b)
13 sll rARG1, rARG0 # ahi<- ahi << (32-(shift&31))
15 andi a2, 0x20 # shift & 0x20
16 movn rRESULT0, rRESULT1, a2 # rlo<- rhi (if shift&0x20)
17 movn rRESULT1, a3, a2 # rhi<- sign(ahi) (if shift&0x20
    [all...]
TEMPLATE_USHR_LONG.S 2 * Long integer shift. This is different from the generic 32/64-bit
3 * binary operations because vAA/vBB are 64-bit but vCC (the shift
8 srl rRESULT1, rARG1, a2 # rhi<- ahi >> (shift&31)
9 srl rRESULT0, rARG0, a2 # rlo<- alo >> (shift&31)
10 not rARG0, a2 # alo<- 31-n (shift is 5b)
12 sll rARG1, rARG0 # ahi<- ahi << (32-(shift&31))
14 andi a2, 0x20 # shift & 0x20
15 movn rRESULT0, rRESULT1, a2 # rlo<- rhi (if shift&0x20)
16 movn rRESULT1, zero, a2 # rhi<- 0 (if shift&0x20)

Completed in 887 milliseconds

1 23 4 5 6 7 8 91011>>