Searched refs:SecondShift (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4866 unsigned SecondShift = Mips::NOP; local
4895 SecondShift = Mips::SLLV;
4899 SecondShift = Mips::SRLV;
4909 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI);
4928 unsigned SecondShift = Mips::NOP; local
4959 SecondShift = Mips::SRL;
4963 SecondShift = Mips::SLL;
4972 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI);
4991 unsigned SecondShift = Mips::NOP; local
5020 SecondShift
5053 unsigned SecondShift = Mips::NOP; local
[all...]

Completed in 101 milliseconds