Searched refs:gs (Results 1 - 25 of 140) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr65103-1.c13 S gs; variable
16 while (gs.sum < max)
17 gs.sum += gs.delta;
18 return gs.a;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20041124-1.c2 struct s gs = { 100 + 200i }; variable in typeref:struct:s
3 struct s __attribute__((noinline)) foo (void) { return gs; }
7 if (foo ().x != gs.x)
H A D20030914-2.c13 struct s gs; variable in typeref:struct:s
17 if (f (gs, 0x1234) != 0x1234)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53693.C15 unsigned char gs, gh; local
16 gs = src[x];
17 gh = gs + (gs >> 1);
19 dst_b[x] = ((gs - gh) << 5) | (gs - gh);
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dreloc-6a.s2 .globl gs
4 gs: label
8 lw $4,%got_page(gs)($gp)
9 addiu $4,$4,%got_ofst(gs)
H A Dreloc-6b.s2 .globl gs
4 gs: label
8 lw $4,%got_page(gs)($gp)
9 addiu $4,$4,%got_ofst(gs)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20050520-1.c2 struct s gs; variable in typeref:struct:s
10 s = &gs;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dssa-dom.C73 gimple_statement_structure (gimple gs) argument
75 return gss_for_code (gimple_code (gs));
80 gimple_ops (gimple gs) argument
83 off = gimple_ops_offset_[gimple_statement_structure (gs)];
84 return (tree *) ((char *) gs + off);
89 gimple_set_op (gimple gs, unsigned i, tree op) argument
91 gimple_ops (gs)[i] = op;
95 gimple_return_set_retval (gimple gs, tree retval) argument
97 const_gimple __gs = (gs);
100 gimple_set_op (gs,
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimple-pretty-print.c67 #define GIMPLE_NIY do_niy (buffer,gs)
73 do_niy (pretty_printer *buffer, gimple gs) argument
76 gimple_code_name[(int) gimple_code (gs)]);
93 debug_gimple_stmt (gimple gs) argument
95 print_gimple_stmt (stderr, gs, 0, TDF_VOPS|TDF_MEMSYMS);
156 gimple gs = gsi_stmt (i); local
158 pp_gimple_stmt_1 (buffer, gs, spc, flags);
280 dump_unary_rhs (pretty_printer *buffer, gassign *gs, int spc, int flags) argument
282 enum tree_code rhs_code = gimple_assign_rhs_code (gs);
283 tree lhs = gimple_assign_lhs (gs);
364 dump_binary_rhs(pretty_printer *buffer, gassign *gs, int spc, int flags) argument
420 dump_ternary_rhs(pretty_printer *buffer, gassign *gs, int spc, int flags) argument
515 dump_gimple_assign(pretty_printer *buffer, gassign *gs, int spc, int flags) argument
574 dump_gimple_return(pretty_printer *buffer, greturn *gs, int spc, int flags) argument
604 dump_gimple_call_args(pretty_printer *buffer, gcall *gs, int flags) argument
677 dump_gimple_call(pretty_printer *buffer, gcall *gs, int spc, int flags) argument
810 dump_gimple_switch(pretty_printer *buffer, gswitch *gs, int spc, int flags) argument
844 dump_gimple_cond(pretty_printer *buffer, gcond *gs, int spc, int flags) argument
888 dump_gimple_label(pretty_printer *buffer, glabel *gs, int spc, int flags) argument
909 dump_gimple_goto(pretty_printer *buffer, ggoto *gs, int spc, int flags) argument
924 dump_gimple_bind(pretty_printer *buffer, gbind *gs, int spc, int flags) argument
957 dump_gimple_try(pretty_printer *buffer, gtry *gs, int spc, int flags) argument
1013 dump_gimple_catch(pretty_printer *buffer, gcatch *gs, int spc, int flags) argument
1029 dump_gimple_eh_filter(pretty_printer *buffer, geh_filter *gs, int spc, int flags) argument
1046 dump_gimple_eh_must_not_throw(pretty_printer *buffer, geh_mnt *gs, int spc, int flags) argument
1063 dump_gimple_eh_else(pretty_printer *buffer, geh_else *gs, int spc, int flags) argument
1082 dump_gimple_resx(pretty_printer *buffer, gresx *gs, int spc, int flags) argument
1094 dump_gimple_eh_dispatch(pretty_printer *buffer, geh_dispatch *gs, int spc, int flags) argument
1109 dump_gimple_debug(pretty_printer *buffer, gdebug *gs, int spc, int flags) argument
1142 dump_gimple_omp_for(pretty_printer *buffer, gomp_for *gs, int spc, int flags) argument
1284 dump_gimple_omp_continue(pretty_printer *buffer, gomp_continue *gs, int spc, int flags) argument
1309 dump_gimple_omp_single(pretty_printer *buffer, gomp_single *gs, int spc, int flags) argument
1338 dump_gimple_omp_target(pretty_printer *buffer, gomp_target *gs, int spc, int flags) argument
1419 dump_gimple_omp_teams(pretty_printer *buffer, gomp_teams *gs, int spc, int flags) argument
1448 dump_gimple_omp_sections(pretty_printer *buffer, gomp_sections *gs, int spc, int flags) argument
1485 dump_gimple_omp_block(pretty_printer *buffer, gimple gs, int spc, int flags) argument
1524 dump_gimple_omp_critical(pretty_printer *buffer, gomp_critical *gs, int spc, int flags) argument
1555 dump_gimple_omp_return(pretty_printer *buffer, gimple gs, int spc, int flags) argument
1585 dump_gimple_transaction(pretty_printer *buffer, gtransaction *gs, int spc, int flags) argument
1673 dump_gimple_asm(pretty_printer *buffer, gasm *gs, int spc, int flags) argument
1920 dump_gimple_omp_parallel(pretty_printer *buffer, gomp_parallel *gs, int spc, int flags) argument
1974 dump_gimple_omp_task(pretty_printer *buffer, gomp_task *gs, int spc, int flags) argument
2031 dump_gimple_omp_atomic_load(pretty_printer *buffer, gomp_atomic_load *gs, int spc, int flags) argument
2064 dump_gimple_omp_atomic_store(pretty_printer *buffer, gomp_atomic_store *gs, int spc, int flags) argument
2091 dump_gimple_mem_ops(pretty_printer *buffer, gimple gs, int spc, int flags) argument
2121 pp_gimple_stmt_1(pretty_printer *buffer, gimple gs, int spc, int flags) argument
[all...]
H A Dgimple.h848 is_a_helper <gasm *>::test (gimple gs) argument
850 return gs->code == GIMPLE_ASM;
856 is_a_helper <gassign *>::test (gimple gs) argument
858 return gs->code == GIMPLE_ASSIGN;
864 is_a_helper <gbind *>::test (gimple gs) argument
866 return gs->code == GIMPLE_BIND;
872 is_a_helper <gcall *>::test (gimple gs) argument
874 return gs->code == GIMPLE_CALL;
880 is_a_helper <gcatch *>::test (gimple gs) argument
882 return gs
888 test(gimple gs) argument
896 test(gimple gs) argument
904 test(gimple gs) argument
912 test(gimple gs) argument
920 test(gimple gs) argument
928 test(gimple gs) argument
936 test(gimple gs) argument
944 test(gimple gs) argument
952 test(gimple gs) argument
960 test(gimple gs) argument
968 test(gimple gs) argument
976 test(gimple gs) argument
984 test(gimple gs) argument
992 test(gimple gs) argument
1000 test(gimple gs) argument
1008 test(gimple gs) argument
1016 test(gimple gs) argument
1024 test(gimple gs) argument
1032 test(gimple gs) argument
1040 test(gimple gs) argument
1048 test(gimple gs) argument
1056 test(gimple gs) argument
1064 test(gimple gs) argument
1072 test(gimple gs) argument
1080 test(gimple gs) argument
1088 test(gimple gs) argument
1096 test(gimple gs) argument
1104 test(gimple gs) argument
1112 test(const_gimple gs) argument
1120 test(const_gimple gs) argument
1128 test(const_gimple gs) argument
1136 test(const_gimple gs) argument
1144 test(const_gimple gs) argument
1152 test(const_gimple gs) argument
1160 test(const_gimple gs) argument
1168 test(const_gimple gs) argument
1176 test(const_gimple gs) argument
1184 test(const_gimple gs) argument
1192 test(const_gimple gs) argument
1200 test(const_gimple gs) argument
1208 test(const_gimple gs) argument
1216 test(const_gimple gs) argument
1224 test(const_gimple gs) argument
1232 test(const_gimple gs) argument
1240 test(const_gimple gs) argument
1248 test(const_gimple gs) argument
1256 test(const_gimple gs) argument
1264 test(const_gimple gs) argument
1272 test(const_gimple gs) argument
1280 test(const_gimple gs) argument
1570 gimple_statement_structure(gimple gs) argument
1852 test(const_gimple gs) argument
1860 test(gimple gs) argument
1876 test(const_gimple gs) argument
1884 test(gimple gs) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c9 static short gs; variable
32 gs++;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr48302.C11 S *gs; variable
16 for (S *s = gs; s; s = s->s)
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dtlsnopic1.s20 movl %gs:0, %eax
25 /* @indntpoff direct %gs access IE against global var */
28 movl %gs:(%edx), %eax
32 movl %gs:0, %eax
37 /* @indntpoff direct %gs access IE against hidden var */
40 movl %gs:(%edx), %eax
44 movl %gs:0, %eax
49 /* @indntpoff direct %gs access IE against local var */
52 movl %gs:(%edx), %eax
58 movl %gs
[all...]
H A Dtlsbin.s32 movl %gs:0, %edx
38 movl %gs:0, %eax
43 /* @indntpoff direct %gs access IE against global var */
46 movl %gs:(%edx), %eax
50 movl %gs:0, %edx
56 movl %gs:0, %eax
61 /* @indntpoff direct %gs access IE -> LE against global var defined
65 movl %gs:(%edx), %eax
69 movl %gs:0, %edx
75 movl %gs
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-i386/
H A Dtlsnopic1.s20 movl %gs:0, %eax
25 /* @indntpoff direct %gs access IE against global var */
28 movl %gs:(%edx), %eax
32 movl %gs:0, %eax
37 /* @indntpoff direct %gs access IE against hidden var */
40 movl %gs:(%edx), %eax
44 movl %gs:0, %eax
49 /* @indntpoff direct %gs access IE against local var */
52 movl %gs:(%edx), %eax
58 movl %gs
[all...]
H A Dtlsbin.s32 movl %gs:0, %edx
38 movl %gs:0, %eax
43 /* @indntpoff direct %gs access IE against global var */
46 movl %gs:(%edx), %eax
50 movl %gs:0, %edx
56 movl %gs:0, %eax
61 /* @indntpoff direct %gs access IE -> LE against global var defined
65 movl %gs:(%edx), %eax
69 movl %gs:0, %edx
75 movl %gs
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Ddisp.s17 mov DWORD PTR gs:[eax+0xEE000F0], ebx
18 mov gs:[eax+0xEE000F0], ebx
21 mov DWORD PTR gs:0xEE000F0, ebx
23 mov DWORD PTR gs:0xFEE000F0, ebx
26 mov DWORD PTR gs:0xEE000F0, eax
28 mov DWORD PTR gs:0xFEE000F0, eax
30 mov ebx, DWORD PTR gs:0xEE000F0
33 mov ebx, DWORD PTR gs:0xFEE000F0
37 mov eax, DWORD PTR gs:0xEE000F0
40 mov eax, DWORD PTR gs
[all...]
H A Dx86-64-disp.s17 mov DWORD PTR gs:[rax+0xEE000F0], ebx
18 mov gs:[rax+0xEE000F0], ebx
21 mov DWORD PTR gs:0xEE000F0, ebx
24 mov DWORD PTR gs:0xEE000F0, eax
26 mov DWORD PTR gs:0xFEE000F0, eax
28 mov ebx, DWORD PTR gs:0xEE000F0
32 mov eax, DWORD PTR gs:0xEE000F0
35 mov eax, DWORD PTR gs:0xFEE000F0
H A Dtlsnopic.s19 movl %gs:0, %eax
24 movl %gs:0, %eax
29 movl %gs:0, %ecx
36 movl %gs:0, %ecx
47 movl %gs:(%eax), %eax
50 movl %gs:0, %eax
H A Dtlsnopic.d13 c: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
16 18: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
19 23: 65 8b 0d 00 00 00 00 [ ]*mov %gs:0x0,%ecx
23 31: 65 8b 0d 00 00 00 00 [ ]*mov %gs:0x0,%ecx
33 4c: 65 8b 00 [ ]*mov %gs:\(%eax\),%eax
34 4f: 65 a1 00 00 00 00 [ ]*mov %gs:0x0,%eax
H A Dtlspic.s17 movl %gs:0, %eax
31 movl %gs:(%eax), %eax
34 movl %gs:0, %ecx
/haiku-buildtools/binutils/opcodes/
H A Di386-opc.c32 const seg_entry gs = { "gs", 0x65 }; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20120723_1.c18 extern struct S *gs;
37 gs->f = good_target;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A D57899.cc35 } gs; variable in typeref:struct:get_s
44 auto f1 = bind(gs, _1);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dtlsnopic.s19 movl %gs:0, %eax
24 movl %gs:0, %eax
29 movl %gs:0, %ecx
36 movl %gs:0, %ecx
47 movl %gs:(%eax), %eax
50 movl %gs:0, %eax

Completed in 377 milliseconds

123456