Searched full:indexed (Results 1 – 25 of 58) sorted by relevance
123
/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 86 * Calculate and return the address for indexed mem operations: 342 * Load 64-bit float from indexed address. 362 * Store 64-bit float to indexed address. 555 * Load with memop from indexed address and add (imm5 << imm2) to rs1. 579 * Store with memop to indexed address and add (imm5 << imm2) to rs1. 736 * Load with memop from indexed address. 753 * Store with memop to indexed address.
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 558 # SVE broadcast indexed element 851 #### SVE Multiply - Indexed 853 # SVE integer dot product (indexed) 859 # SVE2 integer multiply-add (indexed) 867 # SVE2 saturating multiply-add high (indexed) 875 # SVE mixed sign dot product (indexed) 879 # SVE2 saturating multiply-add (indexed) 889 # SVE2 complex integer dot product (indexed) 895 # SVE2 complex integer multiply-add (indexed) 901 # SVE2 complex saturating integer multiply-add (indexed) [all …]
|
H A D | translate-sme.c | 73 * For big-endian, adjust the indexed column byte offset within in get_tile_rowcol() 192 * Indexed by [esz][be][v][mte][st], which is (except for load/store) in trans_LDST1()
|
/qemu/include/hw/acpi/ |
H A D | acpi_dev_interface.h | 38 * for CPU indexed by @uid in @apic_ids array,
|
/qemu/include/hw/xen/interface/ |
H A D | physdev.h | 35 * array indexed by Xen's PIRQ value. 42 * PHYSDEVOP_eoi. The page registered is used as a bit array indexed by
|
/qemu/docs/specs/ |
H A D | standard-vga.rst | 80 port first), so indexed registers can be updated with a single
|
/qemu/docs/devel/ |
H A D | tcg.rst | 179 mappings change, all caches in QEMU are physically indexed. This 180 means that each basic block is indexed with its physical address.
|
/qemu/linux-user/include/host/loongarch64/ |
H A D | host-signal.h | 64 case 0b001110: /* indexed, atomic, bounds-checking memory operations */ in host_signal_write()
|
/qemu/target/hexagon/ |
H A D | README | 266 store_width width of stores (indexed by slot) 274 mem_log_stores record of the stores (indexed by slot)
|
/qemu/hw/nvram/ |
H A D | bcm2835_otp.c | 19 /* OTP rows are 1-indexed */
|
/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 257 /* Stage 1 entry: indexed by IA[38:30] */ 267 /* Stage 2 entries: indexed by IA[29:21] */
|
/qemu/hw/nvme/ |
H A D | nvme.h | 68 /* reclaim units indexed by reclaim group */ 280 /* reclaim unit handle identifiers indexed by placement handle */
|
/qemu/include/qemu/ |
H A D | plugin.h | 125 /* A scoreboard is an array of values, indexed by vcpu_index */
|
/qemu/target/riscv/ |
H A D | pmu.c | 183 * started mode. Look at array being indexed with newprv. 186 * to inc. Look at arrays being indexed with env->priv.
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 206 * we can get away with implementing lookups with tables indexed by
|
/qemu/tests/tcg/arm/system/ |
H A D | boot.S | 304 * 4096 entries, indexed by [31:20]
|
/qemu/ui/ |
H A D | vnc-enc-tight.h | 112 *-- The "palette" filter converts true-color pixel data to indexed colors
|
/qemu/target/s390x/ |
H A D | cpu_features.c | 240 /* indexed by feature group number for easy lookup */
|
/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 342 /* only the zero-indexed elements are compared */ in DEF_GVEC_VOP3() 362 /* only the zero-indexed elements are compared */ in wfc64() 382 /* only the zero-indexed elements are compared */ in wfc128()
|
/qemu/include/hw/intc/ |
H A D | arm_gicv3_common.h | 93 * can be indexed into by the GICV3_G0, GICV3_G1 and GICV3_G1NS constants.
|
/qemu/hw/display/ |
H A D | vga-pci.c | 101 * indexed registers with a single word write because the in pci_vga_ioport_write()
|
H A D | pl110.c | 116 /* Indexed by pl110_version */
|
H A D | ati.c | 288 /* indexed access to regs or memory */ in ati_mm_read() 545 /* indexed access to regs or memory */ in ati_mm_write()
|
/qemu/scripts/ |
H A D | simpletrace.py | 78 event_mapping (str -> Event): events dict, indexed by name
|
/qemu/target/xtensa/core-dsp3400/ |
H A D | core-matmap.h | 152 * TLB way entries are virtually indexed.
|
123