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

  /external/valgrind/main/VEX/
test_main.c 334 case 4: helper = mkIRCallee(1, "ac_helperc_LOAD4",
336 case 2: helper = mkIRCallee(0, "ac_helperc_LOAD2",
338 case 1: helper = mkIRCallee(1, "ac_helperc_LOAD1",
340 default: helper = mkIRCallee(0, "ac_helperc_LOADN",
372 case 4: helper = mkIRCallee(1, "ac_helperc_STORE4",
374 case 2: helper = mkIRCallee(0, "ac_helperc_STORE2",
376 case 1: helper = mkIRCallee(1, "ac_helperc_STORE1",
378 default: helper = mkIRCallee(0, "ac_helperc_STOREN",
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 359 extern IRCallee* mkIRCallee ( Int regparms, const HChar* name, void* addr );
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]

Completed in 79 milliseconds