Searched refs:Lo12 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.cpp29 int64_t Lo12 = SignExtend64<12>(Val); local
34 if (Lo12 || Hi20 == 0) {
36 Res.push_back(Inst(AddiOpc, Lo12));
66 int64_t Lo12 = SignExtend64<12>(Val); local
74 if (Lo12)
75 Res.push_back(Inst(RISCV::ADDI, Lo12));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp462 unsigned Lo12 = Value & 0x0FFF; local
464 // inst{11-0} = Lo12;
465 Value = (Hi4 << 16) | (Lo12);

Completed in 62 milliseconds