Searched refs:or (Results 1 - 25 of 72) sorted by relevance

123

/dalvik/vm/mterp/armv5te/
H A DOP_INVOKE_INTERFACE.S12 FETCH(r2, 2) @ r2<- FEDC or CCCC
15 and r2, r2, #15 @ r2<- C (or stays CCCC)
H A DOP_INVOKE_SUPER_QUICK.S11 FETCH(r10, 2) @ r10<- GFED or CCCC
14 and r10, r10, #15 @ r10<- D (or stays CCCC)
H A DOP_INVOKE_VIRTUAL_QUICK.S11 FETCH(r3, 2) @ r3<- FEDC or CCCC
14 and r3, r3, #15 @ r3<- C (or stays CCCC)
H A DOP_INVOKE_DIRECT.S19 FETCH(r10, 2) @ r10<- GFED or CCCC
22 and r10, r10, #15 @ r10<- D (or stays CCCC)
36 * r1 = reference (BBBB or CCCC)
H A DOP_INVOKE_VIRTUAL.S15 FETCH(r10, 2) @ r10<- GFED or CCCC
18 and r10, r10, #15 @ r10<- D (or stays CCCC)
35 * r10 = C or CCCC (index of first arg, which is the "this" ptr)
/dalvik/vm/mterp/x86/
H A DOP_INVOKE_SUPER_QUICK.S12 movzwl 4(rPC),%eax # eax<- GFED or CCCC
15 andl $$0xf,%eax # eax<- D (or stays CCCC)
H A DOP_INVOKE_VIRTUAL_QUICK.S11 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
14 andl $$0xf,%eax # eax<- C (or stays CCCC)
H A DOP_INVOKE_DIRECT.S22 movzwl 4(rPC),rPC # rPC<- GFED or CCCC
25 andl $$0xf,rPC # rPC<- D (or stays CCCC)
48 movzwl 2(rPC),%eax # reference (BBBB or CCCC)
H A DOP_INVOKE_INTERFACE.S12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC
15 andl $$0xf,%eax # eax<- C (or stays CCCC)
H A DOP_FILLED_NEW_ARRAY.S12 movzbl rINST_HI,rINST_FULL # rINST_FULL<- AA or BA
42 * rINST_FULL holds AA or BB [r10]
64 movl rINST_FULL,OUT_ARG1(%esp) # arg1<- A or AA (length)
71 movzwl 4(rPC),%ecx # ecx<- FEDC or CCCC
77 * ecx is FEDC or CCCC
/dalvik/vm/mterp/x86-atom/
H A DOP_CONST_WIDE.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 or %edx, %ecx # %ecx<- #+BBBBBBBBlo
40 or %edx, %ecx # %ecx<- #+BBBBBBBBhi
H A DOP_CONST.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 or %edx, %ecx # %ecx<- #+BBBBBBBB
H A DOP_CONST_WIDE_32.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 or %ecx, %edx # %edx<- %edx<- #+BBBBBBBB
H A DOP_GOTO_32.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 or %ecx, %edx # %edx<- +AAAAAAAA
H A DOP_INVOKE_VIRTUAL_QUICK.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 FETCH 2, %edx # %edx<- GFED or CCCC
H A DOP_DOUBLE_TO_INT.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39 fucomip %st(1), %st(0) # check for posInf or NaN
40 jc .L${opcode}_nanInf # handle posInf or NaN
H A DOP_FILL_ARRAY_DATA.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 or %ecx, %edx # %edx<- +BBBBBBBB
H A Dzcmp.S9 * Unless required by applicable law or agreed to in writing, software
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 j${revcmp} ${opcode}_2f # goto next instruction or branch
/dalvik/tools/gdbjithelper/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/dalvik/tools/hprof-conv/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/dalvik/dexlist/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/dalvik/libdex/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/dalvik/tools/dexdeps/src/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/dalvik/vm/
H A DReconfigureDvm.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 # If you enable or disable optional features here (or in Dvm.mk),
124 # or they should use the platform's provided libffi. So, if the common

Completed in 176 milliseconds

123