| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.cc | 734 /* bswap THIS. */ 736 wide_int_storage::bswap () const function in class:wide_int_storage
|
| gimple-ssa-store-merging.cc | 328 /* Initialize the symbolic number N for the bswap pass from the base element 460 /* Sources are different, cancel bswap if they are not memory location with 896 /* Check if STMT completes a bswap implementation or a read in a given 897 endianness consisting of ORs, SHIFTs and ANDs and sets *BSWAP 905 find_bswap_or_nop (gimple *stmt, struct symbolic_number *n, bool *bswap, 994 *bswap = false; 996 *bswap = true; 1009 *bswap = true; 1022 "bswap", /* name */ 1084 /* Perform the bswap optimization: replace the expression computed in the rh 1388 bool bswap; local 1504 bool bswap, cast64_to_32; local 4231 bool bswap = group->stores[0]->rhs_code == LROTATE_EXPR; local [all...] |
| /src/usr.bin/kdump/ |
| kdump.c | 1244 int bswap = word_sz - 1; local 1246 #define bswap 0 macro 1299 bp[(l ^ bswap) * bsize] = hex[c >> 4]; 1300 bp[(l ^ bswap) * bsize + 1] = hex[c & 0xf];
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa_misc.c | 1609 dmu_object_byteswap_t bswap = local 1611 (void) snprintf(type, sizeof (type), "bswap %s %s", 1614 dmu_ot_byteswap[bswap].ob_name);
|
| arc.c | 2039 dmu_object_byteswap_t bswap = hdr->b_l1hdr.b_byteswap; local 2067 if (bswap != DMU_BSWAP_NUMFUNCS) { 2069 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); 2070 dmu_ot_byteswap[bswap].ob_func(buf->b_data, HDR_GET_LSIZE(hdr));
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| transfer.c | 998 /* Utility function for byteswapping an array, using the bswap 1174 unit_convert bswap = convert & ~(GFC_CONVERT_R16_IEEE | GFC_CONVERT_R16_IBM); local 1175 if (bswap == GFC_CONVERT_SWAP)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| transfer.c | 998 /* Utility function for byteswapping an array, using the bswap 1160 unit_convert bswap = convert & ~(GFC_CONVERT_R16_IEEE | GFC_CONVERT_R16_IBM); local 1161 if (bswap == GFC_CONVERT_SWAP)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| declaration.h | 516 bswap, member in class:BUILTIN
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-store-merging.cc | 328 /* Initialize the symbolic number N for the bswap pass from the base element 460 /* Sources are different, cancel bswap if they are not memory location with 906 bool* bswap) 910 *bswap = false; 912 *bswap = true; 926 *bswap = true; 932 /* Check if STMT completes a bswap implementation or a read in a given 933 endianness consisting of ORs, SHIFTs and ANDs and sets *BSWAP 941 find_bswap_or_nop (gimple *stmt, struct symbolic_number *n, bool *bswap, 1031 if (!is_bswap_or_nop_p (tmp_n, cmpxchg, cmpnop, mask, bswap)) 1470 bool bswap; local 1587 bool bswap, cast64_to_32; local 4335 bool bswap = group->stores[0]->rhs_code == LROTATE_EXPR; local [all...] |