Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 25) sorted by relevance

/dalvik/vm/compiler/template/mips/
DTEMPLATE_CMP_LONG.S18 slt t0, rARG1, rARG3 # compare hi
22 # at this point x.hi==y.hi
DTEMPLATE_MUL_LONG.S25 addu rRESULT1,rRESULT1,t1 # v1= a3a0 + hi(a2a0)
26 addu rRESULT1,rRESULT1,t0 # v1= a3a0 + hi(a2a0) + a2a1;
/dalvik/vm/mterp/mips/
DOP_CMP_LONG.S27 slt t0, a1, a3 # compare hi
31 # at this point x.hi==y.hi
DOP_FILL_ARRAY_DATA.S4 FETCH(a1, 2) # a1 <- BBBB (hi)
DOP_GOTO_32.S14 FETCH(a1, 2) # a1 <- AAAA (hi)
DOP_PACKED_SWITCH.S17 FETCH(a1, 2) # a1 <- BBBB (hi)
DOP_MUL_LONG_2ADDR.S20 addu v1, v1, t1 # v1= a3a0 + hi(a2a0)
DOP_MUL_LONG.S28 addu v1, v1, t1 # v1+= hi(a2a0)
/dalvik/vm/
DPointerSet.cpp207 int hi, lo, mid; in dvmPointerSetHas() local
210 hi = pSet->count-1; in dvmPointerSetHas()
213 while (lo <= hi) { in dvmPointerSetHas()
214 mid = (lo + hi) / 2; in dvmPointerSetHas()
220 hi = mid - 1; in dvmPointerSetHas()
/dalvik/vm/mterp/armv5te/
DOP_GOTO_32.S16 FETCH(r1, 2) @ r1<- AAAA (hi)
DOP_FILL_ARRAY_DATA.S4 FETCH(r1, 2) @ r1<- BBBB (hi)
DOP_PACKED_SWITCH.S17 FETCH(r1, 2) @ r1<- BBBB (hi)
/dalvik/vm/reflect/
DAnnotation.cpp1619 u4 hi = pDexFile->pHeader->methodIdsSize -1; in getMethodIdx() local
1623 while (hi >= lo) { in getMethodIdx()
1625 cur = (lo + hi) / 2; in getMethodIdx()
1631 hi = cur - 1; in getMethodIdx()
1637 if (hi < lo) { in getMethodIdx()
1929 u4 hi = pDexFile->pHeader->fieldIdsSize -1; in getFieldIdx() local
1933 while (hi >= lo) { in getFieldIdx()
1935 cur = (lo + hi) / 2; in getFieldIdx()
1941 hi = cur - 1; in getFieldIdx()
1947 if (hi < lo) { in getFieldIdx()
/dalvik/vm/analysis/
DRegisterMap.cpp942 int hi, lo, mid; in dvmRegisterMapGetLine() local
945 hi = numEntries -1; in dvmRegisterMapGetLine()
947 while (hi >= lo) { in dvmRegisterMapGetLine()
948 mid = (hi + lo) / 2; in dvmRegisterMapGetLine()
958 hi = mid - 1; in dvmRegisterMapGetLine()
/dalvik/tests/046-reflect/
Dexpected.txt27 myMethod: hi there 3.1415925 Q !
/dalvik/vm/interp/
DInterp.cpp1093 int hi = size - 1; in dvmInterpHandleSparseSwitch() local
1094 while (lo <= hi) { in dvmInterpHandleSparseSwitch()
1095 int mid = (lo + hi) >> 1; in dvmInterpHandleSparseSwitch()
1099 hi = mid - 1; in dvmInterpHandleSparseSwitch()
/dalvik/tools/dmtracedump/
DTraceDump.c1104 int hi, lo, mid; in lookupMethod() local
1108 hi = pKeys->numMethods - 1; in lookupMethod()
1110 while (hi >= lo) { in lookupMethod()
1111 mid = (hi + lo) / 2; in lookupMethod()
1119 hi = mid - 1; in lookupMethod()
/dalvik/vm/mterp/x86/
Dfooter.S689 FETCH_INST_OPCODE 3, %ecx # %eax<- next instruction hi; fetch, advance
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-mips.S451 slt t0, rARG1, rARG3 # compare hi
455 # at this point x.hi==y.hi
/dalvik/vm/mterp/out/
DInterpAsm-mips.S1306 FETCH(a1, 2) # a1 <- BBBB (hi)
1403 FETCH(a1, 2) # a1 <- AAAA (hi)
1441 FETCH(a1, 2) # a1 <- BBBB (hi)
1479 FETCH(a1, 2) # a1 <- BBBB (hi)
1755 slt t0, a1, a3 # compare hi
1759 # at this point x.hi==y.hi
5337 addu v1, v1, t1 # v1+= hi(a2a0)
6804 addu v1, v1, t1 # v1= a3a0 + hi(a2a0)
DInterpAsm-armv5te-vfp.S1129 FETCH(r1, 2) @ r1<- AAAA (hi)
1162 FETCH(r1, 2) @ r1<- BBBB (hi)
1201 FETCH(r1, 2) @ r1<- BBBB (hi)
DInterpAsm-armv7-a-neon.S1139 FETCH(r1, 2) @ r1<- AAAA (hi)
1172 FETCH(r1, 2) @ r1<- BBBB (hi)
1211 FETCH(r1, 2) @ r1<- BBBB (hi)
DInterpAsm-armv7-a.S1139 FETCH(r1, 2) @ r1<- AAAA (hi)
1172 FETCH(r1, 2) @ r1<- BBBB (hi)
1211 FETCH(r1, 2) @ r1<- BBBB (hi)
DInterpAsm-armv5te.S1129 FETCH(r1, 2) @ r1<- AAAA (hi)
1162 FETCH(r1, 2) @ r1<- BBBB (hi)
1201 FETCH(r1, 2) @ r1<- BBBB (hi)
DInterpAsm-x86.S16366 FETCH_INST_OPCODE 3, %ecx # %eax<- next instruction hi; fetch, advance