Searched refs:CK_PR_LOAD_S (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h116 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h102 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) macro
101 CK_PR_LOAD_S(char, char)
102 CK_PR_LOAD_S(uint, unsigned int)
103 CK_PR_LOAD_S(int, int)
105 CK_PR_LOAD_S(double, double)
107 CK_PR_LOAD_S(64, uint64_t)
108 CK_PR_LOAD_S(32, uint32_t)
109 CK_PR_LOAD_S(16, uint16_t)
110 CK_PR_LOAD_S(8, uint8_t)
112 #undef CK_PR_LOAD_S macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h110 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h105 #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(doubl
119 #undef CK_PR_LOAD_S macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h127 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
129 CK_PR_LOAD_S(32, uint32_t, "ldr")
130 CK_PR_LOAD_S(16, uint16_t, "ldrh")
131 CK_PR_LOAD_S(8, uint8_t, "ldrb")
132 CK_PR_LOAD_S(uint, unsigned int, "ldr")
133 CK_PR_LOAD_S(int, int, "ldr")
134 CK_PR_LOAD_S(short, short, "ldrh")
135 CK_PR_LOAD_S(char, char, "ldrb")
137 #undef CK_PR_LOAD_S macro
H A Dck_pr.h122 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h151 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h187 #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 macro
[all...]

Completed in 109 milliseconds