Home
last modified time | relevance | path

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

1234

/qemu/target/avr/
H A Ddisas.c96 #define INSN(opcode, format, ...) \ argument
103 #define INSN_MNEMONIC(opcode, mnemonic, format, ...) \ argument
/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c33 target_ulong opcode, target_ulong *args) in h_enter()
144 target_ulong opcode, target_ulong *args) in h_remove()
192 target_ulong opcode, target_ulong *args) in h_bulk_remove()
244 target_ulong opcode, target_ulong *args) in h_protect()
283 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/hexagon/
H A Diclass.c32 SlotMask find_iclass_slots(Opcode opcode, int itype) in find_iclass_slots()
H A Dprintinsn.c119 int slot, opcode; in snprint_a_pkt_debug() local
H A Dtranslate.c263 uint16_t opcode = pkt->insn[i].opcode; in need_slot_cancelled() local
278 uint16_t opcode = pkt->insn[i].opcode; in need_next_PC() local
297 uint16_t opcode = ctx->insn->opcode; in mark_implicit_reg_write() local
563 uint16_t opcode = ctx->insn->opcode; in mark_store_width() local
775 int opcode = pkt->insn[i].opcode; in pkt_has_hvx_store() local
H A Dinsn.h36 uint16_t opcode; member
/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/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
4795 uint32_t opcode = extract32(ctx->opcode, 6, 3); in decode_opc_mxu__pool17() local
[all …]
/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/target/ppc/
H A Dmem_helper.c274 uint32_t opcode, bool epid, uintptr_t retaddr) in dcbz_common()
310 void helper_dcbz(CPUPPCState *env, target_ulong addr, uint32_t opcode) in helper_dcbz()
315 void helper_dcbzep(CPUPPCState *env, target_ulong addr, uint32_t opcode) in helper_dcbzep()
H A Dfpu_helper.c1611 void helper_xsaddqp(CPUPPCState *env, uint32_t opcode, in helper_xsaddqp()
1684 void helper_xsmulqp(CPUPPCState *env, uint32_t opcode, in helper_xsmulqp()
1758 void helper_xsdivqp(CPUPPCState *env, uint32_t opcode, in helper_xsdivqp()
2171 void helper_xscmpexpdp(CPUPPCState *env, uint32_t opcode, in helper_xscmpexpdp()
2200 void helper_xscmpexpqp(CPUPPCState *env, uint32_t opcode, in helper_xscmpexpqp()
2282 void helper_xscmpodp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpodp()
2288 void helper_xscmpudp(CPUPPCState *env, uint32_t opcode, ppc_vsr_t *xa, in helper_xscmpudp()
3195 void helper_xsrqpi(CPUPPCState *env, uint32_t opcode, in helper_xsrqpi()
3249 void helper_xsrqpxp(CPUPPCState *env, uint32_t opcode, in helper_xsrqpxp()
3301 void helper_xssqrtqp(CPUPPCState *env, uint32_t opcode, in helper_xssqrtqp()
[all …]
/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/target/arm/tcg/
H A Dtranslate-a64.c7689 int opcode = extract32(insn, 15, 6); in disas_fp_1src() local
7994 int opcode = extract32(insn, 16, 3); in disas_fp_fixed_conv() local
8126 int opcode = extract32(insn, 16, 3); in disas_fp_int_conv() local
8398 int opcode = extract32(insn, 12, 2); in disas_simd_zip_trn() local
8552 int opcode = extract32(insn, 12, 5); in disas_simd_across_lanes() local
9380 int opcode = extract32(insn, 11, 5); in disas_simd_scalar_shift_imm() local
9453 int opcode = extract32(insn, 12, 4); in disas_simd_scalar_three_reg_diff() local
9550 int opcode = extract32(insn, 11, 4); in disas_simd_scalar_three_reg_same_extra() local
10035 int opcode = extract32(insn, 12, 5); in disas_simd_scalar_two_reg_misc() local
10401 int opcode = extract32(insn, 11, 5); in disas_simd_shift_imm() local
[all …]
/qemu/contrib/plugins/
H A Dhowvec.c51 uint32_t opcode; member
255 uint32_t opcode = 0; in find_counter() local
/qemu/target/i386/hvf/
H A Dx86_decode.c421 uint8_t opcode; member
438 uint8_t opcode; member
2043 uint8_t opcode, in decode_opcode_general()
2073 uint8_t opcode) in decode_opcode_1()
2081 uint8_t opcode) in decode_opcode_2()
2089 uint8_t opcode; in decode_opcodes() local
/qemu/hw/i386/
H A Dvapic.c82 uint8_t opcode; member
194 static bool opcode_matches(uint8_t *opcode, const TPRInstruction *instr) in opcode_matches()
208 uint8_t opcode[2]; in evaluate_tpr_instruction() local
410 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/loongarch/
H A Dtranslate.h43 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