Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_rtl_x86_64.S9 #define NAME(n, reg, op, s, i) n##_##op##_##i##_##s##_##reg argument
12 #define RLABEL(reg, op, s, i) NAME(.return, reg, op, s, i) argument
13 #define CLABEL(reg, op, s, i) NAME(.check, reg, op, s, i) argument
14 #define FLABEL(reg, op, s, i) NAME(.fail, reg, op, s, i) argument
16 #define BEGINF(reg, op, s, i) \ argument
36 #define ASAN_MEMORY_ACCESS_EXTRA_CHECK_1(reg, op, i) \ argument
47 #define ASAN_MEMORY_ACCESS_EXTRA_CHECK_2(reg, op, i) \ argument
71 #define ASAN_MEMORY_ACCESS_CALLBACK_ADD_1(reg, op) \ argument
77 #define ASAN_MEMORY_ACCESS_CALLBACK_ADD_2(reg, op) \ argument
83 #define ASAN_MEMORY_ACCESS_CALLBACK_ADD_4(reg, op) \ argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c2486 c4x_a_register (op) in c4x_a_register() argument
2494 c4x_x_register (op) in c4x_x_register() argument
2551 c4x_H_constant (op) in c4x_H_constant() argument
2559 c4x_I_constant (op) in c4x_I_constant() argument
2567 c4x_J_constant (op) in c4x_J_constant() argument
2577 c4x_K_constant (op) in c4x_K_constant() argument
2587 c4x_L_constant (op) in c4x_L_constant() argument
2595 c4x_N_constant (op) in c4x_N_constant() argument
2603 c4x_O_constant (op) in c4x_O_constant() argument
2708 c4x_R_indirect (op) in c4x_R_indirect() argument
[all …]
/openbsd/usr.bin/vi/common/
H A Doptions_f.c33 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase()
44 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns()
74 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines()
141 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print()
155 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly()
199 f_section(SCR *sp, OPTION *op, char *str, u_long *valp) in f_section()
213 f_secure(SCR *sp, OPTION *op, char *str, u_long *valp) in f_secure()
237 f_w300(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w300()
254 f_w1200(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w1200()
271 f_w9600(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w9600()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c412 call_operand (op, mode) in call_operand() argument
453 gpr_operand (op, mode) in gpr_operand() argument
477 accum_operand (op, mode) in accum_operand() argument
528 cr_operand (op, mode) in cr_operand() argument
552 repeat_operand (op, mode) in repeat_operand() argument
576 flag_operand (op, mode) in flag_operand() argument
600 br_flag_operand (op, mode) in br_flag_operand() argument
675 f0_operand (op, mode) in f0_operand() argument
699 f1_operand (op, mode) in f1_operand() argument
723 carry_operand (op, mode) in carry_operand() argument
[all …]
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.c2457 c4x_a_register (rtx op) in c4x_a_register()
2464 c4x_x_register (rtx op) in c4x_x_register()
2517 c4x_H_constant (rtx op) in c4x_H_constant()
2524 c4x_I_constant (rtx op) in c4x_I_constant()
2531 c4x_J_constant (rtx op) in c4x_J_constant()
2540 c4x_K_constant (rtx op) in c4x_K_constant()
2549 c4x_L_constant (rtx op) in c4x_L_constant()
2556 c4x_N_constant (rtx op) in c4x_N_constant()
2563 c4x_O_constant (rtx op) in c4x_O_constant()
2665 c4x_R_indirect (rtx op) in c4x_R_indirect()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c247 restore_compare_p (op) in restore_compare_p() argument
444 constant_operand (op, mode) in constant_operand() argument
493 reg_or_D_operand (op, mode) in reg_or_D_operand() argument
507 reg_or_add_operand (op, mode) in reg_or_add_operand() argument
519 reg_or_and_operand (op, mode) in reg_or_and_operand() argument
564 romp_operand (op, mode) in romp_operand() argument
577 reg_0_operand (op, mode) in reg_0_operand() argument
588 reg_15_operand (op, mode) in reg_15_operand() argument
599 float_binary (op, mode) in float_binary() argument
626 float_unary (op, mode) in float_unary() argument
[all …]
/openbsd/bin/ksh/
H A Dtree.h12 struct op { struct
13 short type; /* operation type, see below */ argument
14 union { /* WARNING: newtp(), tcopy() use evalflags = 0 to clear union */ argument
21 struct op *left, *right; /* descendents */ argument
22 char *str; /* word for case; identifier for for,
27 int lineno; /* TCOM/TFUNC: LINENO for this */
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural.y51 enum operator op; member
63 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp()
92 new_exp_0 (enum operator op) in new_exp_0()
98 new_exp_1 (enum operator op, struct expression *right) in new_exp_1()
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2()
117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3()
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c526 call_operand (op, mode) in call_operand() argument
581 addr24_operand (op, mode) in addr24_operand() argument
613 addr32_operand (op, mode) in addr32_operand() argument
639 call26_operand (op, mode) in call26_operand() argument
673 int8_operand (op, mode) in int8_operand() argument
698 uint16_operand (op, mode) in uint16_operand() argument
928 easy_di_const (op) in easy_di_const() argument
949 easy_df_const (op) in easy_df_const() argument
997 memreg_operand (op, mode) in memreg_operand() argument
1036 small_insn_p (op, mode) in small_insn_p() argument
[all …]
/openbsd/gnu/gcc/intl/
H A Dplural.y51 enum operator op; member
75 new_exp (nargs, op, args) in new_exp() argument
107 new_exp_0 (op) in new_exp_0() argument
114 new_exp_1 (op, right) in new_exp_1() argument
125 new_exp_2 (op, left, right) in new_exp_2() argument
138 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y55 enum operator op; member
79 new_exp (nargs, op, args) in new_exp() argument
111 new_exp_0 (op) in new_exp_0() argument
118 new_exp_1 (op, right) in new_exp_1() argument
129 new_exp_2 (op, left, right) in new_exp_2() argument
142 new_exp_3 (op, bexp, tbranch, fbranch) in new_exp_3() argument
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Di370-opc.c300 #define E(op) (EOPS (op)) argument
304 #define RR(op, r1, r2) \ argument
311 #define SVC(op, i) \ argument
317 #define RRE(op, r1, r2) \ argument
350 #define RXEL(op) \ argument
365 #define RXFL(op, r3) \ argument
389 #define RI(op, r1, i2) \ argument
396 #define SI(op, i2, b1, d1) \ argument
404 #define S(op, b2, d2) \ argument
411 #define SSH(op, l, b1, d1) \ argument
[all …]
H A Dz8kgen.c28 struct op struct
39 static struct op opt[] = argument
H A Dppc-opc.c1470 #define BBOCB(op, bo, cb, aa, lk) \ argument
1495 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
1499 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument
1507 #define M(op, rc) (OP (op) | ((rc) & 1)) argument
1562 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1)) argument
1631 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1)) argument
1637 #define XLO(op, bo, xop, lk) \ argument
1648 #define XLOCB(op, bo, cb, xop, lk) \ argument
1664 #define XO(op, xop, oe, rc) \ argument
1679 #define XFXM(op, xop, fxm) \ argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Di370-opc.c289 #define E(op) (EOPS (op)) argument
293 #define RR(op, r1, r2) \ argument
300 #define SVC(op, i) \ argument
306 #define RRE(op, r1, r2) \ argument
339 #define RXEL(op) \ argument
354 #define RXFL(op, r3) \ argument
378 #define RI(op, r1, i2) \ argument
385 #define SI(op, i2, b1, d1) \ argument
393 #define S(op, b2, d2) \ argument
400 #define SSH(op, l, b1, d1) \ argument
[all …]
H A Dz8kgen.c28 struct op struct
39 static struct op opt[] = argument
/openbsd/gnu/gcc/libcpp/
H A Dexpr.c31 struct op struct
34 cpp_num value; /* The value logically "right" of op. */ argument
35 enum cpp_ttype op; member
553 cpp_token op; in parse_defined() local
771 struct op op; in _cpp_parse_expr() local
899 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce()
1055 check_promotion (cpp_reader *pfile, const struct op *op) in check_promotion()
1174 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1203 enum cpp_ttype op) in num_inequality_op()
1225 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_equality_op()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c31 struct op struct
35 enum cpp_ttype op; argument
531 cpp_token op; local
761 struct op op; local
891 reduce (pfile, top, op) in reduce() argument
1054 check_promotion (pfile, op) in check_promotion() argument
1184 num_bitwise_op (pfile, lhs, rhs, op) in num_bitwise_op() argument
1239 num_equality_op (pfile, lhs, rhs, op) in num_equality_op() argument
1341 num_unary_op (pfile, num, op) in num_unary_op() argument
1379 num_binary_op (pfile, lhs, rhs, op) in num_binary_op() argument
[all …]
/openbsd/sys/arch/alpha/alpha/
H A Ddb_disasm.c192 pal_opname(op) in pal_opname() argument
247 arit_name(op) in arit_name() argument
288 logical_name(op) in logical_name() argument
337 bitop_name(op) in bitop_name() argument
367 mul_name(op) in mul_name() argument
393 special_name(op) in special_name() argument
436 intmisc_name(op) in intmisc_name() argument
458 float_name(tbl, op, type) in float_name() argument
475 #define vaxf_name(op) float_name(vaxf_tbl, op, "vaxfl") argument
476 #define ieeef_name(op) float_name(ieeef_tbl, op, "ieeefl") argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c199 arc_select_cc_mode (op, x, y) in arc_select_cc_mode() argument
381 call_address_operand (op, mode) in call_address_operand() argument
391 call_operand (op, mode) in call_operand() argument
404 symbolic_operand (op, mode) in symbolic_operand() argument
524 move_src_operand (op, mode) in move_src_operand() argument
598 move_dest_operand (op, mode) in move_dest_operand() argument
623 load_update_operand (op, mode) in load_update_operand() argument
642 store_update_operand (op, mode) in store_update_operand() argument
678 const_sint32_operand (op, mode) in const_sint32_operand() argument
692 const_uint32_operand (op, mode) in const_uint32_operand() argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c94 enum frv_stack_op op; member
4058 fpr_operand (op, mode) in fpr_operand() argument
4614 lr_operand (op, mode) in lr_operand() argument
4655 icc_operand (op, mode) in icc_operand() argument
4674 fcc_operand (op, mode) in fcc_operand() argument
4693 cc_operand (op, mode) in cc_operand() argument
4715 icr_operand (op, mode) in icr_operand() argument
4734 fcr_operand (op, mode) in fcr_operand() argument
4753 cr_operand (op, mode) in cr_operand() argument
4775 call_operand (op, mode) in call_operand() argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c529 fp_sethi_p (op) in fp_sethi_p() argument
554 fp_mov_p (op) in fp_mov_p() argument
579 fp_high_losum_p (op) in fp_high_losum_p() argument
696 call_operand (op, mode) in call_operand() argument
892 eq_or_neq (op, mode) in eq_or_neq() argument
965 v9_regcmp_op (op, mode) in v9_regcmp_op() argument
980 extend_op (op, mode) in extend_op() argument
992 cc_arithop (op, mode) in cc_arithop() argument
1008 cc_arithopn (op, mode) in cc_arithopn() argument
1221 small_int (op, mode) in small_int() argument
[all …]
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.c230 arc_select_cc_mode (enum rtx_code op, in arc_select_cc_mode()
410 call_address_operand (rtx op, enum machine_mode mode) in call_address_operand()
418 call_operand (rtx op, enum machine_mode mode) in call_operand()
499 long_immediate_loadstore_operand (rtx op, in long_immediate_loadstore_operand()
540 move_src_operand (rtx op, enum machine_mode mode) in move_src_operand()
580 move_double_src_operand (rtx op, enum machine_mode mode) in move_double_src_operand()
610 move_dest_operand (rtx op, enum machine_mode mode) in move_dest_operand()
633 load_update_operand (rtx op, enum machine_mode mode) in load_update_operand()
650 store_update_operand (rtx op, enum machine_mode mode) in store_update_operand()
670 nonvol_nonimm_operand (rtx op, enum machine_mode mode) in nonvol_nonimm_operand()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c494 move_operand (op, mode) in move_operand() argument
595 arith_operand (op, mode) in arith_operand() argument
677 ireg_operand (op, mode) in ireg_operand() argument
688 int5_operand (op, mode) in int5_operand() argument
696 uint5_operand (op, mode) in uint5_operand() argument
704 int11_operand (op, mode) in int11_operand() argument
768 and_operand (op, mode) in and_operand() argument
787 ior_operand (op, mode) in ior_operand() argument
4653 unsigned op[3]; local
4660 unsigned op[3]; local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c1202 move_operand (op, mode) in move_operand() argument
1238 symbolic_address_p (op) in symbolic_address_p() argument
1271 arith_operand (op, mode) in arith_operand() argument
1309 int5_operand (op, mode) in int5_operand() argument
1328 add_operand (op, mode) in add_operand() argument
1394 relop (op, mode) in relop() argument
1417 even_relop (op, mode) in even_relop() argument
1435 odd_relop (op, mode) in odd_relop() argument
1485 equality_op (op, mode) in equality_op() argument
2616 emit_test (op, mode) in emit_test() argument
[all …]

12345678910>>...39