Searched refs:MASK_0x000fffff (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vpow.S | 606 #define MASK_0x000fffff %o3 macro 1082 sethi %hi(0xffc00),MASK_0x000fffff 1090 add MASK_0x000fffff,0x3ff,MASK_0x000fffff 1096 st MASK_0x000fffff,[%fp+tmp_mant] 1118 and MASK_0x000fffff,%l0,%o5 ! (Y0_3) hx &= 0xfffff; 1148 cmp %l0,MASK_0x000fffff ! (Y0_2) if (hx <= 0xfffff) 1169 and MASK_0x000fffff,%l0,%i4 ! (Y1_2) hx &= 0xfffff; 1182 cmp %l0,MASK_0x000fffff ! (Y1_2) if (hx <= 0xfffff) 1235 and MASK_0x000fffff,%l0,%o5 ! (Y0_3) hx &= 0xfffff; 1263 cmp %l0,MASK_0x000fffff ! (Y0_2) if (hx <= 0xfffff) [all …]
|