Home | History | Annotate | Download | only in priv

Lines Matching refs:subopc

13587       UInt subopc = INSN(27,20) & BITS8(0,0,0,0,0, 1,1,1);
13588 if (subopc != BITS4(0,0,0,1) && subopc != BITS4(0,1,0,1)) {
13598 switch (subopc) {
16371 && ( INSN0(8,5) == BITS4(1,0,0,0) // add subopc
16372 || INSN0(8,5) == BITS4(1,1,0,1) // sub subopc
16373 || INSN0(8,5) == BITS4(1,1,1,0)) // rsb subopc
16449 && ( INSN0(8,5) == BITS4(1,0,1,0) // adc subopc
16450 || INSN0(8,5) == BITS4(1,0,1,1)) // sbc subopc
16517 && ( INSN0(8,5) == BITS4(0,0,0,0) // and subopc
16518 || INSN0(8,5) == BITS4(0,0,1,0) // orr subopc
16519 || INSN0(8,5) == BITS4(0,1,0,0) // eor subopc
16520 || INSN0(8,5) == BITS4(0,0,0,1) // bic subopc
16521 || INSN0(8,5) == BITS4(0,0,1,1)) // orn subopc