Searched refs:resh (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-muldiv.h | 22 long res, s1, flags, resh; in glue() local 24 resh = op0h; in glue() 32 : "=a" (res), "=g" (flags), "=d" (resh) in glue() 33 : "q" (s1), "0" (res), "1" (flags), "2" (resh)); in glue() 35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 40 long res, s1, flags, resh; in glue() local 42 resh = op0h; in glue() 50 : "=a" (res), "=g" (flags), "=d" (resh) in glue() 51 : "q" (s1), "0" (res), "1" (flags), "2" (resh)); in glue() 53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() [all …]
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfp.h | 44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument 53 *resh = nh; in add128() 57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument 66 *resh = nh; in sub128() 70 static inline void mul64to128(u64 *resh, u64 *resl, u64 n, u64 m) in mul64to128() argument 94 *resh = rh; in mul64to128() 97 static inline void shift64left(u64 *resh, u64 *resl, u64 n) in shift64left() argument 99 *resh = n >> 63; in shift64left()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 155 ClpRspHdr *resh; in clp_service_call() local 182 req_len + sizeof(*resh))) { in clp_service_call() 186 resh = (ClpRspHdr *)(buffer + req_len); in clp_service_call() 187 res_len = lduw_be_p(&resh->len); in clp_service_call() 204 stw_be_p(&resh->rsp, CLP_RC_LEN); in clp_service_call() 216 ClpRspSetPci *ressetpci = (ClpRspSetPci *)resh; in clp_service_call() 281 ClpRspQueryPci *resquery = (ClpRspQueryPci *)resh; in clp_service_call() 320 ClpRspQueryPciGrp *resgrp = (ClpRspQueryPciGrp *)resh; in clp_service_call() 345 stw_be_p(&resh->rsp, CLP_RC_CMD); in clp_service_call()
|