Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp62 uint32_t Imm10 = (Value >> 12) & 0x03ff; encodeImmBT4BlT1BlxT2_J1J2() local
76 uint32_t Imm10 = Hi & 0x03ff; decodeImmBT4BlT1BlxT2_J1J2() local
H A DELF_riscv.cpp411 uint16_t Imm10 = extractBits(Value, 10, 1) << 8; in applyFixup() local