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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-ia64.pl178 $NSI = 3;
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
259 &I(\$c, "SKEY [JP[%u]] = SI[%u]", $i1 % $NJP, $i2%$NSI) if ($p & $pComT);
263 &I(\$c, "LKEY SI[%u] = [IPr[%u]]", $i0 % $NSI, $i0%$NIP)if ($p & $pComI);
278 &I(\$c, "add J = J, SI[%u]", $i0 % $NSI) if ($p & $pComI);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
307 &I(\$bypass, "add J = J, SI[%u]", $i1 % $NSI);
308 &I(\$bypass, "mov SI[%u] = SI[%u]", $i0 % $NSI, $i1 % $NSI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl178 $NSI = 3;
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
259 &I(\$c, "SKEY [JP[%u]] = SI[%u]", $i1 % $NJP, $i2%$NSI) if ($p & $pComT);
263 &I(\$c, "LKEY SI[%u] = [IPr[%u]]", $i0 % $NSI, $i0%$NIP)if ($p & $pComI);
278 &I(\$c, "add J = J, SI[%u]", $i0 % $NSI) if ($p & $pComI);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
307 &I(\$bypass, "add J = J, SI[%u]", $i1 % $NSI);
308 &I(\$bypass, "mov SI[%u] = SI[%u]", $i0 % $NSI, $i1 % $NSI);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c368 /* The NSI field in a D form instruction. This is the same as the macro
370 #define NSI NB + 1
375 #define RA NSI + 1
1270 /* The NSI field in a D form instruction. This is the same as the SI
2537 { "subic", OP(12), OP_MASK, PPCCOM, { RT, RA, NSI } },
2541 { "subic.", OP(13), OP_MASK, PPCCOM, { RT, RA, NSI } },
2547 { "subi", OP(14), OP_MASK, PPCCOM, { RT, RA0, NSI } },
2554 { "subis", OP(15), OP_MASK, PPCCOM, { RT, RA0, NSI } },

Completed in 81 milliseconds