Searched defs:counterReg (Results 1 – 14 of 14) sorted by relevance
63 static const X64Reg counterReg = R8; variable70 static const X64Reg counterReg = RDX; variable78 static const X64Reg counterReg = ECX; variable
42 static const ARM64Reg counterReg = W2; variable
85 static const ARMReg counterReg = R2; variable
83 Register counterReg = scratch.getRegister(); in emitIncrement() local