Home | History | Annotate | Download | only in qemu

Lines Matching refs:extract

169 /* A macro to extract the major opcode from an instruction.  */
204 extract this operand type from an instruction, check this field.
219 long (*extract) (unsigned long instruction, int dialect, int *invalid);
246 the extract function, ignore the return value, and check the value
422 The fields are bitm, shift, insert, extract, flags.
902 /* The functions used to insert and extract complicated operands. */
1060 valid_bo (long value, int dialect, int extract)
1092 || !extract)
5197 /* Extract the operand value from the PowerPC or POWER instruction. */
5205 /* Extract the value from the instruction. */
5206 if (operand->extract)
5207 value = (*operand->extract) (insn, dialect, &invalid);
5311 if (operand->extract)
5312 (*operand->extract) (insn, dialect, &invalid);
5323 /* Now extract and print the operands. */
5334 already made sure that the extract function considered