Searched refs:x2 (Results 1 - 25 of 3751) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr23460b.c2 x2 (void) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >>
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Daix-no-dup-syms-1b.s5 .globl x2
6 .csect x2[RW]
7 x2: label
H A Daix-weak-3a.s3 .globl x2
4 x2 = 0x55667788 define
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dbpo-6.s2 .section .text.x2,"ax",@progbits
3 .global x2
4 x2 LDA $45,x2+42000 label
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Demit-relocs-28.s2 adrp x2, _GLOBAL_OFFSET_TABLE_
3 ldr x0, [x2, #:gotpage_lo14:globala]
4 ldr x0, [x2, #:gotpage_lo14:globalb]
5 ldr x0, [x2, #:gotpage_lo14:globalc]
H A Demit-relocs-313.s2 adrp x2, _GLOBAL_OFFSET_TABLE_
3 ldr x0, [x2, #:gotpage_lo15:globala]
4 ldr x0, [x2, #:gotpage_lo15:globalb]
5 ldr x0, [x2, #:gotpage_lo15:globalc]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dillegal-memtag.s3 addg x1, x2, #0x3ef, #0x6
4 subg x1, x2, #0x400, #0x3
5 subg x1, x2, -16, #0x3
8 addg x1, x2, #0x3f0, #0x10
9 subg x1, x2, #0x3f0, -4
12 stg x2, [x1, #15]
13 stzg x2, [x1, #-4097]!
14 st2g x2, [x1], #4096
15 ldg x1, [x2, #33]
16 ldg x1, [x2, #411
[all...]
H A Dmovw_label.s2 movk x2, #:abs_g0_nc: x3.22
3 movk x2, #:abs_g0_nc: x8
5 movk x2, #:abs_g0_nc: w3
6 movk x2, #:abs_g0_nc: w8.22
8 movk x2, #:abs_g0_nc: sp
9 movk x2, #:abs_g0_nc: wzr
10 movk x2, #:abs_g0_nc: xzr
H A Dldraa-ldrab-no-offset.s4 ldrab x2, [x0]!
7 ldrab x2, [x0, #0]!
H A Dreloc-dtprel_lo12_nc-ldst8.s5 ldrb w29, [x2, #:dtprel_lo12_nc:sym]
H A Dreloc-tprel_lo12_nc-ldst8.s5 ldrb w29, [x2, #:tprel_lo12_nc:sym]
H A Dillegal-lse.l2 [^:]*:68: Error: operand mismatch -- `cas w0,x1,\[x2\]'
4 [^:]*:68: Error: operand mismatch -- `casa w0,x1,\[x2\]'
6 [^:]*:68: Error: operand mismatch -- `casl w0,x1,\[x2\]'
8 [^:]*:68: Error: operand mismatch -- `casal w0,x1,\[x2\]'
10 [^:]*:68: Error: operand mismatch -- `casb w0,x1,\[x2\]'
12 [^:]*:68: Error: operand mismatch -- `cash w0,x1,\[x2\]'
14 [^:]*:68: Error: operand mismatch -- `casab w0,x1,\[x2\]'
16 [^:]*:68: Error: operand mismatch -- `caslb w0,x1,\[x2\]'
18 [^:]*:68: Error: operand mismatch -- `casalb w0,x1,\[x2\]'
20 [^:]*:68: Error: operand mismatch -- `casah w0,x1,\[x2\]'
[all...]
H A Dlse-atomic.d9 0: 88a07c41 cas w0, w1, \[x2\]
11 8: 88e07c41 casa w0, w1, \[x2\]
13 10: 88a0fc41 casl w0, w1, \[x2\]
15 18: 88e0fc41 casal w0, w1, \[x2\]
17 20: 08a07c41 casb w0, w1, \[x2\]
19 28: 48a07c41 cash w0, w1, \[x2\]
21 30: 08e07c41 casab w0, w1, \[x2\]
23 38: 08a0fc41 caslb w0, w1, \[x2\]
25 40: 08e0fc41 casalb w0, w1, \[x2\]
27 48: 48e07c41 casah w0, w1, \[x2\]
[all...]
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dlocore_el2.S57 cmp x1, #0x2
65 mrs x2, hcr_el2
66 tbz x2, #34, no_el2_host_mode /* HCR_E2H not set? */
73 mov x2, #(HCR_RW)
74 msr hcr_el2, x2
77 mrs x2, midr_el1
78 msr vpidr_el2, x2
81 mrs x2, mpidr_el1
82 msr vmpidr_el2, x2
85 ldr x2,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dtls-hx1x2.s9 .hidden x2
10 .globl x2
12 .type x2, @object
13 .size x2, 4
14 x2: label
H A Dtls-x1x2.s8 .globl x2
10 .type x2, @object
11 .size x2, 4
12 x2: label
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dintel-got64.s4 movabs eax, [x1@GOTOFF + x2]
5 push [rip + x1@GOTPCREL + x2]
8 .equ x2, 8
H A Dintel-got32.s4 mov edx, [x1@GOTOFF + x2]
7 .equ x2, 4
H A Dx86-64-reg-intel.d11 [ ]*[a-f0-9]+: 0f 71 d6 02 psrlw mm6,0x2
12 [ ]*[a-f0-9]+: 66 41 0f 71 d2 02 psrlw xmm10,0x2
13 [ ]*[a-f0-9]+: 0f 71 e6 02 psraw mm6,0x2
14 [ ]*[a-f0-9]+: 66 41 0f 71 e2 02 psraw xmm10,0x2
15 [ ]*[a-f0-9]+: 0f 71 f6 02 psllw mm6,0x2
16 [ ]*[a-f0-9]+: 66 41 0f 71 f2 02 psllw xmm10,0x2
17 [ ]*[a-f0-9]+: 0f 72 d6 02 psrld mm6,0x2
18 [ ]*[a-f0-9]+: 66 41 0f 72 d2 02 psrld xmm10,0x2
19 [ ]*[a-f0-9]+: 0f 72 e6 02 psrad mm6,0x2
20 [ ]*[a-f0-9]+: 66 41 0f 72 e2 02 psrad xmm10,0x2
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Dh8sx_disp2.d8 .*: 01 75 68 08.*add.b #0x2,@\(0x1:2,er0\)
10 .*: 01 76 68 08.*add.b #0x2,@\(0x2:2,er0\)
12 .*: 01 77 68 08.*add.b #0x2,@\(0x3:2,er0\)
14 .*: 01 74 6e 08.*add.b #0x2,@\(0x4:16,er0\)
16 .*: 78 04 6a 28.*add.b #0x2,@\(0x0:32,er0\)
19 .*: 01 5e c0 10.*add.w #0x2,@\(0x1:16,er0\)
21 .*: 01 5e 10 10.*add.w #0x2,@\(0x2:2,er0\)
23 .*: 01 5e 20 10.*add.w #0x2,
[all...]
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/phy/
H A Dphy-pistachio-usb.h13 #define REFCLK_CLK_CORE 0x2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dequ-reloc.s2 .long x1, x2
4 .global x1, x2, z2
7 .set x2, y2
8 .set x2, z2
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/riscv/
H A Dm-ext.s9 mul x0, x1, x2
10 mulh x0, x1, x2
11 mulhu x0, x1, x2
12 mulhsu x0, x1, x2
13 div x0, x1, x2
14 divu x0, x1, x2
15 rem x0, x1, x2
16 remu x0, x1, x2
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dsoftfloat.h61 #define FLOAT_PLUS(x1,x2) soft_plus(x1, x2)
62 #define FLOAT_MINUS(x1,x2) soft_minus(x1, x2)
63 #define FLOAT_MUL(x1,x2) soft_mul(x1, x2)
64 #define FLOAT_DIV(x1,x2) soft_div(x1, x2)
67 #define FLOAT_EQ(x1,x2) soft_cmp_eq(x1, x2)
[all...]

Completed in 144 milliseconds

1234567891011>>