Searched refs:ARM64_N_ARGREGS (Results 1 – 2 of 2) sorted by relevance
483 HReg argregs[ARM64_N_ARGREGS]; in doHelperCall()484 HReg tmpregs[ARM64_N_ARGREGS]; in doHelperCall()489 vassert(ARM64_N_ARGREGS == 8); in doHelperCall()646 if (nextArgReg >= ARM64_N_ARGREGS) in doHelperCall()685 if (nextArgReg >= ARM64_N_ARGREGS) in doHelperCall()732 vassert(nextArgReg <= ARM64_N_ARGREGS); in doHelperCall()
80 #define ARM64_N_ARGREGS 8 /* x0 .. x7 */ macro