Searched refs:RealLength (Results 1 – 1 of 1) sorted by relevance
3120 int64_t RealLength = (Value & 3) == 3 ? 4 : 2; in parseDirectiveInsn() local3121 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()