reglist
u_int addr, eaddr, reglist, tmp;
reglist = parseword1(va, 0x60);
tmp = parseword1(va, (reglist & ~3) + i * 0x10);
int reglist;
reglist = (insn->is_word1 & 0x1c00) >> 10;
if (reglist == 0)
reglist = 1;
if (reglist == 7) {
} else if (reglist == 3 || reglist == 5 || reglist == 6) {
if (reglist != 1) {
if ((reglist & 4)) {
if ((reglist & 2)) {
if ((reglist & 1)) {
if ((reglist & 4)) {
if ((reglist & 2)) {
if ((reglist & 1)) {
int reglist, regmask, regnum;
reglist = frame->f_regs[(word1 & 0x70) >> 4];
reglist = word1;
reglist &= 0xFF;
if (regmask & reglist) {
static const struct reglist reglist_tab[] = {
static const struct reglist plllist_tab[] = {
const struct reglist *r;
LIST_HEAD(_reglist, secreg) reglist[SADB_SATYPE_MAX + 1];
if (mhp->msg->sadb_msg_satype >= __arraycount(key_misc.reglist))
LIST_FOREACH(reg, &key_misc.reglist[mhp->msg->sadb_msg_satype], chain) {
LIST_INSERT_HEAD(&key_misc.reglist[mhp->msg->sadb_msg_satype], newreg, chain);
LIST_FOREACH(reg, &key_misc.reglist[i], chain) {
LIST_INIT(&key_misc.reglist[i]);