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.cpp1629 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1630 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1631 MCBinaryExpr::createSub(Imm6.getExpr(), in processInstruction()
1639 TmpInst.addOperand(Imm6); in processInstruction()
1649 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1650 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1651 MCBinaryExpr::createSub(Imm6.getExpr(), in processInstruction()
1659 TmpInst.addOperand(Imm6); in processInstruction()
1669 MCOperand &Imm6 = Inst.getOperand(4); in processInstruction() local
1670 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp410 uint16_t Imm6 = extractBits(Value, 6, 1) << 7; in applyFixup() local
416 Imm10 | Imm6 | Imm7 | Imm3_1 | Imm5; in applyFixup()