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

  /dalvik/vm/mterp/x86/
stub.S 8 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values
entry.S 45 LOAD_PC_FROM_GLUE(%ecx)
header.S 113 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC
footer.S 397 LOAD_PC_FROM_GLUE(%ecx)
  /dalvik/vm/mterp/armv5te/
header.S 76 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 120 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC
    [all...]
InterpAsm-armv4t.S 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv5te-vfp.S 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv5te.S 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv7-a-neon.S 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv7-a.S 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
    [all...]

Completed in 49 milliseconds