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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3350 static uint32_t covertDoubleImmToSingleImm(uint64_t ImmOp64) { function
3368 uint32_t ImmOp32 = covertDoubleImmToSingleImm(convertIntToDoubleImm(ImmOp64));
3387 uint32_t ImmOp32 = covertDoubleImmToSingleImm(ImmOp64);

Completed in 177 milliseconds