Searched refs:one_cmpl_optab (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | optabs.h | 200 #define one_cmpl_optab (optab_table[OTI_one_cmpl]) macro
|
| D | optabs.c | 2080 if (unoptab == one_cmpl_optab) 2447 || unoptab == one_cmpl_optab) 2471 if (unoptab == one_cmpl_optab 2591 || unoptab == one_cmpl_optab) 5259 one_cmpl_optab = init_optab (NOT); in init_optabs() 5331 init_integral_libfuncs (one_cmpl_optab, "one_cmpl", '2'); in init_optabs()
|
| D | expmed.c | 3524 t5 = expand_unop (compute_mode, one_cmpl_optab, nsign, 4397 op0 = expand_unop (mode, one_cmpl_optab, op0, 4675 tem = expand_unop (mode, one_cmpl_optab, tem, subtarget, 0);
|
| D | expr.c | 8523 temp = expand_unop (mode, one_cmpl_optab, op0, target, 1);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | optabs.h | 317 #define one_cmpl_optab (optab_table[OTI_one_cmpl]) macro
|
| D | optabs.c | 258 return one_cmpl_optab; in optab_for_tree_code() 2609 || unoptab == one_cmpl_optab) in expand_unop() 2635 if (unoptab == one_cmpl_optab in expand_unop() 2752 || unoptab == one_cmpl_optab) in expand_unop() 5255 one_cmpl_optab = init_optab (NOT); in init_optabs() 5405 init_integral_libfuncs (one_cmpl_optab, "one_cmpl", '2'); in init_optabs()
|
| D | expmed.c | 4412 t5 = expand_unop (compute_mode, one_cmpl_optab, nsign, in expand_divmod() 5233 op0 = expand_unop (mode, one_cmpl_optab, op0, in emit_store_flag() 5524 tem = expand_unop (mode, one_cmpl_optab, tem, subtarget, 0); in emit_store_flag()
|
| D | expr.c | 8368 temp = expand_unop (mode, one_cmpl_optab, op0, target, 1); in expand_expr_real_1()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/vax/ |
| D | vax.md | 927 operands[1] = expand_unop (SImode, one_cmpl_optab, op1, 0, 1); 949 operands[1] = expand_unop (HImode, one_cmpl_optab, op1, 0, 1); 971 operands[1] = expand_unop (QImode, one_cmpl_optab, op1, 0, 1);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.h | 2296 one_cmpl_optab->handlers [(int) DImode].libfunc \
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | ia64.c | 7925 if (binoptab == one_cmpl_optab) 7996 if (binoptab == one_cmpl_optab) 8261 return ia64_expand_fetch_and_op (one_cmpl_optab, mode, arglist, target); 8285 return ia64_expand_op_and_fetch (one_cmpl_optab, mode, arglist, target);
|
| /openbsd/src/gnu/gcc/gcc/config/vax/ |
| D | vax.md | 541 operands[1] = expand_unop (<MODE>mode, one_cmpl_optab, op1, 0, 1);
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 8571 set_optab_libfunc (one_cmpl_optab, DImode, "__notll"); in frv_init_libfuncs()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | alpha.c | 2812 return expand_unop (mode, one_cmpl_optab, temp, target, 0);
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 1874 return expand_unop (mode, one_cmpl_optab, temp, target, 0); in alpha_emit_set_const_1()
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 11714 nor_code = one_cmpl_optab->handlers[(int)dest_mode].insn_code; in rs6000_emit_vector_compare()
|