Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td897 let DecoderMethod = "DecodeUImmWithOffset<2, 1>";
904 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
911 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
923 let DecoderMethod = "DecodeUImmWithOffset<5, 1>";
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp352 static DecodeStatus DecodeUImmWithOffset(MCInst &Inst, unsigned Value, in DecodeUImmWithOffset() function