Searched refs:readOpcode (Results 1 – 2 of 2) sorted by relevance
171 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function201 Expr.Inst.Opcode = readOpcode(Ctx); in readInitExpr()227 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()235 uint8_t Opcode = readOpcode(Ctx); in readInitExpr()
929 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function1887 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()