Searched refs:Imm6 (Results 1 – 1 of 1) sorted by relevance
1846 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1847 Imm6.setExpr(HexagonMCExpr::create(MCBinaryExpr::createSub( in processInstruction()1848 Imm6.getExpr(), MCConstantExpr::create(1, Context), Context), Context)); in processInstruction()1854 TmpInst.addOperand(Imm6); in processInstruction()1865 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1866 Imm6.setExpr(HexagonMCExpr::create(MCBinaryExpr::createSub( in processInstruction()1867 Imm6.getExpr(), MCConstantExpr::create(2, Context), Context), Context)); in processInstruction()1873 TmpInst.addOperand(Imm6); in processInstruction()1884 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1885 Imm6.setExpr(HexagonMCExpr::create(MCBinaryExpr::createSub( in processInstruction()[all …]