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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2772 uint16_t Bits31To16 = (ImmValue >> 16) & 0xffff; local
2787 TOut.emitRRI(Mips::ORi, TmpReg, ZeroReg, Bits31To16, IDLoc, STI);
2796 TOut.emitRI(Mips::LUi, TmpReg, Bits31To16, IDLoc, STI);

Completed in 108 milliseconds