Searched refs:STORE (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 608 * the aligned store (accomplished with the STORE macro). 640 #define STORE(_type) *((_type *)off) = (_type)uvalue macro 642 #define STORE(_type) macro 648 STORE(uchar_t); 652 STORE(Half); 656 STORE(Word); 660 STORE(Xword); 670 #undef STORE macro
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | crypt.c | 280 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 macro 324 STORE(D,D0,D1,*out); 665 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key); 668 STORE(K,K0,K1,*(C_block *)key); 671 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key); 718 STORE(L,L0,L1,B); 782 STORE(L,L0,L1,B); 785 STORE(L,L0,L1,B); 789 STORE(L,L0,L1,*(C_block *)out);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 234 #define STORE(buf, size, arg, val) if (arg * FORMAT_SIZE + 1 >= size ||\ macro 331 STORE(norm, sz, argp, '*'); 351 STORE(norm, sz, argp, '*'); 461 STORE(norm, sz, arg, conv);
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vpowf.S | 815 st %o4,[%fp+tmp3] ! (Y0_2) STORE exp0 818 st %o4,[%fp+tmp2] ! (Y0_2) STORE i0 842 st %i3,[%fp+tmp4] ! (Y1_2) STORE exp0 845 st %o0,[%fp+tmp5] ! (Y1_2) STORE i0 883 st %l7,[%fp+tmp6] ! (Y2_2) STORE exp0 886 st %i1,[%fp+tmp2] ! (Y2_2) STORE i0 936 st %o4,[%fp+tmp3] ! (Y0_2) STORE exp0 939 st %o4,[%fp+tmp2] ! (Y0_2) STORE i0 1001 st %i2,[%fp+tmp4] ! (Y1_2) STORE exp0 1004 st %o0,[%fp+tmp5] ! (Y1_2) STORE i [all...] |
H A D | __vatan2f.S | 1721 st %l3,[%fp+tmp_pz] ! STORE signx0
|
Completed in 276 milliseconds