Home
last modified time | relevance | path

Searched refs:TARG (Results 176 – 200 of 1007) sorted by relevance

12345678910>>...41

/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/slof/
H A Dpaflof.c29 #include ISTR(TARG,h)
47 #include ISTR(TARG,c)
117 #include ISTR(TARG,code) in engine()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/unix/make/
H A DMakefile.mk1 TARG=mk
37 all: $(TARG)
41 install: $(TARG)
H A DMakefile.CMD2 $(TARG): $(OFILES)
3 …$(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -L../libutf -L../libfmt -L../libbio -L../libregexp -lre…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tcs/
H A Dmkfile3 TARG=tcs
34 rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG
37 rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG
/dports/devel/avr-gdb/gdb-7.3.1/include/opcode/
H A Darm.h247 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
249 (TARG).core = (F1).core | (F2).core; \
250 (TARG).coproc = (F1).coproc | (F2).coproc; \
253 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
255 (TARG).core = (F1).core &~ (F2).core; \
256 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Darm.h344 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
346 (TARG).core[0] = (F1).core[0] | (F2).core[0];\
347 (TARG).core[1] = (F1).core[1] | (F2).core[1];\
348 (TARG).coproc = (F1).coproc | (F2).coproc; \
351 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
353 (TARG).core[0] = (F1).core[0] &~ (F2).core[0];\
354 (TARG).core[1] = (F1).core[1] &~ (F2).core[1];\
355 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Darm.h344 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
346 (TARG).core[0] = (F1).core[0] | (F2).core[0];\
347 (TARG).core[1] = (F1).core[1] | (F2).core[1];\
348 (TARG).coproc = (F1).coproc | (F2).coproc; \
351 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
353 (TARG).core[0] = (F1).core[0] &~ (F2).core[0];\
354 (TARG).core[1] = (F1).core[1] &~ (F2).core[1];\
355 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/devel/libixp/libixp-0.5/mk/
H A Dman.mk1 install: ${TARG:.1=.install}
2 uninstall: ${TARG:.1=.uninstall}
/dports/x11-wm/wmii/wmii-3.6/mk/
H A Dman.mk1 install: ${TARG:.1=.install}
2 uninstall: ${TARG:.1=.uninstall}
/dports/net/drawterm/drawterm/
H A DMakefile31 default: $(TARG)
32 $(TARG): $(OFILES) $(LIBS)
33 $(CC) $(LDFLAGS) -o $(TARG) $(OFILES) $(LIBS) $(LDADD)
/dports/emulators/aranym/aranym-1.1.0/src/disasm/
H A Darm.h351 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
353 (TARG).core[0] = (F1).core[0] | (F2).core[0];\
354 (TARG).core[1] = (F1).core[1] | (F2).core[1];\
355 (TARG).coproc = (F1).coproc | (F2).coproc; \
358 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
360 (TARG).core[0] = (F1).core[0] &~ (F2).core[0];\
361 (TARG).core[1] = (F1).core[1] &~ (F2).core[1];\
362 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Darm.h374 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
377 (TARG).core[0] = (F1).core[0] | (F2).core[0]; \
378 (TARG).core[1] = (F1).core[1] | (F2).core[1]; \
379 (TARG).coproc = (F1).coproc | (F2).coproc; \
383 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
386 (TARG).core[0] = (F1).core[0] &~ (F2).core[0]; \
387 (TARG).core[1] = (F1).core[1] &~ (F2).core[1]; \
388 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/arm/gnu/
H A Dopcode-arm.h354 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
356 (TARG).core[0] = (F1).core[0] | (F2).core[0];\
357 (TARG).core[1] = (F1).core[1] | (F2).core[1];\
358 (TARG).coproc = (F1).coproc | (F2).coproc; \
361 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
363 (TARG).core[0] = (F1).core[0] &~ (F2).core[0];\
364 (TARG).core[1] = (F1).core[1] &~ (F2).core[1];\
365 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/x11-wm/wmii/wmii-3.6/man/
H A Dmkfile1 TARG = `{make -VTARG}
5 all:V: $TARG
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/man/
H A Dmkfile1 TARG = `{bmake -VTARG}
5 all:V: $TARG
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/opcode/
H A Darm.h277 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
279 (TARG).core = (F1).core | (F2).core; \
280 (TARG).coproc = (F1).coproc | (F2).coproc; \
283 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
285 (TARG).core = (F1).core &~ (F2).core; \
286 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A Darm.h277 #define ARM_MERGE_FEATURE_SETS(TARG,F1,F2) \ argument
279 (TARG).core = (F1).core | (F2).core; \
280 (TARG).coproc = (F1).coproc | (F2).coproc; \
283 #define ARM_CLEAR_FEATURE(TARG,F1,F2) \ argument
285 (TARG).core = (F1).core &~ (F2).core; \
286 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
/dports/www/interchange/interchange-5.6.3/scripts/
H A Doffline.PL209 open(TARG, "+<$asc_targ")
211 lockfile(\*TARG, 1, 1)
234 unlockfile(\*TARG);
237 close TARG;
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dfo_rev.c170 #define TARG rp_T[arg] macro
636 if (TARG == 0) in fos_pl_reverse()
1290 r0 /= TARG; in fos_pl_reverse()
1329 r0 /= TARG; in fos_pl_reverse()
1527 r0 = 1.0/TARG; in fos_pl_reverse()
1558 if (TARG == 0.0) in fos_pl_reverse()
1597 if (TARG == 0.0) in fos_pl_reverse()
1815 if (TARG < 0.0) in fos_pl_reverse()
1950 if (TARG > 0.0) { in fos_pl_reverse()
2083 if (TARG > 0.0) { in fos_pl_reverse()
[all …]

12345678910>>...41