Searched refs:CK_PR_CAS_O_S (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h362 #define CK_PR_CAS_O_S(S, T, I, R) \ macro
365 CK_PR_CAS_O_S(char, char, "b", "al")
366 CK_PR_CAS_O_S(int, int, "l", "eax")
367 CK_PR_CAS_O_S(uint, unsigned int, "l", "eax")
368 CK_PR_CAS_O_S(32, uint32_t, "l", "eax")
369 CK_PR_CAS_O_S(16, uint16_t, "w", "ax")
370 CK_PR_CAS_O_S(8, uint8_t, "b", "al")
372 #undef CK_PR_CAS_O_S macro
/freebsd-12-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h467 #define CK_PR_CAS_O_S(S, T, I, R) \ macro
470 CK_PR_CAS_O_S(char, char, "b", "al")
471 CK_PR_CAS_O_S(int, int, "l", "eax")
472 CK_PR_CAS_O_S(uint, unsigned int, "l", "eax")
474 CK_PR_CAS_O_S(double, double, "q", "rax")
476 CK_PR_CAS_O_S(64, uint64_t, "q", "rax")
477 CK_PR_CAS_O_S(32, uint32_t, "l", "eax")
478 CK_PR_CAS_O_S(16, uint16_t, "w", "ax")
479 CK_PR_CAS_O_S(8, uint8_t, "b", "al")
481 #undef CK_PR_CAS_O_S macro
[all...]

Completed in 105 milliseconds