Searched refs:cond (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DArchFactory.cpp30 ArmConditionCode cond, int reg,
34 TGT_LIR *branch = genCmpImmBranch(cUnit, cond, reg, checkValue);
73 ArmConditionCode cond,
79 TGT_LIR *branch = opCondBranch(cUnit, cond);
29 genRegImmCheck(CompilationUnit *cUnit, ArmConditionCode cond, int reg, int checkValue, int dOffset, TGT_LIR *pcrLabel) argument
72 genRegRegCheck(CompilationUnit *cUnit, ArmConditionCode cond, int reg1, int reg2, int dOffset, TGT_LIR *pcrLabel) argument
H A DCodegenDriver.cpp284 ArmConditionCode cond,
287 ArmLIR *branch = opCondBranch(cUnit, cond);
2096 ArmConditionCode cond; local
2113 cond = kArmCondEq;
2116 cond = kArmCondNe;
2119 cond = kArmCondLt;
2122 cond = kArmCondGe;
2125 cond = kArmCondGt;
2128 cond = kArmCondLe;
2131 cond
283 genConditionalBranch(CompilationUnit *cUnit, ArmConditionCode cond, ArmLIR *target) argument
2597 ArmConditionCode cond; local
[all...]
/dalvik/vm/
H A DSync.h147 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
H A DSync.cpp577 int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex, argument
584 ret = pthread_cond_timedwait_monotonic(cond, mutex, &ts);
586 ret = pthread_cond_timedwait(cond, mutex, &ts);
/dalvik/vm/mterp/armv5te/
H A DOP_CMP_LONG.S45 @ Want to cond code the next mov so we can avoid branch, but don't see it;
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp1133 ArmConditionCode cond, int reg,
1139 ((cond == kArmCondEq) || (cond == kArmCondNe))) {
1141 (cond == kArmCondEq) ? kThumb2Cbz : kThumb2Cbnz,
1154 branch = newLIR2(cUnit, kThumbBCond, 0, cond);
1132 genCmpImmBranch(CompilationUnit *cUnit, ArmConditionCode cond, int reg, int checkValue) argument
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp35 ArmConditionCode cond,
884 ArmConditionCode cond, int reg,
895 ArmLIR *branch = newLIR2(cUnit, kThumbBCond, 0, cond);
883 genCmpImmBranch(CompilationUnit *cUnit, ArmConditionCode cond, int reg, int checkValue) argument
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S8181 @ Want to cond code the next mov so we can avoid branch, but don't see it;
H A DInterpAsm-armv7-a-neon.S8135 @ Want to cond code the next mov so we can avoid branch, but don't see it;
H A DInterpAsm-armv7-a.S8135 @ Want to cond code the next mov so we can avoid branch, but don't see it;
H A DInterpAsm-armv5te.S8639 @ Want to cond code the next mov so we can avoid branch, but don't see it;

Completed in 202 milliseconds