Home
last modified time | relevance | path

Searched defs:opcode (Results 26 – 50 of 85) sorted by relevance

1234

/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c20 target_ulong opcode, target_ulong *args) in h_enter()
131 target_ulong opcode, target_ulong *args) in h_remove()
179 target_ulong opcode, target_ulong *args) in h_bulk_remove()
231 target_ulong opcode, target_ulong *args) in h_protect()
270 target_ulong opcode, target_ulong *args) in h_read()
H A Dspapr_iommu.c478 target_ulong opcode, target_ulong *args) in h_put_tce_indirect()
523 target_ulong opcode, target_ulong *args) in h_stuff_tce()
562 target_ulong opcode, target_ulong *args) in h_put_tce()
603 target_ulong opcode, target_ulong *args) in h_get_tce()
H A Dspapr_vof.c18 target_ulong opcode, target_ulong *_args) in spapr_h_vof_client()
H A Dspapr_tpm_proxy.c104 target_ulong opcode, in h_tpm_comm()
H A Dspapr_rng.c67 target_ulong opcode, target_ulong *args) in h_random()
/qemu/target/avr/
H A Ddisas.c103 #define INSN(opcode, format, ...) \ argument
110 #define INSN_MNEMONIC(opcode, mnemonic, format, ...) \ argument
/qemu/linux-user/arm/nwfpe/
H A Ddouble_cpdo.c38 unsigned int DoubleCPDO(const unsigned int opcode) in DoubleCPDO()
/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c48 uint8_t opcode; in ioport_fuzz_qtest() member
101 uint8_t opcode; in pciconfig_fuzz_qos() member
/qemu/hw/net/
H A Dspapr_llan.c438 target_ulong opcode, in h_register_logical_lan()
504 target_ulong opcode, target_ulong *args) in h_free_logical_lan()
632 target_ulong opcode, in h_add_logical_lan_buffer()
682 target_ulong opcode, target_ulong *args) in h_send_logical_lan()
750 target_ulong opcode, target_ulong *args) in h_multicast_ctrl()
764 target_ulong opcode, in h_change_logical_lan_mac()
/qemu/target/hexagon/
H A Diclass.c32 SlotMask find_iclass_slots(Opcode opcode, int itype) in find_iclass_slots()
H A Dtranslate.c239 uint16_t opcode = pkt->insn[i].opcode; in need_slot_cancelled() local
254 uint16_t opcode = pkt->insn[i].opcode; in need_next_PC() local
273 uint16_t opcode = ctx->insn->opcode; in mark_implicit_reg_write() local
530 uint16_t opcode = ctx->insn->opcode; in mark_store_width() local
729 int opcode = pkt->insn[i].opcode; in pkt_has_hvx_store() local
H A Dprintinsn.c119 int slot, opcode; in snprint_a_pkt_debug() local
/qemu/target/mips/tcg/
H A Dmxu_translate.c4406 uint32_t opcode = extract32(ctx->opcode, 18, 3); in decode_opc_mxu__pool00() local
4436 uint32_t opcode = extract32(ctx->opcode, 0, 6); in decode_opc_mxu_s32madd_sub() local
4465 uint32_t opcode = extract32(ctx->opcode, 18, 3); in decode_opc_mxu__pool01() local
4498 uint32_t opcode = extract32(ctx->opcode, 18, 3); in decode_opc_mxu__pool02() local
4522 uint32_t opcode = extract32(ctx->opcode, 24, 2); in decode_opc_mxu__pool03() local
4541 uint32_t opcode = extract32(ctx->opcode, 10, 4); in decode_opc_mxu__pool04() local
4554 uint32_t opcode = extract32(ctx->opcode, 10, 4); in decode_opc_mxu__pool05() local
4566 uint32_t opcode = extract32(ctx->opcode, 10, 4); in decode_opc_mxu__pool06() local
4586 uint32_t opcode = extract32(ctx->opcode, 10, 4); in decode_opc_mxu__pool07() local
4607 uint32_t opcode = extract32(ctx->opcode, 10, 4); in decode_opc_mxu__pool08() local
[all …]
/qemu/linux-user/loongarch64/
H A Dcpu_loop.c79 unsigned int opcode; in cpu_loop() local
/qemu/linux-headers/linux/
H A Dnvme_ioctl.h13 __u8 opcode; member
28 __u8 opcode; member
49 __u8 opcode; member
75 __u8 opcode; member
/qemu/hw/char/
H A Dspapr_vty.c105 target_ulong opcode, target_ulong *args) in h_put_term_char()
132 target_ulong opcode, target_ulong *args) in h_get_term_char()
/qemu/include/io/
H A Dchannel-websock.h67 uint8_t opcode; member
/qemu/contrib/plugins/
H A Dhowvec.c51 uint32_t opcode; member
255 uint32_t opcode = 0; in find_counter() local
/qemu/target/i386/emulate/
H A Dx86_decode.c419 uint8_t opcode; member
435 uint8_t opcode; member
2021 uint8_t opcode, in decode_opcode_general()
2050 uint8_t opcode) in decode_opcode_1()
2058 uint8_t opcode) in decode_opcode_2()
2066 uint8_t opcode; in decode_opcodes() local
/qemu/include/gdbstub/
H A Dcommands.h15 uint8_t opcode; member
/qemu/hw/i386/
H A Dvapic.c83 uint8_t opcode; member
195 static bool opcode_matches(uint8_t *opcode, const TPRInstruction *instr) in opcode_matches()
209 uint8_t opcode[2]; in evaluate_tpr_instruction() local
411 uint8_t opcode[2]; in do_patch_instruction() local
/qemu/hw/virtio/
H A Dvirtio-crypto.c114 uint32_t opcode, in virtio_crypto_create_sym_session()
199 uint32_t queue_id, uint32_t opcode, in virtio_crypto_create_asym_session()
347 uint32_t opcode; in virtio_crypto_handle_ctrl() local
833 uint32_t opcode; in virtio_crypto_handle_request() local
/qemu/target/ppc/
H A Dfpu_helper.c1609 void helper_xsaddqp(CPUPPCState *env, uint32_t opcode, in helper_xsaddqp()
1682 void helper_xsmulqp(CPUPPCState *env, uint32_t opcode, in helper_xsmulqp()
1756 void helper_xsdivqp(CPUPPCState *env, uint32_t opcode, in helper_xsdivqp()
2169 void helper_xscmpexpdp(CPUPPCState *env, uint32_t opcode, in helper_xscmpexpdp()
2198 void helper_xscmpexpqp(CPUPPCState *env, uint32_t opcode, in helper_xscmpexpqp()
2280 void helper_xscmpodp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpodp()
2286 void helper_xscmpudp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpudp()
2345 void helper_xscmpoqp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpoqp()
2351 void helper_xscmpuqp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpuqp()
3193 void helper_xsrqpi(CPUPPCState *env, uint32_t opcode, in helper_xsrqpi()
[all …]
/qemu/target/loongarch/
H A Dtranslate.h44 uint32_t opcode; member
/qemu/hw/mips/
H A Dbootloader.c83 static void bl_gen_r_type(void **ptr, uint8_t opcode, in bl_gen_r_type()
103 static void bl_gen_i_type(void **ptr, uint8_t opcode, in bl_gen_i_type()

1234