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

  /art/compiler/dex/
mir_graph.h 170 #define MIR_STORE_NON_TEMPORAL (1 << kMIRStoreNonTemporal)
    [all...]
mir_graph.cc     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 851 if (consider_non_temporal && ((opt_flags & MIR_STORE_NON_TEMPORAL) != 0)) {
    [all...]

Completed in 47 milliseconds