Home
last modified time | relevance | path

Searched refs:bswap (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s65 bswap %eax /* reverses the byte order of %eax */
71 bswap %eax /* reverses the byte order of %eax */
82 bswap %eax /* reverses the byte order of %eax */
89 bswap %eax /* reverses the byte order of %eax */
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s45 bswap %eax / reverses the byte order of %eax
51 bswap %eax / reverses the byte order of %eax
62 bswap %eax / reverses the byte order of %eax
69 bswap %eax / reverses the byte order of %eax
/titanic_41/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.s2113 bswap %eax
2122 bswap %eax
2134 bswap %edx
2135 bswap %eax
2143 bswap %eax
2151 bswap %eax
/titanic_41/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
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dunwind.c322 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_make_hdr() local
397 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
404 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
495 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_populate_hdr() local
565 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
572 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
774 if (bswap) { in ld_unwind_populate_hdr()
792 if (bswap) in ld_unwind_populate_hdr()
799 if (bswap) in ld_unwind_populate_hdr()
H A Dmachrel.sparc.c398 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
421 if (bswap) in plt_entry()
435 if (bswap) in plt_entry()
445 if (bswap) in plt_entry()
455 if (bswap) in plt_entry()
465 if (bswap) in plt_entry()
475 if (bswap) in plt_entry()
485 if (bswap) in plt_entry()
495 if (bswap) in plt_entry()
531 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
[all …]
H A Dmachrel.intel.c168 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
182 if (bswap) in plt_entry()
200 if (bswap) in plt_entry()
209 if (bswap) in plt_entry()
219 if (bswap) in plt_entry()
1455 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt() local
1468 if (bswap) in ld_fillin_gotplt()
1498 if (bswap) in ld_fillin_gotplt()
1510 if (bswap) in ld_fillin_gotplt()
1522 if (bswap) in ld_fillin_gotplt()
[all …]
H A Dmachrel.amd.c200 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
216 if (bswap) in plt_entry()
237 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
251 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
270 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
1462 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt() local
1475 if (bswap) in ld_fillin_gotplt()
1521 bswap, ofl->ofl_lml) == 0) { in ld_fillin_gotplt()
1536 bswap, ofl->ofl_lml) == 0) { in ld_fillin_gotplt()
H A DREADME.XLINK115 argument named "bswap". Each relocation engine must be prepared to
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c196 const char *file, int bswap, void *lml) in do_reloc_krtld()
226 if (bswap) { in do_reloc_krtld()
291 if (bswap) { in do_reloc_krtld()
313 if (bswap) { in do_reloc_krtld()
/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c194 const char *file, int bswap, void *lml) in do_reloc_krtld()
224 if (bswap) { in do_reloc_krtld()
246 if (bswap) { in do_reloc_krtld()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.s90 bswap %eax
137 bswap %eax
/titanic_41/usr/src/uts/intel/amd64/ml/
H A Damd64.il82 bswap %eax
87 bswap %eax
92 bswap %eax
98 bswap %eax
/titanic_41/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
/titanic_41/usr/src/uts/sparc/krtld/
H A Ddoreloc.c373 const char *file, int bswap, void *lml) in do_reloc_krtld()
430 if (bswap) { in do_reloc_krtld()
618 if (bswap) { in do_reloc_krtld()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h72 #define ATTR_ENCODE(x, attr, length, bswap) \ argument
75 BF64_SET(x, 16, 8, bswap); \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1414 dmu_object_byteswap_t bswap = in snprintf_blkptr() local
1419 dmu_ot_byteswap[bswap].ob_name); in snprintf_blkptr()
H A Darc.c4222 dmu_object_byteswap_t bswap = in arc_read_done() local
4226 dmu_ot_byteswap[bswap].ob_func; in arc_read_done()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c4468 int bswap = 0; in gethdr() local
4487 bswap = 1; in gethdr()
4632 if (bswap) in gethdr()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog1366 * stage2/fsys_xfs.c (le32): Don't use bswap, but use xchgb and
1367 roll, because 386 doesn't have bswap. Reported by Frode Vatvedt