Searched refs:ft1 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | util-int.c | 221 FILETIME ft0, ft1; in ldap_pvt_gettimensec() local 231 GetSystemTimeAsFileTime( &ft1 ); in ldap_pvt_gettimensec() 232 } while ( ft1.dwLowDateTime == ft0.dwLowDateTime ); in ldap_pvt_gettimensec() 234 ut.LowPart = ft1.dwLowDateTime; in ldap_pvt_gettimensec() 235 ut.HighPart = ft1.dwHighDateTime; in ldap_pvt_gettimensec()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-riscv.texi | 393 the FP register @code{ft1} one of the following instructions can be used: 395 fli.s ft1, 0.0625 # dec floating-point literal 396 fli.s ft1, 0x1p-4 # hex floating-point literal 397 fli.s ft1, 0x0.8p-3 398 fli.s ft1, 0x1.0p-4 399 fli.s ft1, 0x2p-5 400 fli.s ft1, 0x4p-6 413 Error: illegal operands `fli.s ft1,0.0625
|
| D | as.info | 19793 FP register ‘ft1’ one of the following instructions can be used: 19795 fli.s ft1, 0.0625 # dec floating-point literal fli.s ft1, 0x1p-4 # 19796 hex floating-point literal fli.s ft1, 0x0.8p-3 fli.s ft1, 0x1.0p-4 fli.s 19797 ft1, 0x2p-5 fli.s ft1, 0x4p-6 ... 19809 ft1,0.0625
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | riscv-reg-aliases.exp | 45 { { ft0 {f0} } { ft1 {f1} } { ft2 {f2} } { ft3 {f3} } { ft4 {f4} } \
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | asm.h | 104 #define ft1 $f10 /* (T) temporary registers */ macro
|