Lines Matching refs:tmp

78     opinst) extrafile_args="-Q tmp-opinst.c1 $extrafile_args" ;;
85 rm -f tmp-desc.h tmp-desc.h1
86 rm -f tmp-desc.c tmp-desc.c1
87 rm -f tmp-opc.h tmp-opc.h1
88 rm -f tmp-opc.c tmp-opc.c1
89 rm -f tmp-opinst.c tmp-opinst.c1
90 rm -f tmp-ibld.h tmp-ibld.h1
91 rm -f tmp-ibld.c tmp-ibld.in1
92 rm -f tmp-asm.c tmp-asm.in1
93 rm -f tmp-dis.c tmp-dis.in1
103 -H tmp-desc.h1 \
104 -C tmp-desc.c1 \
105 -O tmp-opc.h1 \
106 -P tmp-opc.c1 \
107 -L tmp-ibld.in1 \
108 -A tmp-asm.in1 \
109 -D tmp-dis.in1 \
113 sed -e "s/@ARCH@/${ARCH}/g" -e "s/@arch@/${arch}/g" < tmp-desc.h1 > tmp-desc.h
114 ${rootdir}/move-if-change tmp-desc.h ${srcdir}/${prefix}-desc.h
117 -e "s/@prefix@/${prefix}/" < tmp-desc.c1 > tmp-desc.c
118 ${rootdir}/move-if-change tmp-desc.c ${srcdir}/${prefix}-desc.c
120 sed -e "s/@ARCH@/${ARCH}/g" -e "s/@arch@/${arch}/g" < tmp-opc.h1 > tmp-opc.h
121 ${rootdir}/move-if-change tmp-opc.h ${srcdir}/${prefix}-opc.h
124 -e "s/@prefix@/${prefix}/" < tmp-opc.c1 > tmp-opc.c
125 ${rootdir}/move-if-change tmp-opc.c ${srcdir}/${prefix}-opc.c
130 -e "s/@prefix@/${prefix}/" < tmp-opinst.c1 >tmp-opinst.c
131 ${rootdir}/move-if-change tmp-opinst.c ${srcdir}/${prefix}-opinst.c
135 cat ${srcdir}/cgen-ibld.in tmp-ibld.in1 | \
137 -e "s/@prefix@/${prefix}/" > tmp-ibld.c
138 ${rootdir}/move-if-change tmp-ibld.c ${srcdir}/${prefix}-ibld.c
140 sed -e "/ -- assembler routines/ r tmp-asm.in1" ${srcdir}/cgen-asm.in \
142 -e "s/@prefix@/${prefix}/" > tmp-asm.c
143 ${rootdir}/move-if-change tmp-asm.c ${srcdir}/${prefix}-asm.c
145 sed -e "/ -- disassembler routines/ r tmp-dis.in1" ${srcdir}/cgen-dis.in \
147 -e "s/@prefix@/${prefix}/" > tmp-dis.c
148 ${rootdir}/move-if-change tmp-dis.c ${srcdir}/${prefix}-dis.c
151 rm -f tmp-desc.h1 tmp-desc.c1
152 rm -f tmp-opc.h1 tmp-opc.c1
153 rm -f tmp-opinst.c1
154 rm -f tmp-ibld.h1 tmp-ibld.in1
155 rm -f tmp-asm.in1 tmp-dis.in1