Searched refs:FRAME_PTR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp34 #define FRAME_PTR(X) #X "+2047" macro
36 #define FRAME_PTR(X) #X macro
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(
[all...]
/external/valgrind/main/coregrind/
H A Dm_machine.c47 #define FRAME_PTR(regs) ((regs).vex.VG_FRAME_PTR) macro
56 return FRAME_PTR( VG_(threads)[tid].arch );

Completed in 105 milliseconds