Searched refs:Imm4 (Results 1 – 2 of 2) sorted by relevance
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()