Home | History | Annotate | Download | only in VEX

Lines Matching refs:mkIRCallee

311                   case 4: helper = mkIRCallee(1, "ac_helperc_LOAD4", 
313 case 2: helper = mkIRCallee(0, "ac_helperc_LOAD2",
315 case 1: helper = mkIRCallee(1, "ac_helperc_LOAD1",
317 default: helper = mkIRCallee(0, "ac_helperc_LOADN",
349 case 4: helper = mkIRCallee(1, "ac_helperc_STORE4",
351 case 2: helper = mkIRCallee(0, "ac_helperc_STORE2",
353 case 1: helper = mkIRCallee(1, "ac_helperc_STORE1",
355 default: helper = mkIRCallee(0, "ac_helperc_STOREN",