Home
last modified time | relevance | path

Searched refs:dcmx (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c3045 uint32_t i, sign, dcmx; \
3049 dcmx = DCMX_XV(opcode); \
3052 dcmx = DCMX(opcode); \
3058 match = extract32(dcmx, 6, 1); \
3060 match = extract32(dcmx, 4 + !sign, 1); \
3089 uint32_t dcmx, sign, exp;
3092 dcmx = DCMX(opcode);
3097 match = extract32(dcmx, 6, 1);
3099 match = extract32(dcmx, 4 + !sign, 1);
3101 match = extract32(dcmx, 2 + !sign, 1);
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c3045 uint32_t i, sign, dcmx; \
3049 dcmx = DCMX_XV(opcode); \
3052 dcmx = DCMX(opcode); \
3058 match = extract32(dcmx, 6, 1); \
3060 match = extract32(dcmx, 4 + !sign, 1); \
3089 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3092 dcmx = DCMX(opcode); in helper_xststdcsp()
3097 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3099 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3101 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3221 uint32_t i, sign, dcmx; \
3225 dcmx = DCMX_XV(opcode); \
3228 dcmx = DCMX(opcode); \
3234 match = extract32(dcmx, 6, 1); \
3236 match = extract32(dcmx, 4 + !sign, 1); \
3265 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3268 dcmx = DCMX(opcode); in helper_xststdcsp()
3273 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3275 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3277 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c3221 uint32_t i, sign, dcmx; \
3225 dcmx = DCMX_XV(opcode); \
3228 dcmx = DCMX(opcode); \
3234 match = extract32(dcmx, 6, 1); \
3236 match = extract32(dcmx, 4 + !sign, 1); \
3265 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3268 dcmx = DCMX(opcode); in helper_xststdcsp()
3273 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3275 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3277 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c3221 uint32_t i, sign, dcmx; \
3225 dcmx = DCMX_XV(opcode); \
3228 dcmx = DCMX(opcode); \
3234 match = extract32(dcmx, 6, 1); \
3236 match = extract32(dcmx, 4 + !sign, 1); \
3265 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3268 dcmx = DCMX(opcode); in helper_xststdcsp()
3273 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3275 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3277 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3221 uint32_t i, sign, dcmx; \
3225 dcmx = DCMX_XV(opcode); \
3228 dcmx = DCMX(opcode); \
3234 match = extract32(dcmx, 6, 1); \
3236 match = extract32(dcmx, 4 + !sign, 1); \
3265 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3268 dcmx = DCMX(opcode); in helper_xststdcsp()
3273 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3275 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3277 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dfpu_helper.c3221 uint32_t i, sign, dcmx; \
3225 dcmx = DCMX_XV(opcode); \
3228 dcmx = DCMX(opcode); \
3234 match = extract32(dcmx, 6, 1); \
3236 match = extract32(dcmx, 4 + !sign, 1); \
3265 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3268 dcmx = DCMX(opcode); in helper_xststdcsp()
3273 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3275 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3277 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dfpu_helper.c3255 uint32_t i, sign, dcmx; \
3259 dcmx = DCMX_XV(opcode); \
3262 dcmx = DCMX(opcode); \
3268 match = extract32(dcmx, 6, 1); \
3270 match = extract32(dcmx, 4 + !sign, 1); \
3299 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3302 dcmx = DCMX(opcode); in helper_xststdcsp()
3307 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3309 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3311 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dfpu_helper.c3251 uint32_t i, sign, dcmx; \
3257 dcmx = DCMX_XV(opcode); \
3259 dcmx = DCMX(opcode); \
3265 match = extract32(dcmx, 6, 1); \
3267 match = extract32(dcmx, 4 + !sign, 1); \
3297 uint32_t dcmx, sign, exp; in helper_xststdcsp() local
3301 dcmx = DCMX(opcode); in helper_xststdcsp()
3306 match = extract32(dcmx, 6, 1); in helper_xststdcsp()
3308 match = extract32(dcmx, 4 + !sign, 1); in helper_xststdcsp()
3310 match = extract32(dcmx, 2 + !sign, 1); in helper_xststdcsp()
[all …]