Searched defs:imm11 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 365 uint16_t imm11 = extractBits(val, 11, 11) << 12; in relocate() local 399 uint32_t imm11 = extractBits(val, 11, 11) << 20; in relocate() local 415 uint32_t imm11 = extractBits(val, 11, 11) << 7; in relocate() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 2036 uint32_t imm11 = Bits32(opcode, 10, 0); in EmulateBLXImmediate() local 2842 uint32_t imm11 = Bits32(opcode, 10, 0); in EmulateB() local 2855 uint32_t imm11 = Bits32(opcode, 10, 0); in EmulateB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2902 unsigned imm11 = fieldFromInstruction(Insn, 0, 11); in DecodeT2BInstruction() local
|