Searched refs:Imm4 (Results 1 – 5 of 5) sorted by relevance
1621 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1631 TmpInst.addOperand(Imm4); in processInstruction()1641 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1651 TmpInst.addOperand(Imm4); in processInstruction()1661 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1671 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()
1863 unsigned Imm4 = Imm & 0xf; in emitNEON1RegModImmInstruction() local1864 Binary |= (I << 24) | (Imm3 << 16) | (Cmode << 8) | (Op << 5) | Imm4; in emitNEON1RegModImmInstruction()
3438 IValueT Imm4 = 0; in vdup() local3444 Imm4 = 1 | ((Idx & 0x7) << 1); in vdup()3449 Imm4 = 2 | ((Idx & 0x3) << 2); in vdup()3455 Imm4 = 4 | ((Idx & 0x1) << 3); in vdup()3462 emitSIMDBase(VdupOpcode, Dd, Imm4, Dn + (Lower ? 0 : 1), UseQRegs, IsFloatTy); in vdup()
2271 // First, match the unusual case of doubleword store into Reg+Imm4, i.e.2272 // a store where the offset Imm4 is a multiple of 4, but not of 8. This