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

  /art/compiler/dex/quick/
local_optimizations.cc 341 ((target_flags & (REG_DEF0 | REG_DEF1)) == (REG_DEF0 | REG_DEF1)) ||
mir_to_lir-inl.h 215 if (flags & REG_DEF1) {
mir_to_lir.h 67 #define REG_DEF1 (1ULL << kRegDef1)
116 #define REG_DEF01 (REG_DEF0 | REG_DEF1)
117 #define REG_DEF012 (REG_DEF0 | REG_DEF1 | REG_DEF2)
118 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 395 kFmtUnused, -1, -1, IS_BINARY_OP | REG_USE0 | REG_DEF1,
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]

Completed in 35 milliseconds