Searched refs:OPMASK (Results 1 – 2 of 2) sorted by relevance
/xen/tools/tests/x86_emulator/ |
A D | Makefile | 28 OPMASK := avx512f avx512dq avx512bw macro 180 $(foreach flavor,$(OPMASK),$(eval $(call opmask-defs,$(flavor)))) 207 $(addsuffix -opmask.h,$(OPMASK)): %.h: opmask.S testcase.mk Makefile 259 rm -rf $(TARGET) $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK)) 269 run32: $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK)) 298 test_x86_emulator.o: $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK))
|
A D | test_x86_emulator.c | 414 SIMD(OPMASK/w, avx512f_opmask, 2), 415 SIMD(OPMASK+DQ/b, avx512dq_opmask, 1), 416 SIMD(OPMASK+DQ/w, avx512dq_opmask, 2), 417 SIMD(OPMASK+BW/d, avx512bw_opmask, 4), 418 SIMD(OPMASK+BW/q, avx512bw_opmask, 8),
|
Completed in 8 milliseconds