Searched refs:Imm4 (Results 1 – 4 of 4) sorted by relevance
1619 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1629 TmpInst.addOperand(Imm4); in processInstruction()1639 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1649 TmpInst.addOperand(Imm4); in processInstruction()1659 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1669 TmpInst.addOperand(Imm4); in processInstruction()
1845 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1853 TmpInst.addOperand(Imm4); in processInstruction()1864 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1872 TmpInst.addOperand(Imm4); in processInstruction()1883 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1891 TmpInst.addOperand(Imm4); in processInstruction()
3439 IValueT Imm4 = 0; in vdup() local3445 Imm4 = 1 | ((Idx & 0x7) << 1); in vdup()3450 Imm4 = 2 | ((Idx & 0x3) << 2); in vdup()3456 Imm4 = 4 | ((Idx & 0x1) << 3); in vdup()3463 emitSIMDBase(VdupOpcode, Dd, Imm4, Dn + (Lower ? 0 : 1), UseQRegs, IsFloatTy); in vdup()
2439 // First, match the unusual case of doubleword store into Reg+Imm4, i.e.2440 // a store where the offset Imm4 is a multiple of 4, but not of 8. This