/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 386 …"Vdd32=vunpackuh(Vu32)", "Vdd32.uw=vunpack(Vu32.uh)", "Unpack halves with zero-extend", fVARRAY_… 390 …(Vu32.h)", "Unpack halves to odd halves", fVARRAY_ELEMENT_ACCESS(VxxV, uw, i) |= fZE16_32(VuV.… 404 VdV.uh[i] = fGETUHALF(0, VvV.uw[i]); 405 VdV.uh[i+fVELEM(32)] = fGETUHALF(0, VuV.uw[i])) 414 VdV.uh[i] = fGETUHALF(1, VvV.uw[i]); 415 VdV.uh[i+fVELEM(32)] = fGETUHALF(1, VuV.uw[i])) 459 ITERATOR_INSN2_ANY_SLOT_DOUBLE_VEC(32,vzh,"Vdd32=vzxth(Vu32)","Vdd32.uw=vzxt(Vu32.uh)", 461 VddV.v[0].uw[i] = fZE16_32(fGETUHALF(0, VuV.uw[i])); 462 VddV.v[1].uw[i] = fZE16_32(fGETUHALF(1, VuV.uw[i]))) 717 ITERATOR_INSN2_MPY_SLOT(32,vrmpyub,"Vd32=vrmpyub(Vu32,Rt32)","Vd32.uw=vrmpy(Vu32.ub,Rt32.ub)", [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | gdbstub.c | 83 for (i = 0; i < ARRAY_SIZE(env->VRegs[n].uw); i++) { in gdb_get_vreg() 84 total += gdb_get_regl(mem_buf, env->VRegs[n].uw[i]); in gdb_get_vreg() 93 for (i = 0; i < ARRAY_SIZE(env->QRegs[n].uw); i++) { in gdb_get_qreg() 94 total += gdb_get_regl(mem_buf, env->QRegs[n].uw[i]); in gdb_get_qreg() 119 for (i = 0; i < ARRAY_SIZE(env->VRegs[n].uw); i++) { in gdb_put_vreg() 120 env->VRegs[n].uw[i] = ldl_le_p(mem_buf); in gdb_put_vreg() 129 for (i = 0; i < ARRAY_SIZE(env->QRegs[n].uw); i++) { in gdb_put_qreg() 130 env->QRegs[n].uw[i] = ldl_le_p(mem_buf); in gdb_put_qreg()
|
H A D | op_helper.c | 1432 env->VRegs[vindex].uw[elindex] = in HELPER() 1433 env->VRegs[vindex].uw[elindex] + weight; in HELPER() 1448 env->VRegs[vindex].uw[elindex] = in HELPER() 1449 env->VRegs[vindex].uw[elindex] + weight; in HELPER() 1465 env->VRegs[vindex].uw[elindex] = in HELPER() 1466 env->VRegs[vindex].uw[elindex] + weight; in HELPER() 1482 env->VRegs[vindex].uw[elindex] = in HELPER() 1483 env->VRegs[vindex].uw[elindex] + weight; in HELPER()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | processor.h | 159 } uw; member 250 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist() 251 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist() 252 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist() 253 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist() 255 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist() 256 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist() 264 __tls = &(t)->thread.uw.tp2_value; \ 266 __tls = &(t)->thread.uw.tp_value; \ 270 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 560 if( data - p >= (w + uw) ) { \ 561 data += scanline-(w + uw); \ 601 end = buf + (w + uw) * (h + uh); \ 612 if (uw) { \ 616 line = (int*)(p + uw); \ 622 p += scanline - uw; \ 638 if (uw && uh) { \ 642 line = (int*)(p + uw); \ 648 p += scanline-uw; \
|
H A D | vnc-enc-zywrle-template.c | 133 int uw = w; in ZYWRLE_ANALYZE() local 148 uw -= w; in ZYWRLE_ANALYZE()
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | mmvec.h | 35 uint32_t uw[MAX_VEC_SIZE_BYTES / 4]; member 46 uint32_t uw[2 * MAX_VEC_SIZE_BYTES / 4]; member 58 uint32_t uw[MAX_VEC_SIZE_BYTES / 4 / 8]; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | lmmi_helper.c | 34 uint32_t uw[2]; member 146 vs.uw[i] += vt.uw[i]; in helper_paddw() 241 vs.uw[i] -= vt.uw[i]; in helper_psubw() 486 vs.uw[i] = -(vs.uw[i] == vt.uw[i]); in helper_pcmpeqw() 499 vs.uw[i] = -(vs.uw[i] > vt.uw[i]); in helper_pcmpgtw() 567 vs.uw[i] <<= ft; in helper_psllw() 583 vs.uw[i] >>= ft; in helper_psrlw()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_misc.c | 108 expect[i].uw[j] = buffer0[i].uw[j]; in test_load_cur() 345 expect[0].uw[j] = UINT_MAX; in test_vadduwsat() 382 expect[0].uw[j] = 0x00000000; in test_vsubuwsat_dv() 383 expect[1].uw[j] = 0x00000000; in test_vsubuwsat_dv()
|
H A D | hvx_misc.h | 36 uint32_t uw[MAX_VEC_SIZE_BYTES / 4]; member
|
H A D | mem_noshuf.c | 191 uint32_t uw[4]; member
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 442 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load() 446 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load() 680 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() 704 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() 836 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad() 1598 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch() 1653 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread() 1654 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread() 1745 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu() 1830 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
|
H A D | ptrace.c | 598 uregs = &target->thread.uw.fpsimd_state; in __fpr_get() 630 newstate = target->thread.uw.fpsimd_state; in __fpr_set() 637 target->thread.uw.fpsimd_state = newstate; in __fpr_set() 669 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get() 685 tls[0] = target->thread.uw.tp_value; in tls_set() 693 target->thread.uw.tp_value = tls[0]; in tls_set() 818 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common() 969 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common() 1705 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get() 1732 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set() [all …]
|
H A D | process.c | 256 current->thread.uw.tp_value = 0; in tls_thread_flush() 389 p->thread.uw.tp_value = tls; in copy_thread() 431 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
H A D | signal.c | 190 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context() 1112 memset(¤t->thread.uw.fpsimd_state, 0, in setup_return() 1113 sizeof(current->thread.uw.fpsimd_state)); in setup_return()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | fpsimd.c | 25 fpsimd = &p->thread.uw.fpsimd_state; in kvm_vcpu_unshare_task_fp() 43 struct user_fpsimd_state *fpsimd = ¤t->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
|
/openbmc/qemu/include/exec/ |
H A D | memory_ldst_cached.h.inc | 27 static inline uint16_t ADDRESS_SPACE_LD_CACHED(uw)(MemoryRegionCache *cache, 33 return LD_P(uw)(cache->ptr + addr); 35 return ADDRESS_SPACE_LD_CACHED_SLOW(uw)(cache, addr, attrs, result);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/ |
H A D | uw-imap_2007f.bb | 18 file://uw-imap-newer-tls.patch \ 19 file://uw-imap-fix-incompatible-pointer-types.patch \
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uaccess_64.h | 155 case 4: __get_kernel_asm(__gu_val, uw, addr, __gu_ret); break; \ 193 case 4: __get_user_asm(__gu_val, uw, addr, __gu_ret); break; \
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 76 .uaccess_write = uw, \
|
H A D | vgic-mmio-v3.c | 605 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 621 .uaccess_write = uw, \
|
/openbmc/qemu/include/sysemu/ |
H A D | dma.h | 270 DEFINE_LDST_DMA(uw, w, 16, le); 273 DEFINE_LDST_DMA(uw, w, 16, be);
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | float.idef | 323 CONVERT(TAGSTART##uw,Rd32,RdV,SRC,SRCV,fCAST4u,4u,INCAST,INTYPE,MODETAG,MODESYN,MODEBEH) \ 333 GEN(uw##2,Rs32,RsV,fCAST4u,4u,MODETAG,MODESYN,MODEBEH) \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 11 /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux/uw-imap/2007f-r0/recipe-sysroot/usr/include/dire…
|