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.td898 let DecoderMethod = "DecodeUImmWithOffset<2, 1>";
905 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
912 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
924 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp352 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset() function