Home
last modified time | relevance | path

Searched defs:Imm11 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp219 uint32_t Imm11 = extractBits(Value, 11, 1) << 7; in applyFixup() local
233 uint32_t Imm11 = extractBits(Value, 11, 1) << 20; in applyFixup() local
408 uint16_t Imm11 = extractBits(Value, 11, 1) << 12; in applyFixup() local
H A Daarch32.cpp70 uint32_t Imm11 = (Value >> 1) & 0x07ff; encodeImmBT4BlT1BlxT2_J1J2() local
84 uint32_t Imm11 = Lo & 0x07ff; decodeImmBT4BlT1BlxT2_J1J2() local