Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 26 – 50 of 247) sorted by relevance

12345678910

/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c539 enum rtx_code code; in collect_insn_data() local
594 enum rtx_code code; in alter_predicate_for_insn() local
1149 const struct c_test *a = (const struct c_test *) x; in hash_c_test() local
1175 const struct c_test *a = (const struct c_test *) x; in cmp_c_test() local
1289 eq_struct_pred_data (const void *a, const void *b) in eq_struct_pred_data()
1374 enum rtx_code code = std_preds[i].codes[j]; in init_predicate_table() local
1402 get_insn_name (int code) in get_insn_name()
1411 record_insn_name (int code, const char *name) in record_insn_name()
H A Djump.c368 reversed_comparison_code_parts (enum rtx_code code, rtx arg0, rtx arg1, rtx insn) in reversed_comparison_code_parts()
513 reverse_condition (enum rtx_code code) in reverse_condition()
560 reverse_condition_maybe_unordered (enum rtx_code code) in reverse_condition_maybe_unordered()
602 swap_condition (enum rtx_code code) in swap_condition()
649 unsigned_condition (enum rtx_code code) in unsigned_condition()
678 signed_condition (enum rtx_code code) in signed_condition()
907 enum rtx_code a, b; in any_condjump_p() local
1106 RTX_CODE code = GET_CODE (x); in mark_jump_label() local
1497 enum rtx_code code; in delete_related_insns() local
1568 RTX_CODE code = GET_CODE (x); in redirect_exp_1() local
[all …]
H A Dtree-complex.c49 #define PAIR(a, b) ((a) << 2 | (b)) argument
387 const char *suffix, enum tree_code code) in create_one_component_var()
810 enum tree_code code, in expand_complex_addition()
885 tree br, tree bi, enum tree_code code) in expand_complex_libcall()
1016 enum tree_code code) in expand_complex_div_straight()
1043 enum tree_code code) in expand_complex_div_wide()
1185 enum tree_code code, in expand_complex_division()
1293 tree br, tree bi, enum tree_code code) in expand_complex_comparison()
1333 enum tree_code code; in expand_complex_operations_1() local
/openbsd-src/lib/libpcap/
H A Doptimize.c148 #define SET_MEMBER(p, a) \ argument
154 #define SET_INSERT(p, a) \ argument
160 #define SET_DELETE(p, a) \ argument
166 #define SET_INTERSECT(a, b, n)\ argument
176 #define SET_SUBTRACT(a, b, n)\ argument
186 #define SET_UNION(a, b, n)\ argument
198 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
489 int code; member
523 F(int code, int v0, int v1) in F()
565 bpf_int32 a, b; in fold_op() local
[all …]
H A Dgencode.c233 new_block(int code) new_block() argument
245 new_stmt(int code) new_stmt() argument
978 u_int32_t *a, *m; gen_hostop6() local
2534 u_int32_t *a, *m; gen_mcode6() local
2611 xfer_to_x(struct arth * a) xfer_to_x() argument
2621 xfer_to_a(struct arth * a) xfer_to_a() argument
2735 gen_relation(int code,struct arth * a0,struct arth * a1,int reversed) gen_relation() argument
2781 struct arth *a = (struct arth *)newchunk(sizeof(*a)); gen_loadlen() local
2797 struct arth *a = (struct arth *)newchunk(sizeof(*a)); gen_loadrnd() local
2812 struct arth *a; gen_loadi() local
2831 gen_neg(struct arth * a) gen_neg() argument
2848 gen_arth(int code,struct arth * a0,struct arth * a1) gen_arth() argument
[all...]
/openbsd-src/lib/libradius/
H A Dradius_local.h37 uint8_t code; member
78 ROUNDUP(a,b) global() argument
79 MINIMUM(a,b) global() argument
/openbsd-src/lib/libcurses/base/
H A Dlib_addch.c63 attr_t a = WINDOW_ATTRS(win); in render_char() local
568 int code = ERR; in waddch() local
587 int code = ERR; in wechochar() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmt-asm.c42 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
44 #define max(a,b) ((a) > (b) ? (a) : (b)) argument
71 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_loopsize() local
97 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_imm16() local
H A Dxstormy16-asm.c42 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
44 #define max(a,b) ((a) > (b) ? (a) : (b)) argument
134 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_immediate16() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c175 tree a; local
843 print_operand (file, x, code) in print_operand() argument
1107 ip2k_gen_sCOND (insn, code, dest) in ip2k_gen_sCOND() argument
1321 ip2k_gen_signed_comp_branch (insn, code, label) in ip2k_gen_signed_comp_branch() argument
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delfarm-oabi.c37 #define NUM_ELEM(a) (sizeof (a) / sizeof (a)[0]) argument
410 elf32_arm_reloc_type_lookup (abfd, code) in elf32_arm_reloc_type_lookup() argument
H A Delfarm-nabi.c27 #define NUM_ELEM(a) (sizeof (a) / (sizeof (a)[0])) argument
655 elf32_arm_reloc_type_lookup (abfd, code) in elf32_arm_reloc_type_lookup() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DHashing.h96 friend size_t hash_value(const hash_code &code) { return code.value; } in hash_value()
189 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() local
198 uint8_t a = s[0]; in hash_1to3_bytes() local
207 uint64_t a = fetch32(s); in hash_4to8_bytes() local
212 uint64_t a = fetch64(s); in hash_9to16_bytes() local
218 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes() local
228 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Djump.c653 reversed_comparison_code_parts (code, arg0, arg1, insn) in reversed_comparison_code_parts() argument
792 reverse_condition (code) in reverse_condition() argument
840 reverse_condition_maybe_unordered (code) in reverse_condition_maybe_unordered() argument
883 swap_condition (code) in swap_condition() argument
931 unsigned_condition (code) in unsigned_condition() argument
961 signed_condition (code) in signed_condition() argument
1214 enum rtx_code a, b; local
1430 RTX_CODE code = GET_CODE (x); local
1842 RTX_CODE code; local
1996 RTX_CODE code = GET_CODE (x); local
[all …]
H A Dtree.c160 enum tree_code code = TREE_CODE (node); local
218 make_node (code) in make_node() argument
366 enum tree_code code = TREE_CODE (node); local
1487 first_rtl_op (code) in first_rtl_op() argument
1512 enum tree_code code = TREE_CODE (t); local
1587 enum tree_code code; local
1654 enum tree_code code; local
1738 enum tree_code code; local
1895 enum tree_code code = TREE_CODE (exp); local
2064 enum tree_code code = TREE_CODE (ref); local
[all …]
H A Dloop.c69 #define gen_prefetch(a,b,c) (abort(), NULL_RTX) argument
1217 enum rtx_code code; local
1652 enum rtx_code code; local
1767 enum rtx_code code = GET_CODE (x); local
2415 enum rtx_code code; local
3246 enum rtx_code code; local
3402 enum rtx_code code; local
3490 enum rtx_code code = GET_CODE (x); local
3661 enum rtx_code code = GET_CODE (x); local
5591 enum rtx_code code; local
[all …]
H A Doptabs.c132 #define gen_conditional_trap(a,b) (abort (), NULL_RTX) argument
146 add_equal_note (insns, target, code, op0, op1) in add_equal_note() argument
649 expand_simple_binop (mode, code, op0, op1, target, unsignedp, methods) in expand_simple_binop() argument
1924 rtx t, a, b, res, seq; local
2050 rtx t, a, res, seq; local
2339 expand_simple_unop (mode, code, op0, target, unsignedp) in expand_simple_unop() argument
2943 emit_unop_insn (icode, target, op0, code) in emit_unop_insn() argument
3325 can_compare_p (code, mode, purpose) in can_compare_p() argument
4128 emit_conditional_move (target, code, op0, op1, cmode, op2, op3, mode, in emit_conditional_move() argument
5032 have_insn_for (code, mode) in have_insn_for() argument
[all …]
/openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/
H A Dstyle.css5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector
24 tt, code, pre { font-family: WorkAroundWebKitAndMozilla, monospace; selector
77 a, a:link, a:visited, a:active, a:hover { color : #00B; text-decoration: none } selector
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c71 enum rtx_code code = GET_CODE (op); local
124 xstormy16_emit_cbranch (code, loc) in xstormy16_emit_cbranch() argument
281 enum rtx_code code; local
356 enum rtx_code code; local
1535 xstormy16_print_operand (file, x, code) in xstormy16_print_operand() argument
1751 xstormy16_expand_arith (mode, code, dest, src0, src1, carry) in xstormy16_expand_arith() argument
1859 enum rtx_code code = GET_CODE (op); local
1873 xstormy16_output_shift (mode, code, x, size_r, temp) in xstormy16_output_shift() argument
2056 int i, a; in xstormy16_init_builtins() local
2094 int i, a, o, code; local
/openbsd-src/usr.bin/ldap/
H A Dldapclient.c59 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument
303 int ret, code, fail = 0; in ldapc_search() local
492 int ret = -1, saved_errno, fd = -1, code; in ldapc_connect() local
633 ldapc_resultcode(enum result_code code) in ldapc_resultcode()
/openbsd-src/sys/arch/luna88k/dev/
H A Dlunaws.c166 struct wskbddev_attach_args a; in wsattach() local
237 u_int code; in wsintr() local
262 uint8_t code; in wssoftintr() local
347 int code; in ws_cngetc() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dxstormy16-asm.c41 #define min(a,b) ((a) < (b) ? (a) : (b)) argument
43 #define max(a,b) ((a) > (b) ? (a) : (b)) argument
142 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
/openbsd-src/sys/arch/sh/sh/
H A Ddb_interface.c92 kdb_printtrap(u_int type, int code) in kdb_printtrap() argument
107 db_ktrap(int type, int code, db_regs_t *regs) in db_ktrap() argument
241 uint32_t a; in db_tlbdump_cmd() local
[all...]
/openbsd-src/usr.bin/tmux/
H A Dtty.c536 tty_putcode(struct tty * tty,enum tty_code_code code) tty_putcode() argument
542 tty_putcode_i(struct tty * tty,enum tty_code_code code,int a) tty_putcode_i() argument
550 tty_putcode_ii(struct tty * tty,enum tty_code_code code,int a,int b) tty_putcode_ii() argument
558 tty_putcode_iii(struct tty * tty,enum tty_code_code code,int a,int b,int c) tty_putcode_iii() argument
566 tty_putcode_s(struct tty * tty,enum tty_code_code code,const char * a) tty_putcode_s() argument
573 tty_putcode_ss(struct tty * tty,enum tty_code_code code,const char * a,const char * b) tty_putcode_ss() argument
859 tty_emulate_repeat(struct tty * tty,enum tty_code_code code,enum tty_code_code code1,u_int n) tty_emulate_repeat() argument
[all...]
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c76 xstormy16_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, in xstormy16_rtx_costs()
143 xstormy16_emit_cbranch (enum rtx_code code, rtx loc) in xstormy16_emit_cbranch()
288 enum rtx_code code; in xstormy16_output_cbranch_hi() local
359 enum rtx_code code; in xstormy16_output_cbranch_si() local
1763 xstormy16_print_operand (FILE *file, rtx x, int code) in xstormy16_print_operand()
2003 xstormy16_expand_arith (enum machine_mode mode, enum rtx_code code, in xstormy16_expand_arith()
2104 xstormy16_output_shift (enum machine_mode mode, enum rtx_code code, in xstormy16_output_shift()
2315 int i, a; in xstormy16_init_builtins() local
2351 int i, a, o, code; in xstormy16_expand_builtin() local

12345678910