Home | History | Annotate | Download | only in VEX

Lines Matching refs:mkIRCallee

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",