Home | History | Annotate | Download | only in priv

Lines Matching refs:subopc

14172       UInt subopc = INSN(27,20) & BITS8(0,0,0,0,0, 1,1,1);
14173 if (subopc != BITS4(0,0,0,1) && subopc != BITS4(0,1,0,1)) {
14183 switch (subopc) {
16983 && ( INSN0(8,5) == BITS4(1,0,0,0) // add subopc
16984 || INSN0(8,5) == BITS4(1,1,0,1) // sub subopc
16985 || INSN0(8,5) == BITS4(1,1,1,0)) // rsb subopc
17061 && ( INSN0(8,5) == BITS4(1,0,1,0) // adc subopc
17062 || INSN0(8,5) == BITS4(1,0,1,1)) // sbc subopc
17129 && ( INSN0(8,5) == BITS4(0,0,0,0) // and subopc
17130 || INSN0(8,5) == BITS4(0,0,1,0) // orr subopc
17131 || INSN0(8,5) == BITS4(0,1,0,0) // eor subopc
17132 || INSN0(8,5) == BITS4(0,0,0,1) // bic subopc
17133 || INSN0(8,5) == BITS4(0,0,1,1)) // orn subopc