Searched refs:x9 (Results 1 - 25 of 266) sorted by relevance

1234567891011

/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dreloc-dtprel_g0.s5 movz x9, #:dtprel_g0:x
H A Dreloc-dtprel_g1.s5 movz x9, #:dtprel_g1:x
H A Dreloc-dtprel_g1_nc.s5 movk x9, #:dtprel_g1_nc:x
H A Dreloc-dtprel_g0.d8 0: d2800009 mov x9, #0x0.*
H A Dreloc-dtprel_g1_nc.d9 0: f2a00009 movk x9, #0x0, lsl #16
H A Dreloc-dtprel_g1.d8 0: d2a00009 movz x9, #0x0, lsl #16
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/dwarf/dwarf.dir/
H A Dz9.go2 //line x9.go:4
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Dabitest.S18 stp x8, x9, [x17, #-16]! //320
48 adrp x9, which_kind_of_test // determine the type of test
49 add x9, x9, :lo12:which_kind_of_test
50 ldr w9, [x9, #0]
56 adrp x9, testfunc_ptr
57 add x9, x9, :lo12:testfunc_ptr
58 ldr PTR_REG(9), [x9, #0]
59 blr x9 // functio
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddeclspec-3-Wextra.c22 int register x9 = 0; /* { dg-warning "not at beginning" } */ local
23 g (x6 + x7 + x8 + x9);
H A Ddeclspec-3-no.c22 int register x9 = 0; /* { dg-bogus "not at beginning" } */ local
23 g (x6 + x7 + x8 + x9);
H A Ddeclspec-3.c24 int register x9 = 0; /* { dg-warning "not at beginning" } */ local
25 g (x6 + x7 + x8 + x9);
H A Ddeclspec-1.c24 x9; variable
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Demit-relocs-528-overflow.s11 add x20, x9, #:dtprel_hi12:v2
H A Demit-relocs-528.s11 add x20, x9, #:dtprel_hi12:v2
H A Demit-relocs-529-overflow.s11 add x20, x9, #:dtprel_lo12:v2
H A Demit-relocs-529.s10 add x20, x9, #:dtprel_lo12:v2
H A Demit-relocs-530.s10 add x20, x9, #:dtprel_lo12_nc:v2
H A Demit-relocs-528.d6 10000: 91002934 add x20, x9, #0xa
H A Demit-relocs-529.d6 10000: 91001134 add x20, x9, #0x4
H A Demit-relocs-530.d6 10000: 91001134 add x20, x9, #0x4
H A Demit-relocs-537.d6 10000: f9400520 ldr x0, \[x9, #8\]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr59929.c8 float x7, float x8, float x9, float x10, float x11, float x12,
19 || x9 != 99
30 float x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, variable
44 x9 = 99;
52 test (x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13,
7 test(float x1, float x2, float x3, float x4, float x5, float x6, float x7, float x8, float x9, float x10, float x11, float x12, float x13, float x14, float x15, float x16) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dcode-readable-1.c12 volatile int x9; variable
29 case 9: return x9 + x[8];
H A Dcode-readable-3.c11 volatile int x9; variable
28 case 9: return x9 + x[8];
H A Dcode-readable-2.c11 volatile int x9; variable
28 case 9: return x9 + x[8];

Completed in 2622 milliseconds

1234567891011