Searched defs:Imm6 (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ | ||
H A D | HexagonAsmParser.cpp | 1686 MCOperand &Imm6 = Inst.getOperand(4); processInstruction() local |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ | ||
H A D | ELF_riscv.cpp | 412 uint16_t Imm6 = extractBits(Value, 6, 1) << 7; in applyFixup() local |