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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp293 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
294 swapped |= (Value & 0x0000FFFF) << 16;
295 return swapped;
314 // but with 16-bit halfwords swapped.
316 uint64_t swapped = (Value & 0xFFFF0000) >> 16; local
317 swapped |= (Value & 0x0000FFFF) << 16;
318 return swapped;
352 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
353 swapped |= (out & 0x0000FFFF) << 16;
354 return swapped;
382 uint64_t swapped = (out & 0xFFFF0000) >> 16; local
397 uint32_t swapped = (out & 0xFFFF0000) >> 16; local
513 uint32_t swapped = (Value & 0xFFFF0000) >> 16; local
[all...]
/freebsd-10.0-release/share/i18n/esdb/UTF/
H A DMakefile16 UTF-16-SWAPPED-var= utf16,swapped,force
26 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-10.0-release/contrib/libpcap/
H A Dsf-pcap-ng.c242 if (p->sf.swapped) {
349 if (p->sf.swapped) {
484 if (p->sf.swapped)
579 p->sf.swapped = 1;
630 if (p->sf.swapped) {
688 if (p->sf.swapped) {
811 if (p->sf.swapped) {
846 if (p->sf.swapped) {
876 if (p->sf.swapped) {
905 if (p->sf.swapped) {
[all...]
H A Dsf-pcap.c137 * number for a pcap savefile, or for a byte-swapped pcap
144 p->sf.swapped = 1;
169 * If it's a byte-swapped capture file, byte-swap the header.
171 if (p->sf.swapped) {
329 if (p->sf.swapped) {
351 * so presumably they weren't swapped.
433 if (p->sf.swapped) {
H A Dpcap-int.h110 int swapped; member in struct:pcap_sf
H A Dpcap.c1164 return (p->sf.swapped);
H A Dgencode.c3199 bpf_pcap->sf.swapped)
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defx_wol.c136 uint32_t swapped = 0; local
146 * MC bitmask is supposed to be bit swapped
159 swapped <<= 1;
160 swapped |= (native & 0x1);
166 EFX_DWORD_0, swapped);
167 swapped = 0;
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dipft_pc.c60 static int pfd = -1, swapped = 0; variable
103 swapped = 1;
154 if (swapped) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dbuildsym.c859 int swapped;
866 swapped = 0;
877 swapped = 1;
883 while (swapped);
852 int swapped; local
H A Dgdbarch.sh1234 region are created. These memory regions are swapped whenever the
1238 Memory regions are swapped / initialized in the order that they are
1901 /* Keep a registry of swapped data required by GDB modules. */
2130 /* The existing architecture has been swapped out - all this code
/freebsd-10.0-release/contrib/gcc/config/
H A Dfp-bit.c459 FLO_union_type swapped;
462 swapped.words[0] = src->words[3];
463 swapped.words[1] = src->words[2];
464 swapped.words[2] = src->words[1];
465 swapped.words[3] = src->words[0];
467 swapped.words[0] = src->words[1];
468 swapped.words[1] = src->words[0];
470 src = &swapped;
/freebsd-10.0-release/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
/freebsd-10.0-release/contrib/gcc/
H A Dreload.c2561 int swapped;
2896 swapped = 0;
3104 if ((swapped && (m != commutative || i != commutative + 1))
3105 /* If we are matching as if two operands were swapped,
3107 with swapped.
3143 The pointers in operand_loc are not swapped; swap
3145 if (swapped && i == commutative)
3147 else if (swapped && i == commutative + 1)
3151 if (swapped && m == commutative)
3153 else if (swapped
2548 int swapped; local
[all...]
H A Doptabs.c1169 /* Return whether OP0 and OP1 should be swapped when expanding a commutative
3849 constant and Y is not a constant, then the comparison is swapped to
3914 enum rtx_code swapped = swap_condition (comparison);
3931 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc))
3935 comparison = swapped;
3898 enum rtx_code swapped = swap_condition (comparison); local
H A Dc-typeck.c1939 bool swapped = false;
1957 swapped = true;
1974 if (!swapped)
1929 bool swapped = false; local
H A Dcombine.c4890 int swapped = 0;
4896 swapped = 1, true_code = EQ, false_code = NE;
4925 SUBST (XEXP (x, 1), swapped ? false_rtx : true_rtx);
4926 SUBST (XEXP (x, 2), swapped ? true_rtx : false_rtx);
5057 would be a match if we swapped the operands. */
9700 and adjust the comparison code for swapped operands; similarly for
4872 int swapped = 0; local
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2452 Flag swapped = 0; local
2461 swapped = 1;
2484 if (!swapped)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6383 // Canonicalize the ExtVector to the LHS, remember if we swapped so we can
6385 bool swapped = false; local
6387 swapped = true;
6401 if (swapped) std::swap(RHS, LHS);
6412 if (swapped) std::swap(RHS, LHS);
6419 if (swapped) std::swap(RHS, LHS);
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c6550 int swapped = 0;
6571 && (swapped = 1, !comparison_dominates_p (cond2, cond1)))
6574 if (swapped)
6723 comparison will have to be swapped when we emit the assembler. */
6730 /* This operation is performed swapped, but since we only rely on the Z
10975 swapped with a stack adjustment. */
13866 swapped with a stack adjustment. */
6538 int swapped = 0; local

Completed in 517 milliseconds