Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4936 unsigned SecondShift = Mips::NOP; in expandRotation() local
4965 SecondShift = Mips::SLLV; in expandRotation()
4969 SecondShift = Mips::SRLV; in expandRotation()
4979 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI); in expandRotation()
4998 unsigned SecondShift = Mips::NOP; in expandRotationImm() local
5029 SecondShift = Mips::SRL; in expandRotationImm()
5033 SecondShift = Mips::SLL; in expandRotationImm()
5042 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI); in expandRotationImm()
5061 unsigned SecondShift = Mips::NOP; in expandDRotation() local
5090 SecondShift = Mips::DSLLV; in expandDRotation()
[all …]