Lines Matching refs:rcon
134 .Lk_rcon: // rcon
661 my ($invlo,$invhi,$iptlo,$ipthi,$rcon) = map("v$_.16b",(18..21,8));
793 // high side's, except no rcon and no rotation.
904 // Adds rcon from low byte of %xmm8, then rotates %xmm8 for
905 // next rcon.
916 // extract rcon from xmm8
918 ext v1.16b, $rcon, v4.16b, #15 // vpalignr \$15, %xmm8, %xmm4, %xmm1
919 ext $rcon, $rcon, $rcon, #15 // vpalignr \$15, %xmm8, %xmm8, %xmm8
928 // low round: same as high round, but no rotation and no rcon.