Lines Matching defs:reglist
338 int reglist;
345 reglist = (insn->is_word1 & 0x1c00) >> 10;
364 * If reglist is 0b000, treat it as FPIAR. This is not specification
367 if (reglist == 0)
368 reglist = 1;
370 if (reglist == 7) {
372 } else if (reglist == 3 || reglist == 5 || reglist == 6) {
392 if (reglist != 1) {
401 if ((reglist & 4)) {
404 if ((reglist & 2)) {
407 if ((reglist & 1)) {
419 if ((reglist & 4)) {
423 if ((reglist & 2)) {
427 if ((reglist & 1)) {
450 int reglist, regmask, regnum;
472 reglist = frame->f_regs[(word1 & 0x70) >> 4];
474 reglist = word1;
476 reglist &= 0xFF;
510 if (regmask & reglist) {