Searched refs:JCC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | static_call.c | 12 JCC = 4, enumerator 62 type = JCC; in __static_call_transform() 90 case JCC: in __static_call_transform()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 349 #define TEST_JCC(JCC, v1, v2)\ argument 354 "j" JCC " 1f\n\t"\ 359 printf("%-10s %d\n", "j" JCC, res);\ 363 "set" JCC " %b0\n\t"\ 366 printf("%-10s %d\n", "set" JCC, res);\ 372 "cmov" JCC "q %3, %0\n\t"\ 375 printf("%-10s R=" FMTLX "\n", "cmov" JCC "q", res);)\ 377 "cmov" JCC "l %k3, %k0\n\t"\ 380 printf("%-10s R=" FMTLX "\n", "cmov" JCC "l", res);\ 382 "cmov" JCC "w %w3, %w0\n\t"\ [all …]
|