Searched refs:Imm6 (Results 1 – 2 of 2) sorted by relevance
1695 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1696 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()1697 MCBinaryExpr::createSub(Imm6.getExpr(), in processInstruction()1705 TmpInst.addOperand(Imm6); in processInstruction()1715 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1716 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()1717 MCBinaryExpr::createSub(Imm6.getExpr(), in processInstruction()1725 TmpInst.addOperand(Imm6); in processInstruction()1735 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local1736 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()[all …]
412 uint16_t Imm6 = extractBits(Value, 6, 1) << 7; in applyFixup() local418 Imm10 | Imm6 | Imm7 | Imm3_1 | Imm5; in applyFixup()