Searched refs:XCC (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk26 # These variables with an X_ prefix will also be provided if XCC is set.
109 .for cc X_ in CC $${_empty_var_} XCC X_
110 .if ${cc} == "CC" || !empty(XCC)
133 .if ${cc} == "CC" || (${cc} == "XCC" && ${XCC} != ${CC})
188 .endif # ${cc} == "CC" || (${cc} == "XCC" && ${XCC} != ${CC})
198 .endif # ${cc} == "CC" || !empty(XCC)
199 .endfor # .for cc in CC XCC
/freebsd-11-stable/
H A DMakefile.libcompat103 LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
H A DMakefile.inc174 .if ${XCC:N${CCACHE_BIN}:M/*}
570 CROSSENV+= CC="${XCC} ${XCFLAGS}" CXX="${XCXX} ${XCXXFLAGS} ${XCFLAGS}" \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c156 #define XCC (1 << 12) /* v9 */
1229 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|XCC|(1<<11), "z,2,d", flags, v9 }, \
1230 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|XCC|(1<<11), "z,I,d", flags, v9 }, \
1231 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|XCC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|(1<<11), "Z,2,d", flags, v9 }, \
1232 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|XCC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|(1<<11), "Z,I,d", flags, v9 }
155 #define XCC macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c3212 #define XCC (2 << 20)
3215 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC)
3201 #define XCC macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c3387 #define XCC (2 << 20)
3390 #define INSN_BPA (F2(0,1) | CONDA | BPRED | XCC)
3382 #define XCC macro

Completed in 183 milliseconds