Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td908 let DecoderMethod = "DecodeUImmWithOffset<2, 1>";
915 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
922 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
934 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp351 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset() function