Changeset 5087
- Timestamp:
- Sep 3, 2006, 3:03:28 PM (18 years ago)
- Location:
- trunk/ccl/lisp-kernel
- Files:
-
- 2 edited
-
x86-constants64.h (modified) (2 diffs)
-
x86-constants64.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-constants64.h
r4941 r5087 150 150 #define subtag_double_float_vector SUBTAG(ivector_class_64_bit,15L) 151 151 152 #ifdef CHAR_SIZE_32 153 #define subtag_simple_base_string SUBTAG(ivector_class_32_bit,12L) 154 #endif 152 155 #define subtag_s32_vector SUBTAG(ivector_class_32_bit,13L) 153 156 #define subtag_u32_vector SUBTAG(ivector_class_32_bit,14L) … … 156 159 #define subtag_s16_vector SUBTAG(ivector_class_other_bit,10L) 157 160 #define subtag_u16_vector SUBTAG(ivector_class_other_bit,11L) 161 #ifndef CHAR_SIZE_32 158 162 #define subtag_simple_base_string SUBTAG(ivector_class_other_bit,12L) 163 #endif 159 164 #define subtag_s8_vector SUBTAG(ivector_class_other_bit,13L) 160 165 #define subtag_u8_vector SUBTAG(ivector_class_other_bit,14L) -
trunk/ccl/lisp-kernel/x86-constants64.s
r4888 r5087 263 263 define_subtag(u64_vector,ivector_class_64_bit,14) 264 264 define_subtag(double_float_vector,ivector_class_64_bit,15) 265 265 266 ifdef([CHAR_SIZE_32],[ 267 define_subtag(simple_base_string,ivector_class_32_bit,12) 268 ]) 266 269 define_subtag(s32_vector,ivector_class_32_bit,13) 267 270 define_subtag(u32_vector,ivector_class_32_bit,14) … … 270 273 define_subtag(s16_vector,ivector_class_other_bit,10) 271 274 define_subtag(u16_vector,ivector_class_other_bit,11) 275 ifdef([CHAR_SIZE_32],[],[ 272 276 define_subtag(simple_base_string,ivector_class_other_bit,12) 277 ]) 273 278 define_subtag(s8_vector,ivector_class_other_bit,13) 274 279 define_subtag(u8_vector,ivector_class_other_bit,14)
Note:
See TracChangeset
for help on using the changeset viewer.
