HomeSort by relevance Sort by last modified time
    Searched refs:USES_CCODES (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 212 if (flags & USES_CCODES) {
255 if (flags & USES_CCODES) {
Assemble.cpp 87 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
145 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES,
339 IS_BINARY_OP | REG_DEF0_USE01 | USES_CCODES | SETS_CCODES,
554 IS_QUAD_OP | REG_DEF0_USE12 | USES_CCODES | SETS_CCODES,
573 IS_TERTIARY_OP | REG_DEF0_USE12 | USES_CCODES,
    [all...]
ArmLIR.h 697 #define USES_CCODES (1 << kUsesCCodes)
    [all...]

Completed in 27 milliseconds