Lines Matching refs:Imm6
1846 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1847 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() local
1866 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() local
1885 Imm6.setExpr(HexagonMCExpr::create(MCBinaryExpr::createSub( in processInstruction()
1886 Imm6.getExpr(), MCConstantExpr::create(3, Context), Context), Context)); in processInstruction()
1892 TmpInst.addOperand(Imm6); in processInstruction()