Searched refs:bswap (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/i386/
H A Di386.il32 / Device registers are in Big Endian byte order, so use bswap instructions.
38 bswap %edx
39 bswap %eax
44 bswap %eax
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s66 bswap %eax /* reverses the byte order of %eax */
72 bswap %eax /* reverses the byte order of %eax */
83 bswap %eax /* reverses the byte order of %eax */
90 bswap %eax /* reverses the byte order of %eax */
105 bswap %eax /* reverses the byte order of %eax */
112 bswap %eax /* reverses the byte order of %eax */
131 bswap %eax /* reverses the byte order of %eax */
138 bswap %eax /* reverses the byte order of %eax */
152 bswap %eax /* reverses the byte order of %eax */
158 bswap
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/amd64/
H A Damd64.il32 / Device registers are in Big Endian byte order, so use bswap* instructions.
42 bswap %eax
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s48 bswap %eax / reverses the byte order of %eax
54 bswap %eax / reverses the byte order of %eax
65 bswap %eax / reverses the byte order of %eax
72 bswap %eax / reverses the byte order of %eax
83 bswap %eax / reverses the byte order of %eax
94 bswap %eax / reverses the byte order of %eax
105 bswap %eax / reverses the byte order of %eax
112 bswap %eax / reverses the byte order of %eax
125 bswap %eax / reverses the byte order of %eax
131 bswap
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il74 bswap %edx
75 bswap %eax
81 bswap %edx
82 bswap %eax
87 bswap %eax
92 bswap %eax
97 bswap %eax
103 bswap %eax
H A Di86_subr.s2118 bswap %eax
2127 bswap %eax
2139 bswap %edx
2140 bswap %eax
2148 bswap %eax
2156 bswap %eax
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c194 const char *file, int bswap, void *lml)
224 if (bswap) {
246 if (bswap) {
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c196 const char *file, int bswap, void *lml)
226 if (bswap) {
291 if (bswap) {
313 if (bswap) {
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.s90 bswap %eax
137 bswap %eax
/illumos-gate/usr/src/uts/intel/amd64/ml/
H A Damd64.il82 bswap %eax
87 bswap %eax
92 bswap %eax
98 bswap %eax
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c322 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
397 length = extract_uint(data + off, &ndx, bswap);
404 id = extract_uint(data + off, &ndx, bswap);
495 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
565 length = extract_uint(data + off, &ndx, bswap);
572 id = extract_uint(data + off, &ndx, bswap);
774 if (bswap) {
792 if (bswap)
799 if (bswap)
H A Dmachrel.sparc.c398 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
421 if (bswap)
435 if (bswap)
445 if (bswap)
455 if (bswap)
465 if (bswap)
475 if (bswap)
485 if (bswap)
495 if (bswap)
531 int bswap local
840 int bswap = OFL_SWAP_RELOC_DATA(ofl, arsp); local
994 int bswap; local
[all...]
H A Dmachrel.intel.c168 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
182 if (bswap)
200 if (bswap)
209 if (bswap)
219 if (bswap)
1455 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
1468 if (bswap)
1498 if (bswap)
1510 if (bswap)
1522 if (bswap)
[all...]
H A Dmachrel.amd.c200 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
216 if (bswap)
237 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap,
251 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap,
270 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap,
1462 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; local
1475 if (bswap)
1521 bswap, ofl->ofl_lml) == 0) {
1536 bswap, ofl->ofl_lml) == 0) {
/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c373 const char *file, int bswap, void *lml)
430 if (bswap) {
618 if (bswap) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h51 * | unused | len | bswap | attr num |
72 #define ATTR_ENCODE(x, attr, length, bswap) \
75 BF64_SET(x, 16, 8, bswap); \
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1433 dmu_object_byteswap_t bswap = local
1435 (void) snprintf(type, sizeof (type), "bswap %s %s",
1438 dmu_ot_byteswap[bswap].ob_name);
H A Darc.c1874 dmu_object_byteswap_t bswap = hdr->b_l1hdr.b_byteswap; local
1952 if (bswap != DMU_BSWAP_NUMFUNCS) {
1954 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS);
1955 dmu_ot_byteswap[bswap].ob_func(buf->b_data, HDR_GET_LSIZE(hdr));
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4468 int bswap = 0; local
4487 bswap = 1;
4632 if (bswap)

Completed in 288 milliseconds