Searched refs:dword (Results 1 - 25 of 93) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Drel64.s3 .dword .Lfoo
H A Dgot-dump-2.s15 .dword undef
22 .dword 0
H A Ddyn-sec64.s18 .dword bar
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/hw/rv-n-cris/
H A Dtestutils.inc12 .dword \other
15 .dword \entry
18 .dword \other
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-dtpoffd1.s8 .dword 0
12 .dword 0x73696854
14 .dword 0x61207369
16 .dword 0x55566699
H A Dabs32-1.s18 .dword 0
20 .dword 0
22 .dword 0
24 .dword 0
26 .dword 0
H A Ddiffexp-ovwr.s11 .dword 0xf0+b-a-0xc5
20 .dword 0
22 .dword 1
H A Drd-v32-i1.s9 .dword 20021991
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dweakhid.s9 .dword xweakhidobj
10 .dword xweakobj
11 .dword xregobj
H A Dexpdref4.s5 .dword expobj2
H A Dnoov.s3 .dword __Edata+0x40000000
7 .dword __Sdata+0x40000000
14 .dword 0
H A Dexpdyn1.s6 .dword 0
H A Dexpdyn2.s6 .dword 0
H A Dpcrelcp-1.s5 .dword 0,0,0,0
17 .dword 0,0,0,0,0,0,0,0
32 .dword 0,0,0,0,0,0,0,0
33 .dword 0,0,0,0,0,0,0,0
H A Dgot7.s20 .dword 0
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dppc64-atomic-inst.c24 unsigned long dword = 0; local
25 unsigned long *dword_addr = &dword;
39 : "=&b" (dword), "=m" (*dword_addr) \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dintelok.s12 add eax, dword ptr [eax]
14 add dword ptr [eax], 1
23 addss xmm0, dword ptr [eax]
24 bound ax, dword ptr [ecx]
27 call dword ptr [eax]
30 cmps dword ptr [esi], es:[edi]
33 fadd dword ptr [eax]
39 fiadd dword ptr [eax]
41 fild dword ptr [eax]
44 fist dword pt
[all...]
H A Dmovbe.s15 movbe ebx, dword ptr [ecx]
17 movbe dword ptr [ecx], ebx
H A Dx86-64-movbe.s19 movbe ebx, dword ptr [rcx]
22 movbe dword ptr [rcx], ebx
H A Dintelbad.s8 addpd xmm0, dword ptr [eax]
11 addps xmm0, dword ptr [eax]
14 addsd xmm0, dword ptr [eax]
20 bound eax, dword ptr [ebx]
27 cmps dword ptr [esi], word ptr es:[edi]
28 cmpxchg8b dword ptr [eax]
34 fbstp dword ptr [eax]
50 fldcw dword ptr [eax]
58 lds eax, dword ptr [eax]
61 movs dword pt
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_spl.S67 .dword RMIXL_SOFT_INT_MASK /* IPL_NONE */
68 .dword RMIXL_SOFT_INT_MASK_1 /* IPL_SOFT{CLOCK,BIO} */
69 .dword 0 /* IPL_SOFT{NET,SERIAL} */
70 .dword 0 /* IPL_VM */
71 .dword 0 /* IPL_SCHED */
72 .dword 0 /* IPL_DDB */
73 .dword 0 /* IPL_HIGH */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-mips.pl405 .dword 0x428a2f98d728ae22, 0x7137449123ef65cd
406 .dword 0xb5c0fbcfec4d3b2f, 0xe9b5dba58189dbbc
407 .dword 0x3956c25bf348b538, 0x59f111f1b605d019
408 .dword 0x923f82a4af194f9b, 0xab1c5ed5da6d8118
409 .dword 0xd807aa98a3030242, 0x12835b0145706fbe
410 .dword 0x243185be4ee4b28c, 0x550c7dc3d5ffb4e2
411 .dword 0x72be5d74f27b896f, 0x80deb1fe3b1696b1
412 .dword 0x9bdc06a725c71235, 0xc19bf174cf692694
413 .dword 0xe49b69c19ef14ad2, 0xefbe4786384f25e3
414 .dword
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-endian.c51 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
52 in.dword = RAW; \
55 SET out.dword;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drcparse.y96 int dword;
1220 ri = define_rcdata_number ($1.val, $1.dword);
1246 ri = define_rcdata_number ($3.val, $3.dword);
1825 $$.dword = $2.dword;
1830 $$.dword = $2.dword;
1835 $$.dword = $1.dword || $3.dword;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-endian.c53 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
54 in.dword = RAW; \
57 SET out.dword;

Completed in 279 milliseconds

1234