Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1695 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1696 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() local
1716 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() local
1736 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp412 uint16_t Imm6 = extractBits(Value, 6, 1) << 7; in applyFixup() local
418 Imm10 | Imm6 | Imm7 | Imm3_1 | Imm5; in applyFixup()