Home
last modified time | relevance | path

Searched full:mixed (Results 1 – 25 of 40) sorted by relevance

12

/qemu/target/riscv/
H A Dcrypto_helper.c34 uint32_t mixed; in aes32_operation() local
39 mixed = be32_to_cpu(AES_Te0[si]); in aes32_operation()
41 mixed = AES_sbox[si]; in aes32_operation()
45 mixed = be32_to_cpu(AES_Td0[si]); in aes32_operation()
47 mixed = AES_isbox[si]; in aes32_operation()
50 mixed = rol32(mixed, shamt); in aes32_operation()
51 res = rs1 ^ mixed; in aes32_operation()
/qemu/target/hexagon/imported/
H A Dmpy.idef596 /* mixed mode 32x16 vector dual multiplies */
608 Q6INSN(M2_mmacls_s0,"Rxx32+=vmpyweh(Rss32,Rtt32):sat",ATTRIBS(), "Mixed Precision Multiply",mixm…
609 Q6INSN(M2_mmacls_s1,"Rxx32+=vmpyweh(Rss32,Rtt32):<<1:sat",ATTRIBS(),"Mixed Precision Multiply",mixm…
616 Q6INSN(M2_mmachs_s0,"Rxx32+=vmpywoh(Rss32,Rtt32):sat",ATTRIBS(), "Mixed Precision Multiply",mixm…
617 Q6INSN(M2_mmachs_s1,"Rxx32+=vmpywoh(Rss32,Rtt32):<<1:sat",ATTRIBS(),"Mixed Precision Multiply",mixm…
624 Q6INSN(M2_mmpyl_s0,"Rdd32=vmpyweh(Rss32,Rtt32):sat",ATTRIBS(), "Mixed Precision Multiply",mixmpy…
625 Q6INSN(M2_mmpyl_s1,"Rdd32=vmpyweh(Rss32,Rtt32):<<1:sat",ATTRIBS(),"Mixed Precision Multiply",mixmpy…
632 Q6INSN(M2_mmpyh_s0,"Rdd32=vmpywoh(Rss32,Rtt32):sat",ATTRIBS(), "Mixed Precision Multiply",mixmpy…
633 Q6INSN(M2_mmpyh_s1,"Rdd32=vmpywoh(Rss32,Rtt32):<<1:sat",ATTRIBS(),"Mixed Precision Multiply",mixmpy…
643 Q6INSN(M2_mmacls_rs0,"Rxx32+=vmpyweh(Rss32,Rtt32):rnd:sat",ATTRIBS(), "Mixed Precision Multiply"…
[all …]
H A Dmacros.def785 fMPY3216SS, /* multiply mixed precision */
791 fMPY3216SU, /* multiply mixed precision */
1511 deinterleave(MIXED),
/qemu/
H A Dclippy.toml2 allow-mixed-uninlined-format-args = false
/qemu/include/hw/xen/interface/hvm/
H A Dparams.h251 * mixed: allow access to all altp2m ops for both in-guest and external tools
255 * Note that 'mixed' mode has not been evaluated for safety from a
/qemu/docs/system/arm/
H A Demulation.rst92 - FEAT_MixedEnd (Mixed-endian support)
93 - FEAT_MixedEndEL0 (Mixed-endian support at EL0)
/qemu/scripts/
H A Dblock-coroutine-wrapper.py72 self.create_only_co = 'mixed' not in variant
89 raise ValueError(f"no_co function can't be mixed: {self.name}")
/qemu/qapi/
H A Dcommon.json47 # @split: Mixed
/qemu/include/standard-headers/linux/
H A Dvirtio_mem.h173 /* State of memory blocks is "mixed" */
/qemu/tests/unit/
H A Dtest-uuid.c48 }, { /* Mixed case */
H A Dcheck-qjson.c1496 g_test_add_func("/mixed/simple_whitespace", simple_whitespace); in main()
1497 g_test_add_func("/mixed/interpolation", simple_interpolation); in main()
/qemu/tests/qemu-iotests/
H A D081.out28 == checking mixed reference/option specification ==
H A D081102 echo "== checking mixed reference/option specification =="
H A D21937 # Test that block-job-pause/resume and job-pause/resume can be mixed
/qemu/system/
H A Ddma-helpers.c142 * to non-determinism, because resulting buffer contents may be mixed in dma_blk_cb()
/qemu/contrib/plugins/
H A Dcflow.c321 * the TB so we don't get mixed up with above. in vcpu_tb_trans()
/qemu/target/s390x/
H A Dcpu_models_system.c418 error_setg(errp, "Mixed CPU models are not supported on s390x."); in apply_cpu_model()
/qemu/target/hexagon/
H A Dmacros.h629 #define fDEINTERLEAVE(MIXED) deinterleave(MIXED) argument
/qemu/migration/
H A Dvmstate.c464 * Due to the fake nullptr handling above, if there's mixed in vmstate_save_state_v()
/qemu/target/arm/tcg/
H A Dtranslate-vfp.c1389 /* mixed scalar/vector */ in do_vfp_3op_sp()
1508 /* mixed scalar/vector */ in do_vfp_3op_dp()
1575 /* mixed scalar/vector */ in do_vfp_2op_sp()
1680 /* mixed scalar/vector */ in do_vfp_2op_dp()
/qemu/util/
H A Daio-posix.c782 * support mixed glib/aio_poll() usage. It relies on aio_poll() being in aio_context_use_g_source()
/qemu/python/qemu/qmp/
H A Devents.py615 relies upon the class it is being mixed into having a 'logger'
/qemu/docs/devel/
H A Dstyle.rst205 Mixed declarations (interleaving statements and declarations within
/qemu/docs/about/
H A Demulation.rst572 It is not an exact science and results are likely to be mixed once
/qemu/audio/
H A Daudio.c778 "%s: write size %zu written %zu total mixed %zu\n", in audio_pcm_sw_write()
1093 "buffer, mixed %zu\n", in audio_capture_mix_and_clear()

12