HomeSort by: relevance | last modified time | path
    Searched refs:word (Results 1 - 25 of 776) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis-2.c 27 aarch64_opcode_lookup_1 (uint32_t word)
29 if (((word >> 26) & 0x1) == 0)
31 if (((word >> 25) & 0x1) == 0)
33 if (((word >> 27) & 0x1) == 0)
35 if (((word >> 24) & 0x1) == 0)
37 if (((word >> 28) & 0x1) == 0)
39 if (((word >> 21) & 0x1) == 0)
41 if (((word >> 29) & 0x1) == 0)
43 if (((word >> 30) & 0x1) == 0)
45 if (((word >> 22) & 0x1) == 0
    [all...]
  /src/usr.bin/make/unit-tests/
opt-debug-loud.exp 1 echo all-word
2 all-word
  /src/sys/compat/linux32/arch/aarch64/
linux32_sigcode.S 45 .word 0xe3a07000 + LINUX32_SYS_sigreturn
46 .word 0xef000000 /* svc 0 */
48 .word 0xe7f000f0 /* udf #0 */
53 .word 0xe3a07000 + LINUX32_SYS_rt_sigreturn
54 .word 0xef000000 /* svc 0 */
56 .word 0xe7f000f0 /* udf #0 */
73 .word 0xe92d00f0 /* push {r4, r5, r6, r7} */
74 .word 0xf57ff05f /* dmb sy */
75 .word 0xe1c040d0 /* ldrd r4, [r0] */
76 .word 0xe1c160d0 /* ldrd r6, [r1] *
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis-2.c 28 aarch64_opcode_lookup_1 (uint32_t word)
30 if (((word >> 26) & 0x1) == 0)
32 if (((word >> 25) & 0x1) == 0)
34 if (((word >> 27) & 0x1) == 0)
36 if (((word >> 24) & 0x1) == 0)
38 if (((word >> 28) & 0x1) == 0)
40 if (((word >> 21) & 0x1) == 0)
42 if (((word >> 29) & 0x1) == 0)
44 if (((word >> 30) & 0x1) == 0)
46 if (((word >> 22) & 0x1) == 0
    [all...]
  /src/sys/arch/acorn32/stand/boot32/
rmheader.S 38 .word 0 /* Initialisation code */
39 .word 0 /* Finalisation code */
40 .word 0 /* Service call handler */
41 .word rmtitle - rmbase /* Title string */
42 .word rmhelp - rmbase /* Help string */
43 .word rmcmdtbl - rmbase /* Help and command keyword table */
44 .word 0 /* SWI chunk base number */
45 .word 0 /* SWI handler code offset */
46 .word 0 /* SWI decoding table offset */
47 .word 0 /* SWI decoding code offset *
    [all...]
  /src/sys/arch/evbarm/stand/board/
smdk2410_ram_init.S 56 .word S3C2410_MEMCTL_BASE + MEMCTL_BWSCON /* address */
57 .word (BWSCON_DW_32<<28)|(BWSCON_DW_32<<24)|(BWSCON_DW_16<<20)| \
60 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON0 */
61 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON1 */
62 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON2 */
63 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON3 */
64 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON4 */
65 .word BANKCON_VAL_ROM(0,0,0,7,0,0) /* BANKCON5 */
66 .word BANKCON_VAL_DRAM(1,1) /* BANKCON6 */
67 .word BANKCON_VAL_DRAM(1,1) /* BANKCON7 *
    [all...]
  /src/external/bsd/flex/dist/examples/fastwc/
wc3.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
12 {word}{ws}* cc += yyleng; ++wc;
13 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
14 {words}{word}{ws}* cc += yyleng; wc += 2;
15 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
16 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc5.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
12 {word}{ws}* cc += yyleng; ++wc;
13 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
14 {words}{word} cc += yyleng; wc += 2; /* oops */
15 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
16 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
wc4.l 5 word {ws}*{nonws}+
6 words {word}{ws}+
12 {word}{ws}* ++wc; cc += yyleng;
13 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
14 {words}{word}{ws}* wc += 2; cc += yyleng;
15 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
16 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
17 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
18 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
19 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc
    [all...]
wc2.l 5 word {ws}*{nonws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
  /src/lib/csu/arch/vax/
crti.S 46 .word 0
52 .word 0
  /src/lib/csu/arch/alpha/
crtend.S 40 .word 0
47 .word 0
51 .word 0
55 .word 0
  /src/sys/arch/arm/xscale/
ixp425_npe_fw.S 80 .word 0xfeedf00d
81 .word 0xfeedf00d
  /src/sys/arch/news68k/stand/bootxx/
start.S 34 .word 0
35 .word 0
36 .word 0
37 .word 0
38 .word 0
39 .word 0
  /src/sys/arch/evbarm/mpcsa/
mpcsa_start.S 102 Lcopy_size: .word _edata-_C_LABEL(mpcsa_start)
103 Lstart_off: .word mpcsa_start_ram-_C_LABEL(mpcsa_start)
146 .word start
150 .word n_sec ;\
151 .word 4*((va)>>L1_S_SHIFT) ;\
152 .word (pa) | (attr)
157 .word STARTUP_PAGETABLE_ADDR
168 .word 0 /* end of table */
172 .word 0xe990510e /* magic number */
176 .word 0 /* version *
    [all...]
  /src/usr.sbin/memswitch/
properties.c 94 24, 2, 0, {word:{[0] 0}}, 0, {word:{[0] 0}}, {word:{[0] -1}},
158 46, 2, 0, {word:{[0] 0}}, 0, {word:{[0] 0}}, {word:{[0] 0}},
167 48, 2, 0, {word:{[0] 0}}, 0, {word:{[0] 0}}, {word:{[0] 0xf83e}},
176 50, 2, 0, {word:{[0] 0}}, 0, {word:{[0] 0}}, {word:{[0] 0xffc0}}
    [all...]
  /src/tests/lib/libc/arch/vax/
return_one.S 8 .word 0
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
jmptbl_vid00.S 31 .word 0
jmptbl_vid01.S 31 .word 0
jmptbl_vid02.S 31 .word 0
jmptbl_vid03.S 31 .word 0
jmptbl_vid04.S 31 .word 0
jmptbl_vid05.S 31 .word 0
jmptbl_vid06.S 31 .word 0
jmptbl_vid07.S 31 .word 0

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>