/qemu/target/riscv/ |
H A D | crypto_helper.c | 34 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 D | mpy.idef | 596 /* 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 D | macros.def | 785 fMPY3216SS, /* multiply mixed precision */ 791 fMPY3216SU, /* multiply mixed precision */ 1511 deinterleave(MIXED),
|
/qemu/ |
H A D | clippy.toml | 2 allow-mixed-uninlined-format-args = false
|
/qemu/include/hw/xen/interface/hvm/ |
H A D | params.h | 251 * 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 D | emulation.rst | 92 - FEAT_MixedEnd (Mixed-endian support) 93 - FEAT_MixedEndEL0 (Mixed-endian support at EL0)
|
/qemu/scripts/ |
H A D | block-coroutine-wrapper.py | 72 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 D | common.json | 47 # @split: Mixed
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 173 /* State of memory blocks is "mixed" */
|
/qemu/tests/unit/ |
H A D | test-uuid.c | 48 }, { /* Mixed case */
|
H A D | check-qjson.c | 1496 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 D | 081.out | 28 == checking mixed reference/option specification ==
|
H A D | 081 | 102 echo "== checking mixed reference/option specification =="
|
H A D | 219 | 37 # Test that block-job-pause/resume and job-pause/resume can be mixed
|
/qemu/system/ |
H A D | dma-helpers.c | 142 * to non-determinism, because resulting buffer contents may be mixed in dma_blk_cb()
|
/qemu/contrib/plugins/ |
H A D | cflow.c | 321 * the TB so we don't get mixed up with above. in vcpu_tb_trans()
|
/qemu/target/s390x/ |
H A D | cpu_models_system.c | 418 error_setg(errp, "Mixed CPU models are not supported on s390x."); in apply_cpu_model()
|
/qemu/target/hexagon/ |
H A D | macros.h | 629 #define fDEINTERLEAVE(MIXED) deinterleave(MIXED) argument
|
/qemu/migration/ |
H A D | vmstate.c | 464 * Due to the fake nullptr handling above, if there's mixed in vmstate_save_state_v()
|
/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 1389 /* 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 D | aio-posix.c | 782 * support mixed glib/aio_poll() usage. It relies on aio_poll() being in aio_context_use_g_source()
|
/qemu/python/qemu/qmp/ |
H A D | events.py | 615 relies upon the class it is being mixed into having a 'logger'
|
/qemu/docs/devel/ |
H A D | style.rst | 205 Mixed declarations (interleaving statements and declarations within
|
/qemu/docs/about/ |
H A D | emulation.rst | 572 It is not an exact science and results are likely to be mixed once
|
/qemu/audio/ |
H A D | audio.c | 778 "%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()
|