Searched refs:hint (Results 1 - 25 of 66) sorted by relevance

123

/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dsystem-3.s5 hint #0x7
8 hint #0x8
11 hint #0xa
14 hint #0xc
17 hint #0xe
20 hint #0x18
23 hint #0x19
26 hint #0x1a
29 hint #0x1b
32 hint #
[all...]
H A Dsystem-2.s6 hint #0x10
10 hint #0x11
H A Dsystem.d21 34: d50320df hint #0x6
22 38: d50320ff (hint #0x7|xpaclri)
23 3c: d503211f (hint #0x8|pacia1716)
24 40: d503213f hint #0x9
25 44: d503215f (hint #0xa|pacib1716)
26 48: d503217f hint #0xb
27 4c: d503219f (hint #0xc|autia1716)
28 50: d50321bf hint #0xd
29 54: d50321df (hint #0xe|autib1716)
30 58: d50321ff hint #
[all...]
H A Darmv8-ras-1.s16 hint #0x10
37 hint #0x10
58 hint #0x10
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dhint.b-err.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-warn.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-err.l2 .*:1: Error: hint.b shouldn't be used
3 .*:2: Error: hint.b shouldn't be used
H A Dhint.b-warn.l2 .*:1: Warning: hint.b may be treated as nop
3 .*:2: Warning: hint.b may be treated as nop
H A Dopc-x.s17 hint.x 0
18 hint.x @pause
19 hint.x 0x3fffffffffffffff
H A Dopc-x.d32 76: 00 00 00 00 00 00 hint\.x 0x0
35 86: 00 00 00 00 00 00 hint\.x 0x0
38 96: ff ff ff ff 7f e0 hint\.x 0x3fffffffffffffff;;
H A Dopc-i.s211 hint @pause
212 hint.i 0
213 hint.i @pause
214 hint.i 0x1fffff
215 (p7) hint @pause
216 (p7) hint.i 0
217 (p7) hint.i @pause
218 (p7) hint.i 0x1fffff
219 (p7) hint @pause
220 (p7) hint
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dhint.b-err.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-warn.s0 hint.b @pause
2 hint.b 0x1ffff
H A Dhint.b-err.l2 .*:1: Error: hint.b shouldn't be used
3 .*:2: Error: hint.b shouldn't be used
H A Dhint.b-warn.l2 .*:1: Warning: hint.b may be treated as nop
3 .*:2: Warning: hint.b may be treated as nop
H A Dopc-x.s17 hint.x 0
18 hint.x @pause
19 hint.x 0x3fffffffffffffff
H A Dopc-x.d32 76: 00 00 00 00 00 00 hint\.x 0x0
35 86: 00 00 00 00 00 00 hint\.x 0x0
38 96: ff ff ff ff 7f e0 hint\.x 0x3fffffffffffffff;;
H A Dopc-i.s211 hint @pause
212 hint.i 0
213 hint.i @pause
214 hint.i 0x1fffff
215 (p7) hint @pause
216 (p7) hint.i 0
217 (p7) hint.i @pause
218 (p7) hint.i 0x1fffff
219 (p7) hint @pause
220 (p7) hint
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Davx512pfintrin.h52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
51 _mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void *addr, int scale, int hint) argument
60 _mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void *addr, int scale, int hint) argument
69 _mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void *addr, int scale, int hint) argument
78 _mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void *addr, int scale, int hint) argument
87 _mm512_prefetch_i32scatter_pd(void *addr, __m256i index, int scale, int hint) argument
96 _mm512_prefetch_i32scatter_ps(void *addr, __m512i index, int scale, int hint) argument
105 _mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index, int scale, int hint) argument
114 _mm512_mask_prefetch_i32scatter_ps(void *addr, __mmask16 mask, __m512i index, int scale, int hint) argument
123 _mm512_prefetch_i64scatter_pd(void *addr, __m512i index, int scale, int hint) argument
132 _mm512_prefetch_i64scatter_ps(void *addr, __m512i index, int scale, int hint) argument
141 _mm512_mask_prefetch_i64scatter_pd(void *addr, __mmask16 mask, __m512i index, int scale, int hint) argument
150 _mm512_mask_prefetch_i64scatter_ps(void *addr, __mmask16 mask, __m512i index, int scale, int hint) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/
H A D1.cc34 Map::iterator hint; local
36 hint = M.insert(Map::value_type(7, 0)).first;
38 M.insert(hint, Map::value_type(8, 1));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc49 T* allocate(typename new_allocator<T>::size_type n, const void *hint = 0)
52 return new_allocator<T>::allocate(n, hint);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc49 T* allocate(typename new_allocator<T>::size_type n, const void *hint = 0)
52 return new_allocator<T>::allocate(n, hint);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc49 T* allocate(typename new_allocator<T>::size_type n, const void *hint = 0)
52 return new_allocator<T>::allocate(n, hint);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.h48 T* allocate(typename new_allocator<T>::size_type n, const void *hint = 0)
51 return new_allocator<T>::allocate(n, hint);
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffile.h38 int hint; member in struct:def_file_export

Completed in 200 milliseconds

123