Searched refs:doubleword (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 21 return !v->doubleword[0] && !v->doubleword[1]; in s390_vec_is_zero() 27 res->doubleword[0] = a->doubleword[0] & b->doubleword[0]; in s390_vec_and() 28 res->doubleword[1] = a->doubleword[1] & b->doubleword[1]; in s390_vec_and() 33 return a->doubleword[0] == b->doubleword[0] && in s390_vec_equal() 34 a->doubleword[1] == b->doubleword[1]; in s390_vec_equal() 43 d->doubleword[0] = a->doubleword[0]; in s390_vec_shl() 44 d->doubleword[1] = a->doubleword[1]; in s390_vec_shl() 46 d->doubleword[0] = a->doubleword[1]; in s390_vec_shl() 47 d->doubleword[1] = 0; in s390_vec_shl() 49 tmp = extract64(a->doubleword[1], 64 - count, count); in s390_vec_shl() [all …]
|
H A D | vec.h | 18 uint64_t doubleword[2]; member 72 return v->doubleword[enr]; in s390_vec_read_element64() 117 v->doubleword[enr] = data; in s390_vec_write_element64()
|
H A D | translate_vx.c.inc | 526 * For 16 and 32-bit elements, the doubleword bswap also reversed 669 /* rightmost sub-element of leftmost doubleword */ 682 /* leftmost sub-element of leftmost doubleword */ 1117 * For 16 and 32-bit elements, the doubleword bswap below will
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fsf.h | 277 u64 doubleword[FSF_PROT_STATUS_QUAL_SIZE / sizeof(u64)]; member 308 u64 doubleword[FSF_STATUS_QUALIFIER_SIZE / sizeof(u64)]; member
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 424 * higher doubleword of vD. 431 * lower doubleword of vD. 461 * higher doubleword of vD. 468 * lower doubleword of vD. 497 * Save highest 'sh' bits of lower doubleword element of vA in variable 498 * 'carry' and perform shift on lower doubleword. 508 * Perform shift on higher doubleword element of vA and replace lowest 539 * Save lowest 'sh' bits of higher doubleword element of vA in variable 540 * 'carry' and perform shift on higher doubleword. 549 * Perform shift on lower doubleword element of vA and replace highest [all …]
|
/openbmc/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 226 st.d [%a15+]8,%e14 # clear one doubleword 271 ld.d %e14,[%a15+]8 # copy one doubleword
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | 2396 LDL, LDR, SDL, SDR (Load/store doubleword left/right, for 64bit
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2782 * rightmost element of the leftmost doubleword, a-la VLLEZ.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 4270 as the second doubleword of the partition table entry, as defined in
|