Home
last modified time | relevance | path

Searched refs:Imm7 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp413 uint16_t Imm7 = extractBits(Value, 7, 1) << 6; in applyFixup() local
418 Imm10 | Imm6 | Imm7 | Imm3_1 | Imm5; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1156 unsigned Reg, Imm7; in getT2AddrModeImm7s4OpValue() local
1158 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue()
1166 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue()