Home
last modified time | relevance | path

Searched refs:code_to_optab (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.h234 extern optab code_to_optab[NUM_RTX_CODE + 1];
H A Doptabs.c67 optab code_to_optab[NUM_RTX_CODE + 1]; variable
657 optab binop = code_to_optab[(int) code];
2346 optab unop = code_to_optab[(int) code];
5036 return (code_to_optab[(int) code] != 0
5037 && (code_to_optab[(int) code]->handlers[(int) mode].insn_code
5064 code_to_optab[(int) code] = op;
/openbsd-src/gnu/gcc/gcc/
H A Doptabs.h432 extern GTY(()) optab code_to_optab[NUM_RTX_CODE + 1];
H A Doptabs.c66 optab code_to_optab[NUM_RTX_CODE + 1]; variable
1157 optab binop = code_to_optab[(int) code]; in expand_simple_binop()
2309 optab unop = code_to_optab[(int) code]; in expand_simple_unop()
3912 if ((libfunc = code_to_optab[comparison]->handlers[mode].libfunc)) in prepare_float_lib_cmp()
3915 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc)) in prepare_float_lib_cmp()
3923 if ((libfunc = code_to_optab[reversed]->handlers[mode].libfunc) in prepare_float_lib_cmp()
4871 return (code_to_optab[(int) code] != 0 in have_insn_for()
4872 && (code_to_optab[(int) code]->handlers[(int) mode].insn_code in have_insn_for()
4912 code_to_optab[(int) code] = op; in init_optab()
H A Difcvt.c738 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()
755 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()