count_instr        49 nanojit/NativeARM.h #define count_prolog() _nvprof("arm-prolog",1); count_instr();
count_instr        50 nanojit/NativeARM.h #define count_imt() _nvprof("arm-imt",1) count_instr()
count_instr        47 nanojit/NativePPC.h #define count_prolog() _nvprof("ppc-prolog",1); count_instr();
count_instr        48 nanojit/NativePPC.h #define count_imt() _nvprof("ppc-imt",1) count_instr()
count_instr        51 nanojit/NativeX64.h #define count_prolog() _nvprof("x64-prolog",1); count_instr();
count_instr        52 nanojit/NativeX64.h #define count_imt() _nvprof("x64-imt",1) count_instr()
count_instr        48 nanojit/Nativei386.h #define count_ret() _nvprof("x86-ret",1); count_instr();
count_instr        49 nanojit/Nativei386.h #define count_push() _nvprof("x86-push",1); count_instr();
count_instr        50 nanojit/Nativei386.h #define count_pop() _nvprof("x86-pop",1); count_instr();
count_instr        51 nanojit/Nativei386.h #define count_st() _nvprof("x86-st",1); count_instr();
count_instr        52 nanojit/Nativei386.h #define count_stq() _nvprof("x86-stq",1); count_instr();
count_instr        53 nanojit/Nativei386.h #define count_ld() _nvprof("x86-ld",1); count_instr();
count_instr        54 nanojit/Nativei386.h #define count_ldq() _nvprof("x86-ldq",1); count_instr();
count_instr        55 nanojit/Nativei386.h #define count_call() _nvprof("x86-call",1); count_instr();
count_instr        56 nanojit/Nativei386.h #define count_calli() _nvprof("x86-calli",1); count_instr();
count_instr        57 nanojit/Nativei386.h #define count_prolog() _nvprof("x86-prolog",1); count_instr();
count_instr        58 nanojit/Nativei386.h #define count_alu() _nvprof("x86-alu",1); count_instr();
count_instr        59 nanojit/Nativei386.h #define count_mov() _nvprof("x86-mov",1); count_instr();
count_instr        60 nanojit/Nativei386.h #define count_fpu() _nvprof("x86-fpu",1); count_instr();
count_instr        61 nanojit/Nativei386.h #define count_jmp() _nvprof("x86-jmp",1); count_instr();
count_instr        62 nanojit/Nativei386.h #define count_jcc() _nvprof("x86-jcc",1); count_instr();
count_instr        63 nanojit/Nativei386.h #define count_fpuld() _nvprof("x86-ldq",1); _nvprof("x86-fpu",1); count_instr()
count_instr        64 nanojit/Nativei386.h #define count_aluld() _nvprof("x86-ld",1); _nvprof("x86-alu",1); count_instr()
count_instr        65 nanojit/Nativei386.h #define count_alust() _nvprof("x86-ld",1); _nvprof("x86-alu",1); _nvprof("x86-st",1); count_instr()
count_instr        66 nanojit/Nativei386.h #define count_pushld() _nvprof("x86-ld",1); _nvprof("x86-push",1); count_instr()
count_instr        67 nanojit/Nativei386.h #define count_imt() _nvprof("x86-imt",1) count_instr()