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

  /external/grub/netboot/
smc9000.h 90 #define MIR 8
  /dalvik/vm/compiler/
CompilerIR.h 117 typedef struct MIR {
121 struct MIR *prev;
122 struct MIR *next;
132 } MIR;
144 MIR *firstMIRInsn;
145 MIR *lastMIRInsn;
226 void dvmCompilerAppendMIR(BasicBlock *bb, MIR *mir);
228 void dvmCompilerPrependMIR(BasicBlock *bb, MIR *mir);
    [all...]

Completed in 132 milliseconds