Searched refs:suffix (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-branch-4.l2 .*:2: Error: invalid instruction suffix for `call'
3 .*:3: Error: invalid instruction suffix for `call'
5 .*:5: Error: invalid instruction suffix for `jmp'
6 .*:6: Error: invalid instruction suffix for `jmp'
8 .*:10: Error: invalid instruction suffix for `call'
9 .*:11: Error: invalid instruction suffix for `call'
10 .*:12: Error: invalid instruction suffix for `call'
12 .*:14: Error: invalid instruction suffix for `jmp'
13 .*:15: Error: invalid instruction suffix for `jmp'
14 .*:16: Error: invalid instruction suffix fo
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dlse-atomic.s24 .irp suffix, , a, l, al, b, h, ab, lb, alb, ah, lh, alh
25 \op\suffix w0, w1, [x2]
26 \op\suffix w2, w3, [sp]
28 .irp suffix, , a, l, al
29 \op\suffix x0, x1, [x2]
30 \op\suffix x2, x3, [sp]
35 .irp suffix, , l, b, h, lb, lh
36 \op\suffix w0, [x2]
37 \op\suffix w2, [sp]
39 .irp suffix, ,
[all...]
H A Dillegal-lse.s25 .irp suffix, , a, l, al, b, h, ab, lb, alb, ah, lh, alh
26 \op\suffix w0, x1, [x2]
27 \op\suffix w2, w3, [w4]
29 .irp suffix, , a, l, al
30 \op\suffix w0, x1, [x2]
31 \op\suffix x2, x3, [w4]
36 .irp suffix, , l, b, h, lb, lh
37 \op\suffix x0, [x2]
38 \op\suffix w2, [w3]
40 .irp suffix, ,
[all...]
H A Dldst-reg-unscaled-imm.s40 .macro ld_or_st op, suffix, reg
42 op2 \op\suffix, \reg, \simm
44 op2_no_imm \op\suffix, \reg
46 op2 \op\suffix, \reg, \simm
69 // op, suffix, reg
H A Dldst-reg-uns-imm.s43 .macro ld_or_st op, suffix, reg, size
45 op2 \op\suffix, \reg, \simm
47 op2_no_imm \op\suffix, \reg
49 op2 \op\suffix, \reg, \simm
51 op2 \op\suffix, \reg, "(4095*\size)"
88 // op, suffix, reg, size(in byte)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-suffix-bad.d1 # name: Bad suffix for non-Neon mnemonic
3 # error-output: neon-suffix-bad.l
H A Darmv1.l2 [^:]*:26: s suffix on comparison instruction is deprecated
3 [^:]*:29: s suffix on comparison instruction is deprecated
4 [^:]*:32: s suffix on comparison instruction is deprecated
5 [^:]*:35: s suffix on comparison instruction is deprecated
H A Dthumb32.l2 [^;]*:450: s suffix on comparison instruction is deprecated
3 [^;]*:450: s suffix on comparison instruction is deprecated
4 [^;]*:450: s suffix on comparison instruction is deprecated
5 [^;]*:450: s suffix on comparison instruction is deprecated
6 [^;]*:451: s suffix on comparison instruction is deprecated
7 [^;]*:451: s suffix on comparison instruction is deprecated
8 [^;]*:451: s suffix on comparison instruction is deprecated
9 [^;]*:451: s suffix on comparison instruction is deprecated
10 [^;]*:452: s suffix on comparison instruction is deprecated
11 [^;]*:452: s suffix o
[all...]
H A Dneon-suffix-bad.l2 [^:]*:3: Error: invalid neon suffix for non neon instruction
3 [^:]*:4: Error: invalid neon suffix for non neon instruction
4 [^:]*:5: Error: invalid neon suffix for non neon instruction
6 [^:]*:9: Error: invalid neon suffix for non neon instruction
7 [^:]*:10: Error: invalid neon suffix for non neon instruction
8 [^:]*:11: Error: invalid neon suffix for non neon instruction
H A Dthumb2_mul-bad.l2 [^:]*:10: Error: cannot honor width suffix -- `muleq.n r0,r0,r8'
3 [^:]*:12: Error: cannot honor width suffix -- `muleq.n r0,r1,r1'
4 [^:]*:13: Error: cannot honor width suffix -- `muleq.n r0,r1,r2'
/haiku-buildtools/binutils/ld/testsuite/ld-sh/
H A Dsh-vxworks.exp27 foreach { gas_option ld_option suffix } $endians {
32 {objdump -dr vxworks1-lib$suffix.dd}
38 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1$suffix.dd}}
52 {{objdump -dr vxworks3-lib$suffix.dd}}
57 {{objdump -d vxworks3$suffix.dd}}
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_util.cpp55 char *suffix; local
59 val = strtoul(str, &suffix, 10);
61 val = strtoull(str, &suffix, 10);
63 if (errno != 0 || suffix == str) {
67 if (suffix[0] == '\0') {
72 else if (suffix[1] == '\0') {
75 switch (suffix[0]) {
113 char *suffix; local
117 val = strtol(str, &suffix, 0);
119 val = strtoll(str, &suffix,
[all...]
/haiku-buildtools/isl/
H A Disl_printer_private.h15 const char *suffix; member in struct:isl_printer
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/aapcs64/
H A Dabitest-2.h13 #define FUNC_NAME_COMBINE(base,suffix) base ## suffix
14 #define FUNC_NAME_1(base,suffix) FUNC_NAME_COMBINE(base,suffix)
15 #define FUNC_NAME(suffix) FUNC_NAME_1(FUNC_BASE_NAME,suffix)
17 #define TEST_FUNC_NAME(suffix) FUNC_NAME_1(TEST_FUNC_BASE_NAME,suffix)
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dpr19910-1.s1 # U suffix should not trigger an error.
4 # U suffix should not prevent evaluation of the expression.
7 # U suffix should not confuse multiple layers of parentheses.
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-bitops-1.c38 #define MAKE_FUNS(suffix, type) \
39 int my_ffs##suffix(type x) { \
49 int my_ctz##suffix(type x) { \
57 int my_clz##suffix(type x) { \
65 int my_clrsb##suffix(type x) { \
75 int my_popcount##suffix(type x) { \
84 int my_parity##suffix(type x) { \
235 #define TEST(x, suffix) \
236 if (__builtin_ffs##suffix (x) != my_ffs##suffix (
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/
H A Dstring_01.cc48 VERIFY( m.suffix().matched == (m.suffix().first != m.suffix().second) );
49 VERIFY( std::string(m.suffix().first, m.suffix().second) == "yy" );
/haiku-buildtools/gcc/libgcc/
H A Dstatic-object.mk14 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
H A Dshared-object.mk11 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmake-temp-file.c137 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
140 create one. @var{suffix} is a suffix to append to the file name. The
148 make_temp_file (const char *suffix) argument
155 if (suffix == 0)
156 suffix = "";
159 suffix_len = strlen (suffix);
166 strcpy (temp_filename + base_len + TEMP_FILE_LEN, suffix);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dchoose-temp.c147 make_temp_file (suffix)
148 char *suffix;
175 if (suffix)
176 suffix_len = strlen (suffix);
191 if (suffix)
192 strcat (temp_filename, suffix);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dsuffix.d2 #name: i386 suffix
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dcall3g.d3 #ld: -melf_i386 -z call-nop=suffix-0x90
H A Dcall3d.d3 #ld: -melf_i386 -z call-nop=suffix-nop
H A Dcall3h.d3 #ld: -melf_i386 -z call-nop=suffix-144

Completed in 194 milliseconds

1234567891011>>