Home
last modified time | relevance | path

Searched defs:imm5 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h24 static inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, in DecodeImmShift()
68 const uint32_t imm5) { in DecodeImmShift()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp318 uint16_t imm5 = extractBits(val, 5, 5) << 2; in relocate() local
336 uint16_t imm5 = extractBits(val, 5, 5) << 2; in relocate() local
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1490 uint32_t imm5 = insn.getOperand(2).getImm(); in Emulate_SWSP() local
1634 uint32_t imm5 = insn.getOperand(2).getImm(); in Emulate_LWSP() local
1740 int32_t imm5 = insn.getOperand(0).getImm(); in Emulate_JRADDIUSP() local
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp3756 uint32_t imm5; // encoding for the shift amount in EmulateShiftImm() local
5384 uint32_t imm5 = Bits32(opcode, 11, 7); in EmulateSTRRegister() local
6576 uint32_t imm5 = Bits32(opcode, 11, 7); in EmulateLDRRegister() local
7000 uint32_t imm5 = Bits32(opcode, 11, 7); in EmulateLDRBRegister() local