Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/armv5te/
DOP_CMP_LONG.S45 @ Want to cond code the next mov so we can avoid branch, but don't see it;
/dalvik/vm/
DSync.h159 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
DSync.c692 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex, in dvmRelativeCondWait() argument
699 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts); in dvmRelativeCondWait()
701 ret = pthread_cond_timedwait(cond, mutex, &ts); in dvmRelativeCondWait()
/dalvik/vm/compiler/codegen/arm/
DCodegenFactory.c283 ArmConditionCode cond, in genRegRegCheck() argument
289 ArmLIR *branch = opCondBranch(cUnit, cond); in genRegRegCheck()
DCodegenDriver.c240 ArmConditionCode cond, in genConditionalBranch() argument
243 ArmLIR *branch = opCondBranch(cUnit, cond); in genConditionalBranch()
1918 ArmConditionCode cond; in handleFmt21t() local
1926 cond = kArmCondEq; in handleFmt21t()
1929 cond = kArmCondNe; in handleFmt21t()
1932 cond = kArmCondLt; in handleFmt21t()
1935 cond = kArmCondGe; in handleFmt21t()
1938 cond = kArmCondGt; in handleFmt21t()
1941 cond = kArmCondLe; in handleFmt21t()
1944 cond = 0; in handleFmt21t()
[all …]
/dalvik/vm/compiler/codegen/arm/Thumb/
DFactory.c35 ArmConditionCode cond,
863 ArmConditionCode cond, int reg, in genRegImmCheck() argument
872 res = genRegRegCheck(cUnit, cond, reg, tReg, dOffset, pcrLabel); in genRegImmCheck()
877 ArmLIR *branch = newLIR2(cUnit, kThumbBCond, 0, cond); in genRegImmCheck()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DFactory.c1097 ArmConditionCode cond, int reg, in genRegImmCheck() argument
1104 ((cond == kArmCondEq) || (cond == kArmCondNe))) { in genRegImmCheck()
1106 (cond == kArmCondEq) ? kThumb2Cbz : kThumb2Cbnz, in genRegImmCheck()
1119 branch = newLIR2(cUnit, kThumbBCond, 0, cond); in genRegImmCheck()
/dalvik/vm/mterp/out/
DInterpAsm-armv5te-vfp.S8225 @ Want to cond code the next mov so we can avoid branch, but don't see it;
DInterpAsm-armv7-a-neon.S8175 @ Want to cond code the next mov so we can avoid branch, but don't see it;
DInterpAsm-armv7-a.S8175 @ Want to cond code the next mov so we can avoid branch, but don't see it;
DInterpAsm-armv4t.S8683 @ Want to cond code the next mov so we can avoid branch, but don't see it;
DInterpAsm-armv5te.S8683 @ Want to cond code the next mov so we can avoid branch, but don't see it;