Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3120 int64_t RealLength = (Value & 3) == 3 ? 4 : 2; in parseDirectiveInsn() local
3121 if (!isUIntN(RealLength * 8, Value)) in parseDirectiveInsn()
3123 if (RealLength == 2 && !AllowC) in parseDirectiveInsn()
3125 if (Length != 0 && Length != RealLength) in parseDirectiveInsn()
3133 emitToStreamer(getStreamer(), MCInstBuilder(RealLength == 2 ? RISCV::Insn16 in parseDirectiveInsn()