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

  /external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp 34 #define FRAME_PTR(X) #X "+2047"
36 #define FRAME_PTR(X) #X
49 "\tstd %f0, [" FRAME_PTR(%fp) "-0]\n"
50 "\tstd %f2, [" FRAME_PTR(%fp) "-8]\n"
51 "\tstd %f4, [" FRAME_PTR(%fp) "-16]\n"
52 "\tstd %f6, [" FRAME_PTR(%fp) "-24]\n"
53 "\tstd %f8, [" FRAME_PTR(%fp) "-32]\n"
54 "\tstd %f10, [" FRAME_PTR(%fp) "-40]\n"
55 "\tstd %f12, [" FRAME_PTR(%fp) "-48]\n"
56 "\tstd %f14, [" FRAME_PTR(%fp) "-56]\n
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 47 #define FRAME_PTR(regs) ((regs).vex.VG_FRAME_PTR)
56 return FRAME_PTR( VG_(threads)[tid].arch );
    [all...]

Completed in 117 milliseconds