Searched refs:readOpcode (Results 1 – 2 of 2) sorted by relevance
161 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function170 Expr.Inst.Opcode = readOpcode(Ctx); in readInitExpr()200 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()208 uint8_t Opcode = readOpcode(Ctx); in readInitExpr()
871 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function1747 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()