Home
last modified time | relevance | path

Searched defs:imm12 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h310 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh; in ThumbExpandImm_C() local
355 const uint32_t imm12 = i << 11 | imm3 << 8 | imm8; in ThumbImm12() local
/llvm-project/lld/ELF/Arch/
H A DARM.cpp840 int64_t imm12 = val; relocate() local
975 uint32_t imm12 = read32(buf) & 0xfff; getImplicitAddend() local
1009 uint64_t imm12 = read16(buf + 2) & 0x0fff; getImplicitAddend() local
[all...]
H A DRISCV.cpp412 uint32_t imm12 = extractBits(val, 12, 12) << 31; relocate() local
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp620 const uint32_t imm12 = Bits32(opcode, 21, 10); in EmulateADDSUBImm() local
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1437 uint32_t imm12 = Bits32(opcode, 11, 0); in EmulateMOVRdImm() local
2478 uint32_t imm12; in EmulateSTRRtSP() local