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

  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 105 /* useMask and defMask set to ENCODE_ALL, any checking of */
136 if (thisLIR->defMask & nextLIR->useMask) {
144 if (thisLIR->defMask & nextLIR->defMask) {
151 if (thisLIR->useMask & nextLIR->defMask) {
259 u8 defMask = branchLIR->defMask;
288 if (!(thisLIR->useMask & defMask) &&
289 !(thisLIR->defMask & useMask) &&
290 !(thisLIR->defMask & defMask) &
    [all...]
MipsLIR.h 616 u8 defMask; // Resource mask for def
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h     [all...]

Completed in 80 milliseconds