Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Demulate.c386 #define FASTOP2(op) \ macro
1039 FASTOP2(add);
1040 FASTOP2(or);
1041 FASTOP2(adc);
1042 FASTOP2(sbb);
1043 FASTOP2(and);
1044 FASTOP2(sub);
1045 FASTOP2(xor);
1046 FASTOP2(cmp);
1047 FASTOP2(test);
[all …]