Searched refs:SWAP (Results 26 - 32 of 32) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dm68k.c1536 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } CONST_METHOD;
1571 return SWAP;
1599 case SWAP:
1760 case SWAP:
1528 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } CONST_METHOD; enumerator in enum:__anon165
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.c1672 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ } CONST_METHOD;
1706 return SWAP;
1724 case SWAP :
1772 case SWAP :
1662 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ } CONST_METHOD; enumerator in enum:__anon5932
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c32 ** -- fixed SWAP define and tested on 386
76 /* define SWAP for 386/960 reverse-byte-order brain-damaged CPUs */
79 #ifdef SWAP
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-niter.c46 #define SWAP(X, Y) do { void *tmp = (X); (X) = (Y); (Y) = tmp; } while (0) macro
577 SWAP (iv0, iv1);
/openbsd-current/gnu/lib/libreadline/
H A Dvi_mode.c890 SWAP (rl_point, rl_mark);
/openbsd-current/sys/net/
H A Dpf_table.c95 #define SWAP(type, a1, a2) \ macro
2114 SWAP(struct radix_node_head *, kt->pfrkt_ip4,
2116 SWAP(struct radix_node_head *, kt->pfrkt_ip6,
2118 SWAP(int, kt->pfrkt_cnt, shadow->pfrkt_cnt);
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp399 Victim = DAG.getNode(AVRISD::SWAP, dl, VT, Victim);
406 Victim = DAG.getNode(AVRISD::SWAP, dl, VT, Victim);

Completed in 109 milliseconds

12