Searched defs:opcode (Results 101 – 114 of 114) sorted by relevance
12345
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 5721 register_opcode (disas_proc proc, uint16_t opcode, uint16_t mask) in register_opcode() 5773 #define BASE(name, opcode, mask) \ in register_m68k_insns() argument 5775 #define INSN(name, opcode, mask, feature) do { \ in register_m68k_insns() argument
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 614 static int omap_hsmmc_execute_tuning(struct udevice *dev, uint opcode) in omap_hsmmc_execute_tuning()
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 393 xtensa_opcode opcode; in xtensa_isa_num_pipe_stages() local
|
H A D | cpu.h | 422 const XtensaOpcodeOps *opcode; member
|
/openbmc/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 1157 int opcode; in lsi_execute_script() local
|
H A D | megasas.c | 1513 int opcode; member
|
H A D | mfi.h | 520 uint32_t opcode; member
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 1236 Aml *create_field_common(int opcode, Aml *srcbuf, Aml *index, const char *name) in create_field_common()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 1026 uint32_t opcode; member
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | mipsregs.h | 844 u16 opcode = (insn >> 10) & 0x7; in mm_insn_16bit() local
|
/openbmc/qemu/include/block/ |
H A D | ufs.h | 512 uint8_t opcode; member
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 689 uint16_t opcode; in cmd_infostat_bg_op_sts() member
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 76 uint32_t opcode; member
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 172 uint32_t opcode; member
|
12345