reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1381 if (ConditionPassed(opcode)) { 1391 Rd = Bits32(opcode, 10, 8); 1393 imm32 = Bits32(opcode, 7, 0); // imm32 = ZeroExtend(imm8, 32) 1399 Rd = Bits32(opcode, 11, 8); 1400 setflags = BitIsSet(opcode, 20); 1401 imm32 = ThumbExpandImm_C(opcode, APSR_C, carry); 1410 Rd = Bits32(opcode, 11, 8); 1412 uint32_t imm4 = Bits32(opcode, 19, 16); 1413 uint32_t imm3 = Bits32(opcode, 14, 12); 1414 uint32_t i = Bit32(opcode, 26); 1415 uint32_t imm8 = Bits32(opcode, 7, 0); 1426 Rd = Bits32(opcode, 15, 12); 1427 setflags = BitIsSet(opcode, 20); 1428 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); 1433 return EmulateSUBSPcLrEtc(opcode, encoding); 1439 Rd = Bits32(opcode, 15, 12); 1441 uint32_t imm4 = Bits32(opcode, 19, 16); 1442 uint32_t imm12 = Bits32(opcode, 11, 0);