Searched refs:OpSize (Results 1 - 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
H A D | Codegen.h | 84 int displacement, int rSrc, OpSize size);
|
H A D | Ralloc.h | 36 static inline RegisterClass dvmCompilerRegClassBySize(OpSize size)
|
H A D | ArmLIR.h | 168 typedef enum OpSize { enum 177 } OpSize; typedef in typeref:enum:OpSize
|
H A D | CodegenDriver.c | 304 static void genIGet(CompilationUnit *cUnit, MIR *mir, OpSize size, 331 static void genIPut(CompilationUnit *cUnit, MIR *mir, OpSize size, 358 static void genArrayGet(CompilationUnit *cUnit, MIR *mir, OpSize size, 427 static void genArrayPut(CompilationUnit *cUnit, MIR *mir, OpSize size, 4473 int displacement, int rSrc, OpSize size)
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
H A D | Factory.c | 449 int rIndex, int rDest, int scale, OpSize size) 492 int rIndex, int rSrc, int scale, OpSize size) 556 OpSize size, int sReg) 677 int displacement, int rDest, OpSize size, 694 OpSize size) 787 int displacement, int rSrc, OpSize size)
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
H A D | Factory.c | 677 int rIndex, int rDest, int scale, OpSize size) 741 int rIndex, int rSrc, int scale, OpSize size) 807 OpSize size, int sReg) 923 int displacement, int rDest, OpSize size, 941 OpSize size) 1036 int displacement, int rSrc, OpSize size)
|
Completed in 23 milliseconds