Searched refs:Imm6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1620 MCOperand &Imm6 = Inst.getOperand(4); local
1621 Imm6.setExpr(HexagonMCExpr::create(
1622 MCBinaryExpr::createSub(Imm6.getExpr(),
1630 TmpInst.addOperand(Imm6);
1640 MCOperand &Imm6 = Inst.getOperand(4); local
1641 Imm6.setExpr(HexagonMCExpr::create(
1642 MCBinaryExpr::createSub(Imm6.getExpr(),
1650 TmpInst.addOperand(Imm6);
1660 MCOperand &Imm6 = Inst.getOperand(4); local
1661 Imm6
[all...]

Completed in 119 milliseconds