Home
last modified time | relevance | path

Searched defs:opcode_end (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Ds390-dis.c43 const struct s390_opcode *opcode_end; local
120 const struct s390_opcode *opcode_end; local
H A Di370-dis.c38 const struct i370_opcode *opcode_end; in print_insn_i370() local
H A Dalpha-dis.c63 const struct alpha_opcode *opcode, *opcode_end; local
H A Dppc-dis.c136 const struct powerpc_opcode *opcode_end; in print_insn_powerpc() local
H A Dtic80-dis.c290 const struct tic80_opcode *opcode_end; local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-dis.c38 const struct s390_opcode *opcode_end; in init_disasm() local
111 const struct s390_opcode *opcode_end; in print_insn_s390() local
H A Di370-dis.c38 const struct i370_opcode *opcode_end; in print_insn_i370() local
H A Dalpha-dis.c64 const struct alpha_opcode *opcode, *opcode_end; local
H A Dppc-dis.c130 const struct powerpc_opcode *opcode_end; in print_insn_powerpc() local
H A Dtic80-dis.c263 const struct tic80_opcode *opcode_end; in print_instruction() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp848 bool Decoder::opcode_end(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_end() function in llvm::ARM::WinEH::Decoder