Home | History | Annotate | Download | only in disassembler

Lines Matching refs:op4

507         uint32_t op4 = (instr >> 20) & 3;
518 if ((op4 & 1) == 1) {
534 switch (op4) {
536 if (op3 == 0) { // op3 is 00, op4 is 00
543 } else { // op3 is 01, op4 is 00
572 if (op3 == 0) { // op3 is 00, op4 is 01
578 } else { // op3 is 01, op4 is 01
607 case 2: // op3 is 0x, op4 is 10
608 case 3: // op3 is 0x, op4 is 11
609 if (op4 == 2) {
764 // |111| |11| op3 | Rn | |copr| |op4| |
767 uint32_t op4 = (instr >> 4) & 0x1;
835 } else if ((op3 >> 4) == 2 && op4 == 0) { // 10xxxx, op = 0
969 } else if ((op3 >> 4) == 2 && op4 == 1) { // 10xxxx, op = 1
1155 // |111|10| op2 | |1|op3|op4 | |
1158 // uint32_t op4 = (instr >> 8) & 0xF;
1275 // |111|11|000|op3|0| | | op4 | |
1277 op4 = (instr >> 6) & 0x3F;
1392 // |111|11|00|op3|01|1| Rn | Rt | op4 | |
1462 // |111|11|00|op3|10|1| Rn | Rt | op4 | |
1465 uint32_t op4 = (instr >> 6) & 0x3F;
1482 } else if (op4 == 0) {