Home
last modified time | relevance | path

Searched refs:TFLAG (Results 1 – 25 of 49) sorted by relevance

12

/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dmathfunc.c109 #define TFLAG(x) ((x) << 8) macro
114 TFLAG(TF_NOCONV|TF_NOASS)),
137 NUMMATHFUNC("int", math_func, 1, 1, MF_INT | TFLAG(TF_NOASS)),
140 NUMMATHFUNC("jn", math_func, 2, 2, MF_JN | TFLAG(TF_INT1)),
141 NUMMATHFUNC("ldexp", math_func, 2, 2, MF_LDEXP | TFLAG(TF_INT2)),
153 NUMMATHFUNC("scalb", math_func, 2, 2, MF_SCALB | TFLAG(TF_INT2)),
164 NUMMATHFUNC("yn", math_func, 2, 2, MF_YN | TFLAG(TF_INT1))
175 if (argc && !(id & TFLAG(TF_NOCONV))) { in math_func()
176 if (id & TFLAG(TF_INT1)) in math_func()
181 if (id & TFLAG(TF_INT2)) in math_func()
[all …]
/dports/japanese/groff/groff-1.18.1.1/doc/
H A DMakefile.in68 TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac
70 TROFF=$(top_builddir)/src/roff/troff/troff $(TFLAG) $(FFLAG) -ww
76 | $(top_builddir)/src/roff/groff/groff $(TFLAG) $(FFLAG) -Upet -ww
H A DMakefile.sub39 TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac
47 | $(top_builddir)/src/roff/groff/groff $(TFLAG) $(FFLAG) -Upet -ww
/dports/japanese/groff/groff-1.18.1.1/contrib/mom/
H A DMakefile.sub27 TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac -M$(srcdir)
33 $(top_builddir)/src/roff/groff/groff $(FFLAG) $(TFLAG)
H A DChangeLog37 o Makefile.sub (FFLAG, TFLAG): Add paths to source directories.
104 o Makefile.sub (TFLAG): Add `$(top_builddir)/tmac'.
/dports/net/urlendec/urlendec-1.0/
H A Durlencode.asm70 %define TFLAG 10h
74 %define AFLAG (TFLAG|DFLAG)
171 test ah, TFLAG
378 or ah, TFLAG
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/generator68k/
H A Dcpu68k-inline.h19 #define TFLAG (regs.sr.sr_struct.t) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darminit.c275 int esize = (TFLAG ? 0 : 4); in ARMul_Abort()
276 int e2size = (TFLAG ? -4 : 0); in ARMul_Abort()
H A Darmemu.h64 #define TFLAG state->TFlag macro
68 #define INSN_SIZE (TFLAG ? 2 : 4)
159 #define CPSR (ECC | EINT | EMODE | (TFLAG << 5))
H A Darmemu.c447 if (TFLAG) in ARMul_Emulate32()
1365 if (TFLAG) in ARMul_Emulate32()
3840 if (TFLAG) in WriteR15()
3868 if (TFLAG) in WriteSR15()
3876 if (TFLAG) in WriteSR15()
4567 if (!TFLAG) in StoreMult()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darminit.c275 int esize = (TFLAG ? 0 : 4); in ARMul_Abort()
276 int e2size = (TFLAG ? -4 : 0); in ARMul_Abort()
H A Darmemu.h64 #define TFLAG state->TFlag macro
68 #define INSN_SIZE (TFLAG ? 2 : 4)
159 #define CPSR (ECC | EINT | EMODE | (TFLAG << 5))
H A Darmemu.c447 if (TFLAG) in ARMul_Emulate32()
1365 if (TFLAG) in ARMul_Emulate32()
3840 if (TFLAG) in WriteR15()
3868 if (TFLAG) in WriteSR15()
3876 if (TFLAG) in WriteSR15()
4567 if (!TFLAG) in StoreMult()
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darmemu.h64 #define TFLAG state->TFlag macro
68 #define INSN_SIZE (TFLAG ? 2 : 4)
159 #define CPSR (ECC | EINT | EMODE | (TFLAG << 5))
H A Darminit.c279 int esize = (TFLAG ? 0 : 4); in ARMul_Abort()
280 int e2size = (TFLAG ? -4 : 0); in ARMul_Abort()
H A Darmemu.c652 if (TFLAG) in ARMul_Emulate32()
1570 if (TFLAG) in ARMul_Emulate32()
4135 if (TFLAG) in WriteR15()
4163 if (TFLAG) in WriteSR15()
4171 if (TFLAG) in WriteSR15()
4862 if (!TFLAG) in StoreMult()
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darmemu.h63 #define TFLAG state->TFlag macro
67 #define INSN_SIZE (TFLAG ? 2 : 4)
158 #define CPSR (ECC | EINT | EMODE | (TFLAG << 5))
H A Darminit.c278 int esize = (TFLAG ? 0 : 4); in ARMul_Abort()
279 int e2size = (TFLAG ? -4 : 0); in ARMul_Abort()
H A Darmemu.c651 if (TFLAG) in ARMul_Emulate32()
1569 if (TFLAG) in ARMul_Emulate32()
4134 if (TFLAG) in WriteR15()
4162 if (TFLAG) in WriteSR15()
4170 if (TFLAG) in WriteSR15()
4861 if (!TFLAG) in StoreMult()
/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dcpu68k-inline.h19 #define TFLAG (reg68k_sr.sr_struct.t) macro
/dports/textproc/groff/groff-1.22.4/contrib/pdfmark/
H A Dpdfmark.am65 $(FFLAG) $(TFLAG) $(PDFMARK_TFLAG) $(PDFMARK_PFLAG)
/dports/textproc/groff/groff-1.22.4/contrib/hdtbl/
H A Dhdtbl.am32 $(GROFFBIN) $(FFLAG) $(TFLAG) $(HDTBL_TFLAG) $(HDTBL_PFLAG)
/dports/textproc/groff/groff-1.22.4/contrib/mom/
H A Dmom.am30 $(PDFMOMBIN) $(FFLAG) $(TFLAG) $(MOM_TFLAG) $(MOM_KFLAG)
/dports/textproc/groff/groff-1.22.4/
H A DMakefile.am607 TFLAG=-M$(abs_top_builddir)/tmac -M$(abs_top_srcdir)/tmac macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dfpsp.h197 .set TFLAG,4 | which bit is T flag

12