reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6708 if (ConditionPassed(opcode)) { 6720 t = Bits32(opcode, 2, 0); 6721 n = Bits32(opcode, 5, 3); 6722 imm32 = Bits32(opcode, 10, 6); 6733 t = Bits32(opcode, 15, 12); 6734 n = Bits32(opcode, 19, 16); 6735 imm32 = Bits32(opcode, 11, 0); 6748 return EmulateLDRBLiteral(opcode, eEncodingT1); 6759 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) 6759 if (BitIsClear(opcode, 10) && BitIsClear(opcode, 8)) 6763 t = Bits32(opcode, 15, 12); 6764 n = Bits32(opcode, 19, 16); 6765 imm32 = Bits32(opcode, 7, 0); 6768 index = BitIsSet(opcode, 10); 6769 add = BitIsSet(opcode, 9); 6770 wback = BitIsSet(opcode, 8); 6778 return EmulateLDRBLiteral(opcode, eEncodingT1);