Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dfastops_test.c21 #define guest_test_fastop_1(insn, type_t, __val) \ argument
23 type_t val = __val, ex_val = __val, input = __val; \
47 #define guest_test_fastop_2(insn, type_t, __val1, __val2) \ argument
74 #define guest_test_fastop_cl(insn, type_t, __val1, __val2) \ argument
76 type_t output = __val2, ex_output = __val2, input = __val2; \
104 #define guest_test_fastops(type_t, suffix) \ argument
109 guest_test_fastop_1("dec" suffix, type_t, vals[i]); \
110 guest_test_fastop_1("inc" suffix, type_t, vals[i]); \
111 guest_test_fastop_1("neg" suffix, type_t, vals[i]); \
112 guest_test_fastop_1("not" suffix, type_t, vals[i]); \
[all …]

Completed in 3 milliseconds