Home
last modified time | relevance | path

Searched refs:Imm4 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1630 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1640 TmpInst.addOperand(Imm4); in processInstruction()
1650 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1660 TmpInst.addOperand(Imm4); in processInstruction()
1670 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local
1680 TmpInst.addOperand(Imm4); in processInstruction()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DELF_riscv.cpp409 uint16_t Imm4 = extractBits(Value, 4, 1) << 11; in applyFixup() local
417 *(little16_t *)FixupPtr = (RawInstr & 0xE003) | Imm11 | Imm4 | Imm9_8 | in applyFixup()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonPatterns.td2631 // First, match the unusual case of doubleword store into Reg+Imm4, i.e.
2632 // a store where the offset Imm4 is a multiple of 4, but not of 8. This