Searched refs:SecondShift (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 4879 unsigned SecondShift = Mips::NOP; in expandRotation() local 4908 SecondShift = Mips::SLLV; in expandRotation() 4912 SecondShift = Mips::SRLV; in expandRotation() 4922 TOut.emitRRR(SecondShift, DReg, SReg, TReg, Inst.getLoc(), STI); in expandRotation() 4941 unsigned SecondShift = Mips::NOP; in expandRotationImm() local 4972 SecondShift = Mips::SRL; in expandRotationImm() 4976 SecondShift = Mips::SLL; in expandRotationImm() 4985 TOut.emitRRI(SecondShift, DReg, SReg, 32 - ImmValue, Inst.getLoc(), STI); in expandRotationImm() 5004 unsigned SecondShift = Mips::NOP; in expandDRotation() local 5033 SecondShift = Mips::DSLLV; in expandDRotation() [all …]
|