Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple.h61 GIMPLE_CHECK2(const gimple *gs,
72 T ret = dyn_cast <T> (gs);
74 gimple_check_failed (gs, file, line, fun,
80 GIMPLE_CHECK2(gimple *gs,
91 T ret = dyn_cast <T> (gs);
93 gimple_check_failed (gs, file, line, fun,
102 GIMPLE_CHECK2(gimple *gs)
104 return as_a <T> (gs);
108 GIMPLE_CHECK2(const gimple *gs)
110 return as_a <T> (gs);
[all …]
Dgimple-pretty-print.cc57 #define GIMPLE_NIY do_niy (buffer,gs)
63 do_niy (pretty_printer *buffer, const gimple *gs) in do_niy() argument
66 gimple_code_name[(int) gimple_code (gs)]); in do_niy()
83 debug_gimple_stmt (gimple *gs) in debug_gimple_stmt() argument
85 print_gimple_stmt (stderr, gs, 0, TDF_VOPS|TDF_MEMSYMS); in debug_gimple_stmt()
207 gimple *gs = gsi_stmt (i); in dump_gimple_seq() local
209 pp_gimple_stmt_1 (buffer, gs, spc, flags); in dump_gimple_seq()
331 dump_unary_rhs (pretty_printer *buffer, const gassign *gs, int spc, in dump_unary_rhs() argument
334 enum tree_code rhs_code = gimple_assign_rhs_code (gs); in dump_unary_rhs()
335 tree lhs = gimple_assign_lhs (gs); in dump_unary_rhs()
[all …]
Dgimple-predict.h29 gimple_predict_predictor (const gimple *gs) in gimple_predict_predictor() argument
31 GIMPLE_CHECK (gs, GIMPLE_PREDICT); in gimple_predict_predictor()
32 return (enum br_predictor) (gs->subcode & ~GF_PREDICT_TAKEN); in gimple_predict_predictor()
39 gimple_predict_set_predictor (gimple *gs, enum br_predictor predictor) in gimple_predict_set_predictor() argument
41 GIMPLE_CHECK (gs, GIMPLE_PREDICT); in gimple_predict_set_predictor()
42 gs->subcode = (gs->subcode & GF_PREDICT_TAKEN) in gimple_predict_set_predictor()
50 gimple_predict_outcome (const gimple *gs) in gimple_predict_outcome() argument
52 GIMPLE_CHECK (gs, GIMPLE_PREDICT); in gimple_predict_outcome()
53 return (gs->subcode & GF_PREDICT_TAKEN) ? TAKEN : NOT_TAKEN; in gimple_predict_outcome()
60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) in gimple_predict_set_outcome() argument
[all …]
Dgimple-ssa-strength-reduction.cc679 alloc_cand_and_find_basis (enum cand_kind kind, gimple *gs, tree base, in alloc_cand_and_find_basis() argument
685 c->cand_stmt = gs; in alloc_cand_and_find_basis()
724 stmt_cost (gimple *gs, bool speed) in stmt_cost() argument
729 gcc_assert (is_gimple_assign (gs)); in stmt_cost()
730 lhs = gimple_assign_lhs (gs); in stmt_cost()
731 rhs1 = gimple_assign_rhs1 (gs); in stmt_cost()
734 switch (gimple_assign_rhs_code (gs)) in stmt_cost()
737 rhs2 = gimple_assign_rhs2 (gs); in stmt_cost()
792 add_cand_for_stmt (gimple *gs, slsr_cand_t c) in add_cand_for_stmt() argument
794 gcc_assert (!stmt_cand_map->put (gs, c)); in add_cand_for_stmt()
[all …]
Dgimple.cc1288 gimple_check_failed (const gimple *gs, const char *file, int line, in gimple_check_failed() argument
1295 gimple_code_name[gimple_code (gs)], in gimple_check_failed()
1296 gs->subcode > 0 in gimple_check_failed()
1297 ? get_tree_code_name ((enum tree_code) gs->subcode) in gimple_check_failed()
1308 gimple_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt() argument
1311 if (gs == NULL) in gimple_seq_add_stmt()
1315 gsi_insert_after (&si, gs, GSI_NEW_STMT); in gimple_seq_add_stmt()
1325 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt_without_update() argument
1329 if (gs == NULL) in gimple_seq_add_stmt_without_update()
1333 gsi_insert_after_without_update (&si, gs, GSI_NEW_STMT); in gimple_seq_add_stmt_without_update()
[all …]
Ddump-context.h62 gimple *gs, int spc);
67 gimple *gs, int spc);
71 gimple *gs, int spc);
76 gimple *gs,
Dtree-phinodes.h35 gimple_phi_arg_imm_use_ptr (gimple *gs, int i) in gimple_phi_arg_imm_use_ptr() argument
37 return &gimple_phi_arg (gs, i)->imm_use; in gimple_phi_arg_imm_use_ptr()
Ddumpfile.cc650 gimple *gs, int spc) in dump_gimple_stmt() argument
653 = make_item_for_dump_gimple_stmt (gs, spc, dump_flags | extra_dump_flags); in dump_gimple_stmt()
671 gimple *gs, int spc) in dump_gimple_stmt_loc() argument
674 dump_gimple_stmt (metadata, extra_dump_flags, gs, spc); in dump_gimple_stmt_loc()
700 gimple *gs, int spc) in dump_gimple_expr() argument
703 = make_item_for_dump_gimple_expr (gs, spc, dump_flags | extra_dump_flags); in dump_gimple_expr()
721 gimple *gs, in dump_gimple_expr_loc() argument
725 dump_gimple_expr (metadata, extra_dump_flags, gs, spc); in dump_gimple_expr_loc()
1272 gimple *gs, int spc) in dump_gimple_stmt() argument
1275 dump_context::get ().dump_gimple_stmt (metadata, extra_dump_flags, gs, spc); in dump_gimple_stmt()
[all …]
Dread-rtl.cc1735 int gs = HOST_BITS_PER_WIDE_INT/4; in read_rtx_code() local
1737 char * buf = XALLOCAVEC (char, gs + 1); in read_rtx_code()
1751 pos = len - gs; in read_rtx_code()
1752 wlen = (len + gs - 1) / gs; /* Number of words needed */ in read_rtx_code()
1764 pos -= gs; in read_rtx_code()
1766 strncpy (buf, s, gs - pos); in read_rtx_code()
1767 buf [gs - pos] = 0; in read_rtx_code()
Dgimple-range-gori.cc111 is_gimple_logical_p (const gimple *gs) in is_gimple_logical_p() argument
114 if (is_gimple_assign (gs)) in is_gimple_logical_p()
115 switch (gimple_expr_code (gs)) in is_gimple_logical_p()
124 if (types_compatible_p (TREE_TYPE (gimple_assign_rhs1 (gs)), in is_gimple_logical_p()
580 gswitch *gs = as_a<gswitch *>(stmt); in calculate_gori() local
581 name = gimple_range_ssa_p (gimple_switch_index (gs)); in calculate_gori()
Dtree-ssa-threadedge.cc1021 gcond *gs; in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p() local
1022 if (!(gs = safe_dyn_cast<gcond *> (last_and_only_stmt (e->dest)))) in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
1026 tree cond = gimple_cond_lhs (gs); in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
1027 enum tree_code code = gimple_cond_code (gs); in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
1028 tree rhs = gimple_cond_rhs (gs); in edge_forwards_cmp_to_conditional_jump_through_empty_bb_p()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbackglue.c113 glue_state *gs = op->o_callback->sc_private; in glue_op_response() local
127 gs->err != LDAP_SUCCESS) in glue_op_response()
128 gs->err = rs->sr_err; in glue_op_response()
129 if (gs->err == LDAP_SUCCESS && gs->matched) { in glue_op_response()
130 ch_free (gs->matched); in glue_op_response()
131 gs->matched = NULL; in glue_op_response()
132 gs->matchlen = 0; in glue_op_response()
134 if (gs->err != LDAP_SUCCESS && rs->sr_matched) { in glue_op_response()
137 if (len > gs->matchlen) { in glue_op_response()
138 if (gs->matched) in glue_op_response()
[all …]
/netbsd/src/external/bsd/bzip2/dist/
Dcompress.c243 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
287 gs = 0; in sendMTFValues()
290 ge = gs-1; in sendMTFValues()
297 if (ge > gs in sendMTFValues()
307 nPart, gs, ge, aFreq, in sendMTFValues()
311 if (v >= gs && v <= ge) in sendMTFValues()
316 gs = ge+1; in sendMTFValues()
346 gs = 0; in sendMTFValues()
350 if (gs >= s->nMTF) break; in sendMTFValues()
351 ge = gs + BZ_G_SIZE - 1; in sendMTFValues()
[all …]
/netbsd/src/sys/arch/sparc64/dev/
Dtadpmu.c292 uint8_t events, gs, vb; in tadpmu_events() local
298 gs = tadpmu_recv(); in tadpmu_events()
307 events, gs, vb); in tadpmu_events()
322 gs & GENSTAT_LID_CLOSED ? in tadpmu_events()
331 gs & GENSTAT_DC_PRESENT ? in tadpmu_events()
339 if (gs == GENSTAT_STATE_BATTERY_DISCHARGE) { in tadpmu_events()
/netbsd/src/share/misc/
Dascii4 |030 can|031 em |032 sub|033 esc|034 fs |035 gs |036 rs |037 us |
21 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us |
38 | 24 can| 25 em | 26 sub| 27 esc| 28 fs | 29 gs | 30 rs | 31 us |
/netbsd/src/external/gpl3/gdb/dist/gdb/features/
DMakefile68 s390-gs-linux64 s390x-gs-linux64 \
88 s390-gs-linux64-expedite = r14,r15,pswa
167 s390-gs-linux64.xml \
168 s390x-gs-linux64.xml \
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Ds390x-gs-linux64.dat2 # Generated from: s390x-gs-linux64.xml
4 xmltarget:s390x-gs-linux64.xml
Ds390-gs-linux64.dat2 # Generated from: s390-gs-linux64.xml
4 xmltarget:s390-gs-linux64.xml
/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-linux-nat.c380 unsigned long gs; in ps_get_thread_area() local
382 gs = ptrace (PTRACE_PEEKUSER, lwpid, in ps_get_thread_area()
386 *base = (void *) gs; in ps_get_thread_area()
/netbsd/src/sys/arch/i386/bioscall/
Dbiostramp.S106 pushl %gs
182 movw %bx,%gs
207 movw %ax,%gs
323 popl %gs
/netbsd/src/sys/arch/i386/acpi/
Dacpi_wakeup_low.S53 movw %ax,%gs
99 movw %gs,ACPI_SUSPEND_GS(%edx)
/netbsd/src/sys/arch/amd64/include/
Dasm.h93 #define CPUVAR(off) %gs:CPU_INFO_ ## off
95 #define CPUVAR(off) %gs:CPU_INFO_/**/off
/netbsd/src/sys/arch/i386/include/
Dframeasm.h77 movw %gs,TF_GS(%esp) ; \
89 movw %ax,%gs ; \
/netbsd/src/sys/arch/i386/i386/
Dmptramp.S136 movw %ax,%gs
234 movl %eax,%gs
/netbsd/src/sys/arch/amd64/amd64/
Dcpufunc.S170 movw %di, %gs
355 movq %gs:(CPU_INFO_SELF), %rax
361 movq %gs:(CPU_INFO_CURLWP), %rax

1234567