Lines Matching refs:b10
379 return B14 | B10 | (static_cast<int32_t>(rm) << 3) |
1469 thumb_opcode = 2U /* 0b10 */;
1673 dp_opcode = 2U /* 0b10 */;
1687 dp_opcode = 2U /* 0b10 */;
1733 dp_opcode = 2U /* 0b10 */;
1805 case ASR: opcode = 2U /* 0b10 */; break;
1826 case ASR: opcode = 2U /* 0b10 */; break;
1855 case ASR: opcode = 2U /* 0b10 */; break;
2466 encoding |= B10;
2489 int16_t encoding = B15 | B13 | B12 | (load ? B11 : 0) | B10 |
2514 op = 2U /* 0b10 */;
2678 Emit32Miscellaneous(0b01, 0b10, encoding);
2825 B11 | B10 | B9 | B8;
3124 B11 | B10 | B9 | B8 |
3133 B11 | B10 | B9 |
3192 B11 | B10 | B9 | B8 |
3232 int16_t encoding = B14 | B10 | B9 | B8 | B7 | static_cast<int16_t>(rm) << 3;
3240 int16_t encoding = B14 | B10 | B9 | B8 | static_cast<int16_t>(rm) << 3;