/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) macro 120 CK_PR_LOAD_S(32, uint32_t, "ldr") 121 CK_PR_LOAD_S(16, uint16_t, "ldrh") 122 CK_PR_LOAD_S(8, uint8_t, "ldrb") 123 CK_PR_LOAD_S(uint, unsigned int, "ldr") 124 CK_PR_LOAD_S(int, int, "ldr") 125 CK_PR_LOAD_S(short, short, "ldrh") 126 CK_PR_LOAD_S(char, char, "ldrb") 131 #undef CK_PR_LOAD_S
|
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) macro 101 CK_PR_LOAD_S(char, char) in CK_PR_LOAD_S() function 102 CK_PR_LOAD_S(uint, unsigned int) in CK_PR_LOAD_S() 103 CK_PR_LOAD_S(int, int) in CK_PR_LOAD_S() 105 CK_PR_LOAD_S(double, double) in CK_PR_LOAD_S() 107 CK_PR_LOAD_S(64, uint64_t) in CK_PR_LOAD_S() 108 CK_PR_LOAD_S(32, uint32_t) in CK_PR_LOAD_S() 109 CK_PR_LOAD_S(16, uint16_t) in CK_PR_LOAD_S() 110 CK_PR_LOAD_S(8, uint8_t) in CK_PR_LOAD_S() 112 #undef CK_PR_LOAD_S in CK_PR_LOAD_S()
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 107 CK_PR_LOAD_S(64, uint64_t, "ld") 108 CK_PR_LOAD_S(32, uint32_t, "lwz") 109 CK_PR_LOAD_S(16, uint16_t, "lhz") 110 CK_PR_LOAD_S(8, uint8_t, "lbz") 111 CK_PR_LOAD_S(uint, unsigned int, "lwz") 112 CK_PR_LOAD_S(int, int, "lwz") 113 CK_PR_LOAD_S(short, short, "lhz") 114 CK_PR_LOAD_S(char, char, "lbz") 116 CK_PR_LOAD_S(double, double, "ld") [all …]
|
/freebsd/sys/contrib/ck/include/gcc/sparcv9/ |
H A D | ck_pr.h | 102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 104 CK_PR_LOAD_S(64, uint64_t, "ldx") 105 CK_PR_LOAD_S(32, uint32_t, "lduw") 106 CK_PR_LOAD_S(uint, unsigned int, "lduw") 107 CK_PR_LOAD_S(double, double, "ldx") 108 CK_PR_LOAD_S(int, int, "ldsw") 110 #undef CK_PR_LOAD_S
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 112 CK_PR_LOAD_S(32, uint32_t, "lwz") 113 CK_PR_LOAD_S(16, uint16_t, "lhz") 114 CK_PR_LOAD_S(8, uint8_t, "lbz") 115 CK_PR_LOAD_S(uint, unsigned int, "lwz") 116 CK_PR_LOAD_S(int, int, "lwz") 117 CK_PR_LOAD_S(short, short, "lhz") 118 CK_PR_LOAD_S(char, char, "lbz") 120 #undef CK_PR_LOAD_S
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 124 CK_PR_LOAD_S(32, uint32_t, "ldr") 125 CK_PR_LOAD_S(16, uint16_t, "ldrh") 126 CK_PR_LOAD_S(8, uint8_t, "ldrb") 127 CK_PR_LOAD_S(uint, unsigned int, "ldr") 128 CK_PR_LOAD_S(int, int, "ldr") 129 CK_PR_LOAD_S(short, short, "ldrh") 130 CK_PR_LOAD_S(char, char, "ldrb") 132 #undef CK_PR_LOAD_S
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 153 CK_PR_LOAD_S(char, char, "movb") 154 CK_PR_LOAD_S(uint, unsigned int, "movl") 155 CK_PR_LOAD_S(int, int, "movl") 156 CK_PR_LOAD_S(32, uint32_t, "movl") 157 CK_PR_LOAD_S(16, uint16_t, "movw") 158 CK_PR_LOAD_S(8, uint8_t, "movb") 160 #undef CK_PR_LOAD_S
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro 189 CK_PR_LOAD_S(char, char, "movb") 190 CK_PR_LOAD_S(uint, unsigned int, "movl") 191 CK_PR_LOAD_S(int, int, "movl") 193 CK_PR_LOAD_S(double, double, "movq") 195 CK_PR_LOAD_S(64, uint64_t, "movq") 196 CK_PR_LOAD_S(32, uint32_t, "movl") 197 CK_PR_LOAD_S(16, uint16_t, "movw") 198 CK_PR_LOAD_S(8, uint8_t, "movb") 200 #undef CK_PR_LOAD_S
|