/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) macro 165 CK_PR_STORE_S(32, uint32_t, "str") 166 CK_PR_STORE_S(16, uint16_t, "strh") 167 CK_PR_STORE_S(8, uint8_t, "strb") 168 CK_PR_STORE_S(uint, unsigned int, "str") 169 CK_PR_STORE_S(int, int, "str") 170 CK_PR_STORE_S(short, short, "strh") 171 CK_PR_STORE_S(char, char, "strb") 176 #undef CK_PR_STORE_S
|
/freebsd/sys/contrib/ck/include/gcc/sparcv9/ |
H A D | ck_pr.h | 127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) macro 129 CK_PR_STORE_S(8, uint8_t, "stub") 130 CK_PR_STORE_S(64, uint64_t, "stx") 131 CK_PR_STORE_S(32, uint32_t, "stuw") 132 CK_PR_STORE_S(uint, unsigned int, "stuw") 133 CK_PR_STORE_S(double, double, "stx") 134 CK_PR_STORE_S(int, int, "stsw") 136 #undef CK_PR_STORE_S
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) macro 137 CK_PR_STORE_S(64, uint64_t, "std") 138 CK_PR_STORE_S(32, uint32_t, "stw") 139 CK_PR_STORE_S(16, uint16_t, "sth") 140 CK_PR_STORE_S(8, uint8_t, "stb") 141 CK_PR_STORE_S(uint, unsigned int, "stw") 142 CK_PR_STORE_S(int, int, "stw") 143 CK_PR_STORE_S(short, short, "sth") 144 CK_PR_STORE_S(char, char, "stb") 146 CK_PR_STORE_S(double, double, "std") [all …]
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) macro 138 CK_PR_STORE_S(32, uint32_t, "stw") 139 CK_PR_STORE_S(16, uint16_t, "sth") 140 CK_PR_STORE_S(8, uint8_t, "stb") 141 CK_PR_STORE_S(uint, unsigned int, "stw") 142 CK_PR_STORE_S(int, int, "stw") 143 CK_PR_STORE_S(short, short, "sth") 144 CK_PR_STORE_S(char, char, "stb") 146 #undef CK_PR_STORE_S
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) macro 173 CK_PR_STORE_S(32, uint32_t, "str") 174 CK_PR_STORE_S(16, uint16_t, "strh") 175 CK_PR_STORE_S(8, uint8_t, "strb") 176 CK_PR_STORE_S(uint, unsigned int, "str") 177 CK_PR_STORE_S(int, int, "str") 178 CK_PR_STORE_S(short, short, "strh") 179 CK_PR_STORE_S(char, char, "strb") 181 #undef CK_PR_STORE_S
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) macro 178 CK_PR_STORE_S(char, char, "movb") 179 CK_PR_STORE_S(uint, unsigned int, "movl") 180 CK_PR_STORE_S(int, int, "movl") 181 CK_PR_STORE_S(32, uint32_t, "movl") 182 CK_PR_STORE_S(16, uint16_t, "movw") 183 CK_PR_STORE_S(8, uint8_t, "movb") 185 #undef CK_PR_STORE_S
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) macro 274 CK_PR_STORE_S(char, char, "movb", CK_CC_IMM_S32) 275 CK_PR_STORE_S(int, int, "movl", CK_CC_IMM_S32) 276 CK_PR_STORE_S(uint, unsigned int, "movl", CK_CC_IMM_U32) 277 CK_PR_STORE_S(64, uint64_t, "movq", CK_CC_IMM_U32) 278 CK_PR_STORE_S(32, uint32_t, "movl", CK_CC_IMM_U32) 279 CK_PR_STORE_S(16, uint16_t, "movw", CK_CC_IMM_U32) 280 CK_PR_STORE_S(8, uint8_t, "movb", CK_CC_IMM_U32) 282 #undef CK_PR_STORE_S
|