Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp172 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
181 Expr.Inst.Opcode = readOpcode(Ctx); in readInitExpr()
211 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
219 uint8_t Opcode = readOpcode(Ctx); in readInitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp914 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function
1817 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()