Searched defs:imm10H (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1479 uint32_t imm10H = Bits32(opcode, 25, 16); local
1485 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10H << 12) | (imm10L << 2);

Completed in 54 milliseconds