Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfastops_test.c52 #define guest_test_fastop_2(insn, type_t, __val1, __val2) \ argument
54 type_t input = __val1, input2 = __val2, output = __val2, ex_output = __val2; \
77 #define guest_test_fastop_cl(insn, type_t, __val1, __val2) \ argument
80 uint8_t shift = __val1; \
108 #define guest_test_fastop_div(insn, type_t, __val1, __val2) \ argument
110 type_t _a = __val1, _d = __val1, rm = __val2; \