| /netbsd/src/sys/arch/hppa/hppa/ |
| D | lock_stubs.S | 224 #define I64 \ macro 231 I64 I64 232 I64 I64 233 I64 I64 234 I64 I64 235 I64 I64 236 I64 I64 237 I64 I64 238 I64 I64
|
| /netbsd/src/sys/lib/libsa/ |
| D | loadfile_elf32.c | 85 #define I64(f) \ macro 110 I64(ehdr->e_entry); in internalize_ehdr() 111 I64(ehdr->e_phoff); in internalize_ehdr() 112 I64(ehdr->e_shoff); in internalize_ehdr() 177 I64(phdr->p_offset); in internalize_phdr() 178 I64(phdr->p_vaddr); in internalize_phdr() 179 I64(phdr->p_paddr); in internalize_phdr() 180 I64(phdr->p_filesz); in internalize_phdr() 181 I64(phdr->p_memsz); in internalize_phdr() 183 I64(phdr->p_align); in internalize_phdr() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | vms.h | 136 enum avms_arg_type {I64, FF, FD, FG, FS, FT}; enumerator 151 (CUM).atypes[0] = (CUM).atypes[1] = (CUM).atypes[2] = I64; \ 152 (CUM).atypes[3] = (CUM).atypes[4] = (CUM).atypes[5] = I64; \
|
| D | alpha.cc | 9575 return I64; in alpha_arg_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.h | 871 enum ivms_arg_type {I64, FF, FD, FG, FS, FT}; enumerator 892 (CUM).atypes[0] = (CUM).atypes[1] = (CUM).atypes[2] = I64; \ 893 (CUM).atypes[3] = (CUM).atypes[4] = (CUM).atypes[5] = I64; \ 894 (CUM).atypes[6] = (CUM).atypes[7] = I64; \ 909 (CUM).atypes[0] = (CUM).atypes[1] = (CUM).atypes[2] = I64; \ 910 (CUM).atypes[3] = (CUM).atypes[4] = (CUM).atypes[5] = I64; \ 911 (CUM).atypes[6] = (CUM).atypes[7] = I64; \
|
| D | ia64.cc | 4994 return I64; in ia64_arg_type()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | mips16-opc.c | 203 #define I64 INSN_ISA64 macro 453 …1, 0xf8ff, MOD_1, SH, I64, 0, 0 }, 456 …1, 0xf8ff, MOD_1, SH, I64, 0, 0 },
|
| D | mips-opc.c | 286 #define I64 INSN_ISA64 macro 1035 …, 0x70000025, 0xfc0007ff, WR_1|RD_2, 0, I64|N55, 0, I69… 1037 …, 0x70000024, 0xfc0007ff, WR_1|RD_2, 0, I64|N55, 0, I69… 1106 …00000, 0xffe007f8, WR_1|RD_C0|LC, 0, I64, 0, … 1112 …00000, 0xffe007f8, RD_1|WR_C0|WR_CC|CM, 0, I64, 0, … 3381 …00000, 0xffe007f8, WR_1|RD_C2|LC, 0, I64, 0, … 3384 …00000, 0xffe007f8, RD_1|WR_C2|WR_CC|CM, 0, I64, 0, …
|
| D | ChangeLog-2006 | 451 * mips16-opc.c (I1, I32, I64): New shortcut defines.
|
| D | ChangeLog-0001 | 1358 * mips-opc.c (I64): New definitions.
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | mips16-opc.c | 203 #define I64 INSN_ISA64 macro 453 …1, 0xf8ff, MOD_1, SH, I64, 0, 0 }, 456 …1, 0xf8ff, MOD_1, SH, I64, 0, 0 },
|
| D | mips-opc.c | 286 #define I64 INSN_ISA64 macro 1035 …, 0x70000025, 0xfc0007ff, WR_1|RD_2, 0, I64|N55, 0, I69… 1037 …, 0x70000024, 0xfc0007ff, WR_1|RD_2, 0, I64|N55, 0, I69… 1106 …00000, 0xffe007f8, WR_1|RD_C0|LC, 0, I64, 0, … 1112 …00000, 0xffe007f8, RD_1|WR_C0|WR_CC|CM, 0, I64, 0, … 3381 …00000, 0xffe007f8, WR_1|RD_C2|LC, 0, I64, 0, … 3384 …00000, 0xffe007f8, RD_1|WR_C2|WR_CC|CM, 0, I64, 0, …
|
| D | ChangeLog-2006 | 451 * mips16-opc.c (I1, I32, I64): New shortcut defines.
|
| D | ChangeLog-0001 | 1358 * mips-opc.c (I64): New definitions.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | m16.igen | 359 11111,010,8.IMMED:I64:16::SDRASP 367 11110,6.IMM_10_5,5.IMM_15_11 + 11111,010,000,5.IMM_4_0:EXT-I64:16::SDRASP 526 11111,011,8.IMMED:I64:16::DADJSP 534 11110,6.IMM_10_5,5.IMM_15_11 + 11111,011,000,5.IMM_4_0:EXT-I64:16::DADJSP
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | NOTES-VMS.md | 94 ### For Itanium / IA64 / I64
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | d1_lib.c | 443 now.ul -= 116444736000000000UI64; in get_current_time()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| D | bss_dgram.c | 1912 now_ul -= 116444736000000000UI64; /* re-bias to 1/1/1970 */ in get_current_time()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2017 | 3150 as long long. Move code replacing "ll" with "I64", and simplify. 3204 * bfd.c (_doprnt): Rewrite "ll" and "L" modifiers to "I64" for
|
| D | ChangeLog-2008 | 3260 * bfd-in.h: Add mingw I64 support.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2017 | 3150 as long long. Move code replacing "ll" with "I64", and simplify. 3204 * bfd.c (_doprnt): Rewrite "ll" and "L" modifiers to "I64" for
|
| D | ChangeLog-2008 | 3260 * bfd-in.h: Add mingw I64 support.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-arm.c | 25914 NUF(vsra, 0800110, 3, (RNDQ, oRNDQ, I64), neon_rshift_round_imm), 25915 NUF(vsraq, 0800110, 3, (RNQ, oRNQ, I64), neon_rshift_round_imm), 25916 NUF(vrsra, 0800310, 3, (RNDQ, oRNDQ, I64), neon_rshift_round_imm), 25917 NUF(vrsraq, 0800310, 3, (RNQ, oRNQ, I64), neon_rshift_round_imm), 25920 NUF(vsriq, 1800410, 3, (RNQ, oRNQ, I64), neon_sri),
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | filesystems | 2192 >>>2 short 4096 I64 generated)
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2016 | 3276 * config/tc-arm.c (move_or_literal_pool): Only generate a VMOV.I64
|