Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3420 static uint32_t covertDoubleImmToSingleImm(uint64_t ImmOp64) { in covertDoubleImmToSingleImm() function
3438 uint32_t ImmOp32 = covertDoubleImmToSingleImm(convertIntToDoubleImm(ImmOp64)); in expandLoadSingleImmToGPR()
3457 uint32_t ImmOp32 = covertDoubleImmToSingleImm(ImmOp64); in expandLoadSingleImmToFPR()