Home
last modified time | relevance | path

Searched refs:ftilt (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/frv/
H A Dftilt.cgs1 # frv testcase for ftilt $FCCi_2,$GRi,$s12
8 .global ftilt
9 ftilt:
20 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
24 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
28 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
32 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
37 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
43 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
49 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/frv/
H A Dftilt.cgs1 # frv testcase for ftilt $FCCi_2,$GRi,$s12
8 .global ftilt
9 ftilt:
20 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
24 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
28 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
32 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
37 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
43 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
49 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/frv/
H A Dftilt.cgs1 # frv testcase for ftilt $FCCi_2,$GRi,$s12
8 .global ftilt
9 ftilt:
20 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
24 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
28 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
32 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
37 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
43 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
49 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/frv/
H A Dftilt.cgs1 # frv testcase for ftilt $FCCi_2,$GRi,$s12
8 .global ftilt
9 ftilt:
20 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
24 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
28 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
32 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
37 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
43 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
49 ftilt fcc0,gr7,4 ; should branch to tbr + (128 + 4)*16
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_bundle.cpp226 FILE * flen, *fdist, *fz, *ftilt, *ftiltr, *ftiltl; in gmx_bundle() local
307 ftilt = xvgropen(opt2fn("-ot", NFILE, fnm), "Axis tilts", output_env_get_xvgr_tlabel(oenv), in gmx_bundle()
358 fprintf(ftilt, " %10g", t); in gmx_bundle()
373 fprintf(ftilt, " %6g", RAD2DEG * acos(bun.dir[i][ZZ])); in gmx_bundle()
399 fprintf(ftilt, "\n"); in gmx_bundle()
424 xvgrclose(ftilt); in gmx_bundle()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dchange_box.h40 double flo, fhi, ftilt; member
H A Dfix_deform.h56 double flo, fhi, ftilt; member
H A Dchange_box.cpp131 ops[nops].ftilt = utils::numeric(FLERR,arg[iarg+2],false,lmp); in command()
264 if (ops[m].dim == XY) domain->xy = scale[X]*ops[m].ftilt; in command()
265 else if (ops[m].dim == XZ) domain->xz = scale[X]*ops[m].ftilt; in command()
266 else if (ops[m].dim == YZ) domain->yz = scale[Y]*ops[m].ftilt; in command()
H A Dfix_deform.cpp151 set[index].ftilt = utils::numeric(FLERR,arg[iarg+2],false,lmp); in FixDeform()
279 if (set[i].style == FINAL) set[i].ftilt *= map[i]; in FixDeform()
487 set[i].tilt_stop = set[i].ftilt; in init()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dchange_box.h72 double flo,fhi,ftilt;
H A Dfix_deform.h85 double flo,fhi,ftilt;
H A Dchange_box.cpp165 ops[nops].ftilt = force->numeric(FLERR,arg[iarg+2]); in command()
293 if (ops[m].dim == XY) domain->xy = scale[X]*ops[m].ftilt; in command()
294 else if (ops[m].dim == XZ) domain->xz = scale[X]*ops[m].ftilt; in command()
295 else if (ops[m].dim == YZ) domain->yz = scale[Y]*ops[m].ftilt; in command()
H A Dfix_deform.cpp191 set[index].ftilt = force->numeric(FLERR,arg[iarg+2]); in FixDeform()
319 if (set[i].style == FINAL) set[i].ftilt *= map[i]; in FixDeform()
531 set[i].tilt_stop = set[i].ftilt; in init()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
H A Dallinsn.d1266 0000068c <ftilt>:
1267 68c: a0 74 10 00 ftilt fcc0,sp,0
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
H A Dallinsn.d1266 0000068c <ftilt>:
1267 68c: a0 74 10 00 ftilt fcc0,sp,0
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
H A Dallinsn.d1266 0000068c <ftilt>:
1267 68c: a0 74 10 00 ftilt fcc0,sp,0
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt: label
1687 ftilt fcc0,sp,0
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/frv/
H A Dallinsn.s1685 .global ftilt
1686 ftilt:
1687 ftilt fcc0,sp,0

12