Home
last modified time | relevance | path

Searched defs:imm6 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp333 uint16_t imm6 = extractBits(val, 6, 6) << 7; in relocate() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6920 unsigned imm6 = fieldFromInstruction(Insn, 16, 6); in DecodeMVEVCVTt1fp() local
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2839 uint32_t imm6 = Bits32(opcode, 21, 16); in EmulateB() local