Home | History | Annotate | Download | only in qemu

Lines Matching full:instruction

4    The opcode library (libopcodes.a) provides instruction decoders for
5 a large variety of instruction sets, callable with an identical
6 interface, for making instruction-processing programs more independent
7 of the instruction set being processed. */
99 /* Nonzero if MACH has the v9 instruction set. */
237 dis_noninsn, /* Not a valid instruction */
238 dis_nonbranch, /* Not a branch instruction */
243 dis_dref, /* Data reference instruction */
244 dis_dref2 /* Two data references in instruction */
247 /* This struct is passed into the instruction decoding routine,
250 for passing information into the instruction decoders (such as the
252 back from the instruction decoders to their callers.
325 /* This variable may be set by the instruction decoder. It suggests
327 the instruction decoder sets this, it should always set it to
339 /* Results from instruction decoders. Not all decoders yet support
340 this information. This info is set each time an instruction is
341 decoded, and is only valid for the last such instruction.
344 insn_info_valid to 0, decode an instruction, then check it. */
350 enum dis_insn_type insn_type; /* Type of instruction */
362 /* Standard disassemblers. Disassemble one instruction at the given
413 into a buffer before calling the instruction decoder. */