Home
last modified time | relevance | path

Searched refs:FSUB (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/bin/pax/
Doptions.c157 FSUB fsub[] = {
286 FSUB tmp; in pax_options()
481 frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in pax_options()
482 sizeof(fsub)/sizeof(FSUB), sizeof(FSUB), c_frmt); in pax_options()
489 for (i = 0; i < (sizeof(fsub)/sizeof(FSUB)); ++i) in pax_options()
1513 FSUB tmp; in cpio_options()
1698 frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in cpio_options()
1699 sizeof(fsub)/sizeof(FSUB), sizeof(FSUB), c_frmt); in cpio_options()
1706 for (i = 0; i < (sizeof(fsub)/sizeof(FSUB)); ++i) in cpio_options()
1890 return strcmp(((const FSUB *)a)->name, ((const FSUB *)b)->name); in c_frmt()
Dextern.h200 extern FSUB fsub[];
227 extern FSUB *frmt;
Dpax.h225 } FSUB; typedef
Dpax.c77 FSUB *frmt = NULL; /* archive format type */
Dar_subs.c759 FSUB *orgfrmt; in append()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drx-parse.h123 FSUB = 324, /* FSUB */ enumerator
292 #define FSUB 324 macro
Drx-parse.y161 %token FADD FCMP FDIV FMUL FREIT FSUB FSQRT FTOD FTOI FTOU
674 | FSUB { sub_op = 0; } float3_op
1395 OPC(FSUB),
Drx-parse.c305 FSUB = 324, /* FSUB */ enumerator
474 #define FSUB 324 macro
4741 OPC(FSUB),
/netbsd/src/sys/arch/m68k/fpsp/
Dssinh.sa142 FSUB.D T1(pc),FP0 ...(|X|-16381LOG2_LEAD)
149 FSUB.D T2(pc),FP0 ...|X| - 16381 LOG2, ACCURATE
Dscosh.sa138 FSUB.D T1(pc),FP0 ...(|X|-16381LOG2_LEAD)
139 FSUB.D T2(pc),FP0 ...|X| - 16381 LOG2, ACCURATE
Dssin.sa242 FSUB.X (A1)+,FP0 ...X-Y1
244 FSUB.S (A1),FP0 ...FP0 IS R = (X-Y1)-Y2
398 FSUB.S #:00800000,FP0 ;last inst - possible exception set
497 FSUB.S TWOTO63(a6),FP2 ...FP2 is N
596 FSUB.X (A1)+,FP0 ...X-Y1
597 FSUB.S (A1),FP0 ...FP0 IS R = (X-Y1)-Y2
765 FSUB.S #:00800000,FP1
Dstwotox.sa286 FSUB.X FP1,FP0 ...X - (1/64)*INT(64 X)
392 FSUB.X FP1,FP0 ...X - N L_LEAD
395 FSUB.X FP2,FP0 ...X - N L_TRAIL
Dslogn.sa400 FSUB.X F(a6),FP0 ...Y-F
451 FSUB.S one,FP1 ...FP1 IS X-1
570 FSUB.X F(a6),FP0 ...2-F
588 FSUB.X F(a6),FP0 ...1-F
Dstan.sa227 FSUB.X (a1)+,FP0 ...X-Y1
230 FSUB.S (a1),FP0 ...FP0 IS R = (X-Y1)-Y2
428 FSUB.S TWOTO63(a6),FP2 ...FP2 is N
Dsasin.sa101 FSUB.X FP0,FP1 ...1-X
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh4a.md174 ;; FCMP/GT, FADD, FLOAT, FMAC, FMUL, FSUB, FTRC, FRVHG, FSCHG
204 ;; Double-precision floating-point (FADD,FMUL,FSUB)
Dsh4-300.md238 ;; Single precision floating point (FADD,FLOAT,FMAC,FMUL,FSUB,FTRC)
239 ;; Double-precision floating-point (FADD,FCNVDS,FCNVSD,FLOAT,FSUB,FTRC)
Dsh4.md372 ;; FCMP/GT, FADD, FLOAT, FMAC, FMUL, FSUB, FTRC, FRCHG, FSCHG
415 ;; Double-precision floating-point (FADD,FMUL,FSUB)
/netbsd/src/sys/arch/m68k/fpe/
DREADME68 FGETMAN, FDIV, FADD, FMUL, FSGLDIV(*), FSCALE, FSGLMUL(*), FSUB,
120 instance, the parts calling FSQRT, FSUB, FADD and FTST look like:
/netbsd/src/sys/arch/m68k/m68k/
Ddb_disasm.h374 #define FSUB ENCFT(1,0,1,0,0,0) macro
/netbsd/src/sys/arch/sparc/include/
Dinstr.h411 #define FSUB 0x44 macro
/netbsd/src/sys/arch/sparc/fpu/
Dfpu.c498 case FSUB >> 2: in fpu_execute()
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-pdp11.texi100 @code{FADD}, @code{FDIV}, @code{FMUL}, and @code{FSUB}.
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativePPC_common.c180 #define FSUB (HI(63) | LO(20)) macro
1865 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2))); in sljit_emit_fop1_conv_f64_from_sw()
2005 … FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2))); in sljit_emit_fop2()
DsljitNativeARM_64.c93 #define FSUB 0x1e603800 macro
1761 … FAIL_IF(push_inst(compiler, (FSUB ^ inv_bits) | VD(dst_r) | VN(src1) | VM(src2))); in sljit_emit_fop2()

12