Home | History | Annotate | Download | only in priv

Lines Matching full:opc

10884       UInt opc = (INSN(22,21) << 2) | INSN(6,5);
10889 if ((opc & BITS4(1,0,0,0)) == BITS4(1,0,0,0)) {
10890 index = opc & 7;
10900 else if ((opc & BITS4(1,0,0,1)) == BITS4(0,0,0,1)) {
10901 index = (opc >> 1) & 3;
10911 else if ((opc & BITS4(1,0,1,1)) == BITS4(0,0,0,0)) {
10912 index = (opc >> 2) & 1;
10932 UInt opc = (INSN(22,21) << 2) | INSN(6,5);
10937 if ((opc & BITS4(1,0,0,0)) == BITS4(1,0,0,0)) {
10938 index = opc & 7;
10951 else if ((opc & BITS4(1,0,0,1)) == BITS4(0,0,0,1)) {
10952 index = (opc >> 1) & 3;
10965 else if ((opc & BITS4(1,0,1,1)) == BITS4(0,0,0,0) && U == 0) {
10966 index = (opc >> 2) & 1;
11109 UInt opc = (bP << 3) | (bQ << 2) | (bR << 1) | bS;
11111 switch (opc) {
11574 UInt opc = (bP << 3) | (bQ << 2) | (bR << 1) | bS;
11576 switch (opc) {