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

  /external/valgrind/main/coregrind/
pub_core_tooliface.h 191 void VG_REGPARM(2) (*track_new_mem_stack_4_w_ECU) (Addr,UInt);
192 void VG_REGPARM(2) (*track_new_mem_stack_8_w_ECU) (Addr,UInt);
193 void VG_REGPARM(2) (*track_new_mem_stack_12_w_ECU) (Addr,UInt);
194 void VG_REGPARM(2) (*track_new_mem_stack_16_w_ECU) (Addr,UInt);
195 void VG_REGPARM(2) (*track_new_mem_stack_32_w_ECU) (Addr,UInt);
196 void VG_REGPARM(2) (*track_new_mem_stack_112_w_ECU)(Addr,UInt);
197 void VG_REGPARM(2) (*track_new_mem_stack_128_w_ECU)(Addr,UInt);
198 void VG_REGPARM(2) (*track_new_mem_stack_144_w_ECU)(Addr,UInt);
199 void VG_REGPARM(2) (*track_new_mem_stack_160_w_ECU)(Addr,UInt);
202 void VG_REGPARM(1) (*track_new_mem_stack_4) (Addr)
    [all...]
pub_core_stacks.h 46 extern VG_REGPARM(3)
49 extern VG_REGPARM(2)
m_stacks.c 354 VG_REGPARM(3)
366 VG_REGPARM(2)
m_tooliface.c 365 void VG_(fn)(VG_REGPARM(1) void(*f)(args)) { \
370 void VG_(fn)(VG_REGPARM(2) void(*f)(args)) { \
  /external/valgrind/main/memcheck/
mc_include.h 601 VG_REGPARM(2) void MC_(helperc_value_checkN_fail_w_o) ( HWord, UWord );
602 VG_REGPARM(1) void MC_(helperc_value_check8_fail_w_o) ( UWord );
603 VG_REGPARM(1) void MC_(helperc_value_check4_fail_w_o) ( UWord );
604 VG_REGPARM(1) void MC_(helperc_value_check1_fail_w_o) ( UWord );
605 VG_REGPARM(1) void MC_(helperc_value_check0_fail_w_o) ( UWord );
609 VG_REGPARM(1) void MC_(helperc_value_checkN_fail_no_o) ( HWord );
610 VG_REGPARM(0) void MC_(helperc_value_check8_fail_no_o) ( void );
611 VG_REGPARM(0) void MC_(helperc_value_check4_fail_no_o) ( void );
612 VG_REGPARM(0) void MC_(helperc_value_check1_fail_no_o) ( void );
613 VG_REGPARM(0) void MC_(helperc_value_check0_fail_no_o) ( void )
    [all...]
mc_main.c     [all...]
  /external/valgrind/main/include/
pub_tool_tooliface.h 564 Nb: all the specialised ones must use the VG_REGPARM(n) attribute.
576 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
577 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
578 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
579 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
580 void VG_(track_new_mem_stack_32_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
581 void VG_(track_new_mem_stack_112_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
582 void VG_(track_new_mem_stack_128_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
583 void VG_(track_new_mem_stack_144_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
584 void VG_(track_new_mem_stack_160_w_ECU)(VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu))
    [all...]
pub_tool_basics.h 284 # define VG_REGPARM(n) __attribute__((regparm(n)))
289 # define VG_REGPARM(n) /* */
  /external/valgrind/main/drd/
drd_load_store.h 53 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size);
54 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size);
drd_load_store.c 130 static VG_REGPARM(2) void drd_trace_mem_load(const Addr addr, const SizeT size)
135 static VG_REGPARM(3) void drd_trace_mem_store(const Addr addr,const SizeT size,
176 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size)
194 static VG_REGPARM(1) void drd_trace_load_1(Addr addr)
206 static VG_REGPARM(1) void drd_trace_load_2(Addr addr)
218 static VG_REGPARM(1) void drd_trace_load_4(Addr addr)
230 static VG_REGPARM(1) void drd_trace_load_8(Addr addr)
242 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size)
260 static VG_REGPARM(1) void drd_trace_store_1(Addr addr)
272 static VG_REGPARM(1) void drd_trace_store_2(Addr addr
    [all...]
  /external/valgrind/main/callgrind/
global.h 668 void (*log_1I0D)(InstrInfo*) VG_REGPARM(1);
669 void (*log_2I0D)(InstrInfo*, InstrInfo*) VG_REGPARM(2);
670 void (*log_3I0D)(InstrInfo*, InstrInfo*, InstrInfo*) VG_REGPARM(3);
672 void (*log_1I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3);
673 void (*log_1I1Dw)(InstrInfo*, Addr, Word) VG_REGPARM(3);
675 void (*log_0I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3);
676 void (*log_0I1Dw)(InstrInfo*, Addr, Word) VG_REGPARM(3);
766 void CLG_(setup_bbcc)(BB* bb) VG_REGPARM(1);
sim.c     [all...]
main.c 108 VG_REGPARM(1)
135 static VG_REGPARM(2)
165 static VG_REGPARM(2)
    [all...]
bbcc.c 553 VG_REGPARM(1)
  /external/valgrind/main/lackey/
lk_main.c 352 static VG_REGPARM(1)
451 static VG_REGPARM(2) void trace_instr(Addr addr, SizeT size)
456 static VG_REGPARM(2) void trace_load(Addr addr, SizeT size)
461 static VG_REGPARM(2) void trace_store(Addr addr, SizeT size)
466 static VG_REGPARM(2) void trace_modify(Addr addr, SizeT size)
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 312 static VG_REGPARM(1)
319 static VG_REGPARM(2)
327 static VG_REGPARM(3)
337 static VG_REGPARM(1)
347 static VG_REGPARM(1)
357 static VG_REGPARM(2)
372 static VG_REGPARM(3)
392 static VG_REGPARM(3)
407 static VG_REGPARM(3)
425 static VG_REGPARM(3
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 208 static VG_REGPARM(1) void per_instruction_BBV(struct BB_info *bbInfo)
229 static VG_REGPARM(1) void per_instruction_BBV_rep(Addr addr)
246 static VG_REGPARM(1) void per_instruction_BBV_fldcw(struct BB_info *bbInfo)
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 59 VG_REGPARM(1)
61 VG_REGPARM(1)
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 701 static VG_REGPARM(2)
712 static VG_REGPARM(2)
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]

Completed in 781 milliseconds