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

  /art/compiler/dex/quick/arm/
assemble_arm.cc 124 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_SP,
128 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
235 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_SP
326 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
331 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
368 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE0 | REG_USE_SP
404 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
    [all...]
target_arm.cc 171 if ((flags & (REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0 | REG_DEF_LIST1 |
178 if (flags & REG_USE_SP) {
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 175 if ((flags & (REG_DEF_SP | REG_USE_SP | REG_DEF_LR)) != 0) {
180 if (flags & REG_USE_SP) {
  /art/compiler/dex/quick/mips/
target_mips.cc 321 if (flags & REG_USE_SP) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 85 #define REG_USE_SP (1ULL << kRegUseSP)
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
target_x86.cc 283 if (flags & REG_USE_SP) {
    [all...]

Completed in 553 milliseconds