Searched refs:index2 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dcrypto.cc246 int index2 = (j * 4) + ((i + 2) % 4); local
250 aesFFMul(0x0d, input[index2]) ^ aesFFMul(0x09, input[index3]);

Completed in 5 milliseconds