Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td880 let DecoderMethod = "DecodeUImmWithOffset<2, 1>";
887 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
894 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
906 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
/freebsd-12.1/contrib/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp403 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset() function