Searched refs:def (Results 1 – 4 of 4) sorted by relevance
31 result2.txt: test.txt local.def32 $(DEFVAL) -Mlocal.def $< $@34 result3.txt: test.txt local.def35 $(DEFVAL) -Mlocal.def -DOUTPUT=$@ -DFILENAME=d:/home/test/filename.txt $< $@
98 test2.lcf: test2.lsf $(MAKELCF) test2.def99 $(MAKELCF) -T $(basename $@) $(MAKELCF_FLAGS) -Mtest2.def $< $(LCFILE_TEMPLATE) $@
36 test2.lcf: test2.lsf $(MAKELCF) test2.def37 $(MAKELCF) $(MAKELCF_FLAGS) -Mtest2.def $< $(LCFILE_TEMPLATE) $@
50 #define HALFW_DCD( cond, d, n, offset, sign, ldst, def ) \ argument51 dcd (def)|(cond)|(sign)|(ldst)|HALFW_RN(n)|HALFW_RD(d)|HALFW_IMM(offset)