Searched refs:imm10 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2228 // imm32 = SignExtend(S:I1:I2:imm10:imm11:'0', 32);
2234 unsigned imm10 = fieldFromInstruction(Insn, 16, 10); local
2236 unsigned tmp = (S << 23) | (I1 << 22) | (I2 << 21) | (imm10 << 11) | imm11;
4038 // Val is passed in as S:J1:J2:imm10:imm11
4044 // imm32 = SignExtend(S:I1:I2:imm10:imm11:'0', 32);
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1461 uint32_t imm10 = Bits32(opcode, 25, 16); local
1467 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
2296 uint32_t imm10 = Bits32(opcode, 25, 16); local
2302 uint32_t imm25 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);

Completed in 365 milliseconds