Searched refs:orb (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xc16x/
H A Dorb.s4 orb rl0,rl1
5 orb rl0,[r1]
6 orb rl0,[r1+]
7 orb rl0,#3
8 orb rl0,#0x23
9 orb rl0,0x0234
10 orb 0x0234,rl0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dor_test.s7 orb $0xf,r1
8 orb $0xff,r2
9 orb $0xfff,r1
10 orb $0xffff,r2
11 orb $20,r1
12 orb $10,r2
16 orb r1,r2
17 orb r2,r3
18 orb r3,r4
19 orb r
[all...]
H A Dor_test.d10 0: f1 24 orb \$0xf:s,r1
11 2: b2 24 ff 00 orb \$0xff:m,r2
12 6: b1 24 ff 0f orb \$0xfff:m,r1
13 a: b2 24 ff ff orb \$0xffff:m,r2
14 e: b1 24 14 00 orb \$0x14:m,r1
15 12: a2 24 orb \$0xa:s,r2
16 14: 12 25 orb r1,r2
17 16: 23 25 orb r2,r3
18 18: 34 25 orb r3,r4
19 1a: 56 25 orb r
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-suffix-bad.s7 orb %ax, (%rax)
11 orb %eax, (%rax)
15 orb %rax, (%rax)
H A Dx86-64-opts.d90 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
91 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
96 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
97 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
244 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
245 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
H A Dx86-64-sse2avx-opts.d92 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
93 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
98 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
99 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
246 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
247 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
H A Dopts.d70 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
71 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
76 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
77 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
200 [ ]*[a-f0-9]+: 08 d1 orb %dl,%cl
201 [ ]*[a-f0-9]+: 0a ca orb.s %dl,%cl
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/crx/
H A Darith_insn.s43 .global orb
44 orb: label
45 orb $-0x1 , r8 label
46 orb $0x6980 , r9 label
47 orb r10 , r11 label
H A Darith_insn.d39 0000002e <orb>:
40 2e: 68 06 orb \$0xffffffff, r8
41 30: e9 06 80 69 orb \$0x6980, r9
42 34: ab 46 orb r10, r11
/netbsd-current/common/lib/libc/arch/m68k/atomic/
H A Datomic_or.S110 orb 8(%sp), %d0
121 orb 8(%sp), %d1
/netbsd-current/sys/dev/ieee1394/
H A Dsbp.c252 uint32_t orb[8]; member in struct:sbp_ocb
267 sizeof(ocb->orb) + sizeof(ocb->ind_ptr), (op));
1310 printf("%s: orb pointer active\n", __func__);
1479 memset(ocb->orb, 0, sizeof(ocb->orb));
1480 ocb->orb[6] = htonl((nid << 16) | SBP_BIND_HI);
1481 ocb->orb[7] = htonl(SBP_DEV2ADDR(dv_unit, sdev->lun_id));
1493 ocb->orb[0] = ocb->orb[1] = 0; /* password */
1494 ocb->orb[
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/
H A Ddivrem_2.asm95 orb %dl, %al C "orb" form to placate Sun tools
188 orb %dl, %al C "orb" form to placate Sun tools
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Ddivrem_2.asm88 orb %al, %dl C "orb" form to placate Sun tools
186 orb %dl, %al C "orb" form to placate Sun tools
H A Ddiv_qr_2u_pi1.asm182 orb %dl, %al C "orb" form to placate Sun tools
194 orb %dl, %al C "orb" form to placate Sun tools
H A Ddiv_qr_2n_pi1.asm152 orb %dl, %al C "orb" form to placate Sun tools
/netbsd-current/sys/arch/x86/include/
H A Di8259.h128 orb $IRQ_BIT(num),%al ;\
/netbsd-current/sys/arch/i386/stand/bootxx/
H A Dbootxx.S93 orb $X86_BP_FLAGS_LBA64VALID, 4(%esi)
/netbsd-current/sys/arch/atari/stand/xxboot/wdboot/
H A Dwdboot.S130 orb #0xa0,%d0
155 orb %d0,%d1
156 orb #0xa0,%d1
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-wdb00t/
H A Dwdb00t.ahdi.S109 orb #0xa0,%d0
134 orb %d0,%d1
135 orb #0xa0,%d1
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
H A Drsaz-avx512.S350 orb %r13b,%r14b
352 orb %r11b,%r12b
359 orb %r8b,%r9b
361 orb %cl,%bl
653 orb %r13b,%r14b
655 orb %r11b,%r12b
662 orb %r8b,%r9b
664 orb %cl,%bl
755 orb %r13b,%r14b
757 orb
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dallinsn.exp43 run_sim_test orb.s $all
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm.s751 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
767 orb %a2@(0,%d3),%d2 | remap it and complete byte
777 orb %a2@(0,%d3),%d1 | remap it and complete byte
816 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
832 orb %a2@(0,%d3),%d2 | Remap it and complete byte
844 orb %a2@(0,%d3),%d1 | Remap it and complete byte
871 orb %d3,%d2 | Merge 6&2
883 orb %d3,%d2 | Merge 6&2
894 orb %d3,%d1 | Merge 6&2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/fr30/
H A Dallinsn.s55 .global orb
56 orb: label
57 orb r15, @ac
/netbsd-current/sys/arch/amd64/acpi/
H A Dacpi_wakecode.S102 orb $0x3,%al
/netbsd-current/sys/arch/i386/acpi/
H A Dacpi_wakecode.S99 orb $0x3,%al

Completed in 159 milliseconds

12