reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4885 if (ConditionPassed(opcode)) { 4895 if ((BitIsSet(opcode, 21)) && (Bits32(opcode, 19, 16) == 13)) { 4895 if ((BitIsSet(opcode, 21)) && (Bits32(opcode, 19, 16) == 13)) { 4899 n = Bits32(opcode, 19, 16); 4900 registers = Bits32(opcode, 15, 0); 4902 wback = BitIsSet(opcode, 21); 4914 if (BitIsSet(opcode, 21) && (Bits32(opcode, 19, 16) == 13) && 4914 if (BitIsSet(opcode, 21) && (Bits32(opcode, 19, 16) == 13) && 4915 BitCount(Bits32(opcode, 15, 0)) >= 2) { 4919 n = Bits32(opcode, 19, 16); 4920 registers = Bits32(opcode, 15, 0); 4921 wback = BitIsSet(opcode, 21);