Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfastops_test.c28 #define guest_test_fastop_1(insn, type_t, __val) \ argument
30 type_t val = __val, ex_val = __val, input = __val; \
52 #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
79 type_t output = __val2, ex_output = __val2, input = __val2; \
108 #define guest_test_fastop_div(insn, type_t, __val1, __val2) \ argument
110 type_t _a = __val1, _d = __val1, rm = __val2; \
111 type_t a = _a, d = _d, ex_a = _a, ex_d = _d; \
143 #define guest_test_fastops(type_t, suffix) \ argument
[all …]
/linux/drivers/gpu/drm/amd/display/include/
H A Dvector.h112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument
115 type_t what, \
121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument
124 type_t item) \
133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument
134 static type_t vector_type##_vector_at_index( \
141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument
144 type_t what, \