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

  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 72 #define LOWREG(x) ((x & 0x1f) == x)
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 71 #define LOWREG(x) ((x & 0x7) == x)
    [all...]

Completed in 66 milliseconds