Home | History | Annotate | Download | only in qemu

Lines Matching full:disassembler

56   /* The opcode mask.  This is used by the disassembler.  This is a
74 in the order in which the disassembler should consider
203 /* Extraction function. This is used by the disassembler. To
245 insert function with any op value. The disassembler should call
266 /* This operand names a register. The disassembler uses this to print
273 /* This operand names a floating point register. The disassembler
277 /* This operand is a relative branch displacement. The disassembler
281 /* This operand is an absolute branch address. The disassembler
289 whether this operand is present or not. The disassembler should
297 either 4 or 5 operands. The disassembler should print this operand
308 /* This operand names a vector unit register. The disassembler
371 permits the disassembler to use them, and simplifies the assembler
2004 MASK is the opcode mask; this is used to tell the disassembler
2009 The disassembler reads the table in order and prints the first
5086 /* This file provides several disassembler functions, all of which use
5087 the disassembler interface defined in dis-asm.h. Several functions