D | sse4-64.c | 420 V128 src, dst; in test_BLENDPD() local 423 randV128(&src); in test_BLENDPD() 425 DO_imm_mandr_r("blendpd", 0, src, dst); in test_BLENDPD() 426 DO_imm_mandr_r("blendpd", 1, src, dst); in test_BLENDPD() 427 DO_imm_mandr_r("blendpd", 2, src, dst); in test_BLENDPD() 428 DO_imm_mandr_r("blendpd", 3, src, dst); in test_BLENDPD() 434 V128 src, dst; in test_BLENDPS() local 437 randV128(&src); in test_BLENDPS() 439 DO_imm_mandr_r("blendps", 0, src, dst); in test_BLENDPS() 440 DO_imm_mandr_r("blendps", 1, src, dst); in test_BLENDPS() [all …]
|