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

  /art/compiler/sea_ir/ir/
instruction_tools.cc 42 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
45 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
48 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
171 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_FP_B | DF_FP_C | DF_CORE_A,
174 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_FP_B | DF_FP_C | DF_CORE_A,
177 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C,
405 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
408 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
414 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_FP_A | DF_FP_B,
426 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B
    [all...]
instruction_tools.h 33 #define DF_B_WIDE (1 << kBWide)
  /art/compiler/dex/
mir_dataflow.cc 46 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
49 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
52 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
175 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_FP_B | DF_FP_C | DF_CORE_A,
178 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_FP_B | DF_FP_C | DF_CORE_A,
181 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C,
409 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
412 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
418 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_FP_A | DF_FP_B,
430 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B
    [all...]
vreg_analysis.cc 187 if (attrs & DF_B_WIDE) {
mir_graph.h 117 #define DF_B_WIDE (UINT64_C(1) << kBWide)
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 415 if (attrs & DF_B_WIDE) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 737 if (attrs & DF_B_WIDE) {
    [all...]

Completed in 125 milliseconds