D | sse4-64.c | 395 V128 src, dst; in test_BLENDPD() local 398 randV128(&src); in test_BLENDPD() 400 DO_imm_mandr_r("blendpd", 0, src, dst); in test_BLENDPD() 401 DO_imm_mandr_r("blendpd", 1, src, dst); in test_BLENDPD() 402 DO_imm_mandr_r("blendpd", 2, src, dst); in test_BLENDPD() 403 DO_imm_mandr_r("blendpd", 3, src, dst); in test_BLENDPD() 409 V128 src, dst; in test_BLENDPS() local 412 randV128(&src); in test_BLENDPS() 414 DO_imm_mandr_r("blendps", 0, src, dst); in test_BLENDPS() 415 DO_imm_mandr_r("blendps", 1, src, dst); in test_BLENDPS() [all …]
|