Searched refs:SET_MASK (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_asm32.S | 110 #define SET_MASK(src, i) \ macro 159 SET_MASK(%edx, 0) 160 SET_MASK(%edx, 1) 161 SET_MASK(%edx, 2) 162 SET_MASK(%edx, 3) 163 SET_MASK(%edx, 4) 164 SET_MASK(%edx, 5) 165 SET_MASK(%edx, 6) 166 SET_MASK(%edx, 7)
|
H A D | xsave_asm64.S | 149 #define SET_MASK(src, i) \ macro 237 SET_MASK(%rdi, 0) 238 SET_MASK(%rdi, 1) 239 SET_MASK(%rdi, 2) 240 SET_MASK(%rdi, 3) 241 SET_MASK(%rdi, 4) 242 SET_MASK(%rdi, 5) 243 SET_MASK(%rdi, 6) 244 SET_MASK(%rdi, 7)
|