Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td893 let DecoderMethod = "DecodeUImmWithOffset<2, 1>";
900 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
907 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
919 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp411 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset() function