/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_rtl_x86_64.S | 9 #define NAME(n, reg, op, s, i) n##_##op##_##i##_##s##_##reg argument 11 #define FNAME(reg, op, s, i) NAME(__asan_check, reg, op, s, i) 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 27 #define ASAN_MEMORY_ACCESS_INITIAL_CHECK_ADD(reg, op, s) \ 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 59 #define ASAN_MEMORY_ACCESS_EXTRA_CHECK_4(reg, op, i) \ argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.c | 1850 c4x_print_operand (file, op, letter) in c4x_print_operand() argument 2176 c4x_immed_float_p (op) in c4x_immed_float_p() argument 2486 c4x_a_register (op) in c4x_a_register() argument 2494 c4x_x_register (op) in c4x_x_register() argument 2502 c4x_immed_int_constant (op) in c4x_immed_int_constant() argument 2515 c4x_immed_float_constant (op) in c4x_immed_float_constant() argument 2530 c4x_shiftable_constant (op) in c4x_shiftable_constant() 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 [all …]
|
/openbsd-src/usr.bin/vi/common/ |
H A D | options_f.c | 33 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() 127 f_paragraph(SCR *sp, OPTION *op, char *str, u_long *valp) in f_paragraph() 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() 172 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile() 189 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat() 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() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | d30v.c | 304 short_memory_operand (op, mode) in short_memory_operand() argument 321 long_memory_operand (op, mode) in long_memory_operand() argument 338 d30v_memory_operand (op, mode) in d30v_memory_operand() argument 356 single_reg_memory_operand (op, mode) in single_reg_memory_operand() argument 381 const_addr_memory_operand (op, mode) in const_addr_memory_operand() argument 412 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 501 gpr_or_accum_operand (op, mode) in gpr_or_accum_operand() argument 528 cr_operand (op, mode) in cr_operand() argument [all …]
|
/openbsd-src/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.c | 1826 c4x_print_operand (FILE *file, rtx op, int letter) in c4x_print_operand() 2147 c4x_immed_float_p (rtx op) in c4x_immed_float_p() 2457 c4x_a_register (rtx op) in c4x_a_register() 2464 c4x_x_register (rtx op) in c4x_x_register() 2471 c4x_immed_int_constant (rtx op) in c4x_immed_int_constant() 2483 c4x_immed_float_constant (rtx op) in c4x_immed_float_constant() 2497 c4x_shiftable_constant (rtx op) in c4x_shiftable_constant() 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() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
H A D | romp.c | 247 restore_compare_p (op) in restore_compare_p() argument 281 memory_offset_in_range_p (op, mode, low, high) in memory_offset_in_range_p() argument 327 zero_memory_operand (op, mode) in zero_memory_operand() argument 337 short_memory_operand (op, mode) in short_memory_operand() argument 353 symbolic_memory_operand (op, mode) in symbolic_memory_operand() argument 379 current_function_operand (op, mode) in current_function_operand() argument 405 constant_pool_address_operand (op, mode) in constant_pool_address_operand() argument 420 romp_symbolic_operand (op, mode) in romp_symbolic_operand() argument 444 constant_operand (op, mode) in constant_operand() argument 470 reg_or_cint_operand (op, mode) in reg_or_cint_operand() argument [all …]
|
/openbsd-src/bin/ksh/ |
H A D | tree.h | 12 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-src/gnu/usr.bin/texinfo/intl/ |
H A D | plural.y | 51 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-src/gnu/gcc/intl/ |
H A D | plural.y | 51 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-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
H A D | m32r.c | 515 call_address_operand (op, mode) in call_address_operand() argument 526 call_operand (op, mode) in call_operand() argument 539 symbolic_operand (op, mode) in symbolic_operand() argument 558 small_data_operand (op, mode) in small_data_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 652 seth_add3_operand (op, mode) in seth_add3_operand() argument 673 int8_operand (op, mode) in int8_operand() argument 686 cmp_int16_operand (op, mode) in cmp_int16_operand() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
H A D | plural.y | 55 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-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | i370-opc.c | 289 #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 313 #define RRF(op, r3, r1, r2) \ argument 321 #define RX(op, r1, x2, b2, d2) \ argument 330 #define RXEH(op, r1, x2, b2, d2) \ argument 339 #define RXEL(op) \ argument 345 #define RXFH(op, r1, x2, b2, d2) \ argument 354 #define RXFL(op, r3) \ argument [all …]
|
H A D | z8kgen.c | 28 struct op struct 39 static struct op opt[] = argument
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | i370-opc.c | 300 #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 324 #define RRF(op, r3, r1, r2) \ argument 332 #define RX(op, r1, x2, b2, d2) \ argument 341 #define RXEH(op, r1, x2, b2, d2) \ argument 350 #define RXEL(op) \ argument 356 #define RXFH(op, r1, x2, b2, d2) \ argument 365 #define RXFL(op, r3) \ argument [all …]
|
H A D | z8kgen.c | 28 struct op struct 39 static struct op opt[] = argument
|
H A D | ppc-opc.c | 1439 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument 1452 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument 1456 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument 1470 #define BBOCB(op, bo, cb, aa, lk) \ argument 1484 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument 1488 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument 1495 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument 1499 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument 1503 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument 1507 #define M(op, rc) (OP (op) | ((rc) & 1)) argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 31 struct op struct 33 const cpp_token *token; /* The token forming op (for diagnostics). */ argument 34 cpp_num value; /* The value logically "right" of op. */ argument 35 enum cpp_ttype op; member 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 1215 num_inequality_op (pfile, lhs, rhs, op) in num_inequality_op() argument [all …]
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 31 struct op struct 33 const cpp_token *token; /* The token forming op (for diagnostics). */ argument 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() [all …]
|
/openbsd-src/sys/arch/alpha/alpha/ |
H A D | db_disasm.c | 192 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-src/gnu/usr.bin/gcc/gcc/config/arc/ |
H A D | arc.c | 199 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 423 symbolic_memory_operand (op, mode) in symbolic_memory_operand() argument 439 short_immediate_operand (op, mode) in short_immediate_operand() argument 452 long_immediate_operand (op, mode) in long_immediate_operand() argument 482 long_immediate_loadstore_operand (op, mode) in long_immediate_loadstore_operand() argument 524 move_src_operand (op, mode) in move_src_operand() argument 566 move_double_src_operand (op, mode) in move_double_src_operand() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.c | 94 enum frv_stack_op op; member 1610 frv_frame_access_standard_regs (op, info) in frv_frame_access_standard_regs() argument 3594 frv_legitimate_memory_operand (op, mode, condexec_p) in frv_legitimate_memory_operand() argument 3609 int frv_load_operand (op, mode) in frv_load_operand() argument 3632 int gpr_or_fpr_operand (op, mode) in gpr_or_fpr_operand() argument 3661 int gpr_or_int12_operand (op, mode) in gpr_or_int12_operand() argument 3688 int gpr_fpr_or_int12_operand (op, mode) in gpr_fpr_or_int12_operand() argument 3720 int fpr_or_int6_operand (op, mode) in fpr_or_int6_operand() argument 3746 int gpr_or_int10_operand (op, mode) in gpr_or_int10_operand() argument 3772 int gpr_or_int_operand (op, mode) in gpr_or_int_operand() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.c | 471 reg_or_0_operand (op, mode) in reg_or_0_operand() argument 491 const1_operand (op, mode) in const1_operand() argument 501 fp_zero_operand (op, mode) in fp_zero_operand() argument 513 fp_register_operand (op, mode) in fp_register_operand() argument 529 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 606 intreg_operand (op, mode) in intreg_operand() argument 617 fcc_reg_operand (op, mode) in fcc_reg_operand() argument 644 fcc0_reg_operand (op, mode) in fcc0_reg_operand() argument [all …]
|
/openbsd-src/gnu/gcc/gcc/config/arc/ |
H A D | arc.c | 230 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() 429 symbolic_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in symbolic_operand() 446 symbolic_memory_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in symbolic_memory_operand() 460 short_immediate_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in short_immediate_operand() 471 long_immediate_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED) in long_immediate_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() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa.c | 343 reg_or_0_operand (op, mode) in reg_or_0_operand() argument 356 call_operand_address (op, mode) in call_operand_address() argument 380 symbolic_operand (op, mode) in symbolic_operand() argument 403 symbolic_memory_operand (op, mode) in symbolic_memory_operand() argument 420 reg_or_nonsymb_mem_operand (op, mode) in reg_or_nonsymb_mem_operand() argument 437 reg_or_0_or_nonsymb_mem_operand (op, mode) in reg_or_0_or_nonsymb_mem_operand() argument 460 reg_before_reload_operand (op, mode) in reg_before_reload_operand() argument 494 move_operand (op, mode) in move_operand() argument 547 reg_or_cint_move_operand (op, mode) in reg_or_cint_move_operand() argument 561 pic_label_operand (op, mode) in pic_label_operand() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/ |
H A D | m88k.c | 1111 real_power_of_2_operand (op, mode) in real_power_of_2_operand() argument 1156 legitimize_operand (op, mode) in legitimize_operand() argument 1202 move_operand (op, mode) in move_operand() argument 1227 call_address_operand (op, mode) in call_address_operand() argument 1238 symbolic_address_p (op) in symbolic_address_p() argument 1261 reg_or_0_operand (op, mode) in reg_or_0_operand() argument 1271 arith_operand (op, mode) in arith_operand() argument 1282 arith5_operand (op, mode) in arith5_operand() argument 1291 arith32_operand (op, mode) in arith32_operand() argument 1299 arith64_operand (op, mode) in arith64_operand() argument [all …]
|